Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/05bc4a101506280fbc8dc54b54a451d5 to your computer and use it in GitHub Desktop.
Save ryantm/05bc4a101506280fbc8dc54b54a451d5 to your computer and use it in GitHub Desktop.
/nix/store/klkd7cy8gpcpsz6szi07zh2rwbmjkqa7-flink-1.9.0
├── bin
│   └── flink
└── opt
└── flink
├── bin
│   ├── config.sh
│   ├── find-flink-home.sh
│   ├── flink
│   ├── flink-console.sh
│   ├── flink-daemon.sh
│   ├── historyserver.sh
│   ├── jobmanager.sh
│   ├── mesos-appmaster-job.sh
│   ├── mesos-appmaster.sh
│   ├── mesos-taskmanager.sh
│   ├── pyflink-gateway-server.sh
│   ├── pyflink-shell.sh
│   ├── sql-client.sh
│   ├── standalone-job.sh
│   ├── start-cluster.sh
│   ├── start-scala-shell.sh
│   ├── start-zookeeper-quorum.sh
│   ├── stop-cluster.sh
│   ├── stop-zookeeper-quorum.sh
│   ├── taskmanager.sh
│   ├── yarn-session.sh
│   └── zookeeper.sh
├── conf
│   ├── flink-conf.yaml
│   ├── log4j-cli.properties
│   ├── log4j-console.properties
│   ├── log4j.properties
│   ├── log4j-yarn-session.properties
│   ├── logback-console.xml
│   ├── logback.xml
│   ├── logback-yarn.xml
│   ├── masters
│   ├── slaves
│   ├── sql-client-defaults.yaml
│   └── zoo.cfg
├── examples
│   ├── batch
│   │   ├── ConnectedComponents.jar
│   │   ├── DistCp.jar
│   │   ├── EnumTriangles.jar
│   │   ├── KMeans.jar
│   │   ├── PageRank.jar
│   │   ├── TransitiveClosure.jar
│   │   ├── WebLogAnalysis.jar
│   │   └── WordCount.jar
│   ├── gelly
│   │   └── flink-gelly-examples_2.11-1.9.0.jar
│   ├── python
│   │   └── table
│   │   └── batch
│   │   ├── __init__.py
│   │   └── word_count.py
│   └── streaming
│   ├── IncrementalLearning.jar
│   ├── Iteration.jar
│   ├── SessionWindowing.jar
│   ├── SocketWindowWordCount.jar
│   ├── StateMachineExample.jar
│   ├── TopSpeedWindowing.jar
│   ├── Twitter.jar
│   ├── WindowJoin.jar
│   └── WordCount.jar
├── lib
│   ├── flink-dist_2.11-1.9.0.jar
│   ├── flink-table_2.11-1.9.0.jar
│   ├── flink-table-blink_2.11-1.9.0.jar
│   ├── log4j-1.2.17.jar
│   └── slf4j-log4j12-1.7.15.jar
├── LICENSE
├── licenses
│   ├── LICENSE.angular
│   ├── LICENSE.@angular
│   ├── LICENSE.angular-drag-and-drop-list
│   ├── LICENSE.angular-moment
│   ├── LICENSE.angular-ui-router
│   ├── LICENSE.ant-design-palettes
│   ├── LICENSE.asm
│   ├── LICENSE.base64
│   ├── LICENSE.bootstrap
│   ├── LICENSE.core-js
│   ├── LICENSE.d3
│   ├── LICENSE.dagre
│   ├── LICENSE.dagre-d3
│   ├── LICENSE.ev-emitter
│   ├── LICENSE.font-awesome
│   ├── LICENSE.graphlib
│   ├── LICENSE.grizzled-slf4j
│   ├── LICENSE-hdrhistogram
│   ├── LICENSE.imagesloaded
│   ├── LICENSE.influx
│   ├── LICENSE.janino
│   ├── LICENSE.jline
│   ├── LICENSE.jquery
│   ├── LICENSE.jsr166y
│   ├── LICENSE.jzlib
│   ├── LICENSE.kryo
│   ├── LICENSE.lodash
│   ├── LICENSE.minlog
│   ├── LICENSE.moment
│   ├── LICENSE.moment-duration-format
│   ├── LICENSE.monaco-editor
│   ├── LICENSE.ng-zorro-antd
│   ├── LICENSE-protobuf
│   ├── LICENSE.protobuf
│   ├── LICENSE.py4j
│   ├── LICENSE.pyrolite
│   ├── LICENSE.qtip2
│   ├── LICENSE-re2j
│   ├── LICENSE.rxjs
│   ├── LICENSE.scala
│   ├── LICENSE.scopt
│   ├── LICENSE.slf4j
│   ├── LICENSE.slf4j-api
│   ├── LICENSE.split
│   ├── LICENSE-stax2api
│   ├── LICENSE.tinycolor2
│   ├── LICENSE.tslib
│   ├── LICENSE.webbit
│   ├── LICENSE-xmlenc
│   └── LICENSE.zone
├── log
├── NOTICE
├── opt
│   ├── flink-azure-fs-hadoop-1.9.0.jar
│   ├── flink-cep_2.11-1.9.0.jar
│   ├── flink-cep-scala_2.11-1.9.0.jar
│   ├── flink-gelly_2.11-1.9.0.jar
│   ├── flink-gelly-scala_2.11-1.9.0.jar
│   ├── flink-metrics-datadog-1.9.0.jar
│   ├── flink-metrics-graphite-1.9.0.jar
│   ├── flink-metrics-influxdb-1.9.0.jar
│   ├── flink-metrics-prometheus-1.9.0.jar
│   ├── flink-metrics-slf4j-1.9.0.jar
│   ├── flink-metrics-statsd-1.9.0.jar
│   ├── flink-oss-fs-hadoop-1.9.0.jar
│   ├── flink-python_2.11-1.9.0.jar
│   ├── flink-queryable-state-runtime_2.11-1.9.0.jar
│   ├── flink-s3-fs-hadoop-1.9.0.jar
│   ├── flink-s3-fs-presto-1.9.0.jar
│   ├── flink-shaded-netty-tcnative-dynamic-2.0.25.Final-7.0.jar
│   ├── flink-sql-client_2.11-1.9.0.jar
│   ├── flink-state-processor-api_2.11-1.9.0.jar
│   ├── flink-swift-fs-hadoop-1.9.0.jar
│   └── python
│   ├── py4j-0.10.8.1-src.zip
│   ├── py4j-LICENSE.txt
│   └── pyflink.zip
├── plugins
│   └── README.txt
└── README.txt
18 directories, 137 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment