Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 19, 2019 08:41
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/f10b000d871ccb24c6e0e7806e0f48da to your computer and use it in GitHub Desktop.
Save ryantm/f10b000d871ccb24c6e0e7806e0f48da to your computer and use it in GitHub Desktop.
/nix/store/rh0w5n6x6r6s63f3gvvc8jnivcli32cg-flink-1.8.1
├── bin
│   └── flink
└── opt
└── flink
├── bin
│   ├── config.sh
│   ├── flink
│   ├── flink-console.sh
│   ├── flink-daemon.sh
│   ├── historyserver.sh
│   ├── jobmanager.sh
│   ├── mesos-appmaster-job.sh
│   ├── mesos-appmaster.sh
│   ├── mesos-taskmanager.sh
│   ├── pyflink.sh
│   ├── pyflink-stream.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.8.1.jar
│   ├── python
│   │   ├── batch
│   │   │   ├── __init__.py
│   │   │   ├── TPCHQuery10.py
│   │   │   ├── TPCHQuery3.py
│   │   │   ├── TriangleEnumeration.py
│   │   │   ├── WebLogAnalysis.py
│   │   │   └── WordCount.py
│   │   └── streaming
│   │   ├── fibonacci.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.8.1.jar
│   ├── log4j-1.2.17.jar
│   └── slf4j-log4j12-1.7.15.jar
├── LICENSE
├── licenses
│   ├── LICENSE.angular
│   ├── LICENSE.angular-drag-and-drop-list
│   ├── LICENSE.angular-moment
│   ├── LICENSE.angular-ui-router
│   ├── LICENSE.arpack_combined_all
│   ├── LICENSE.asm
│   ├── LICENSE.base64
│   ├── LICENSE.bootstrap
│   ├── LICENSE.core
│   ├── 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.jtransforms
│   ├── LICENSE.jython
│   ├── LICENSE.jzlib
│   ├── LICENSE.kryo
│   ├── LICENSE.lodash
│   ├── LICENSE.machinist
│   ├── LICENSE.minlog
│   ├── LICENSE.moment
│   ├── LICENSE.moment-duration-format
│   ├── LICENSE-protobuf
│   ├── LICENSE.protobuf
│   ├── LICENSE.qtip2
│   ├── LICENSE-re2j
│   ├── LICENSE.scala
│   ├── LICENSE.scopt
│   ├── LICENSE.slf4j
│   ├── LICENSE.slf4j-api
│   ├── LICENSE.spire
│   ├── LICENSE.split
│   ├── LICENSE-stax2api
│   ├── LICENSE.webbit
│   └── LICENSE-xmlenc
├── log
├── NOTICE
├── opt
│   ├── flink-cep_2.11-1.8.1.jar
│   ├── flink-cep-scala_2.11-1.8.1.jar
│   ├── flink-gelly_2.11-1.8.1.jar
│   ├── flink-gelly-scala_2.11-1.8.1.jar
│   ├── flink-metrics-datadog-1.8.1.jar
│   ├── flink-metrics-graphite-1.8.1.jar
│   ├── flink-metrics-influxdb-1.8.1.jar
│   ├── flink-metrics-prometheus-1.8.1.jar
│   ├── flink-metrics-slf4j-1.8.1.jar
│   ├── flink-metrics-statsd-1.8.1.jar
│   ├── flink-ml_2.11-1.8.1.jar
│   ├── flink-oss-fs-hadoop-1.8.1.jar
│   ├── flink-python_2.11-1.8.1.jar
│   ├── flink-queryable-state-runtime_2.11-1.8.1.jar
│   ├── flink-s3-fs-hadoop-1.8.1.jar
│   ├── flink-s3-fs-presto-1.8.1.jar
│   ├── flink-sql-client_2.11-1.8.1.jar
│   ├── flink-streaming-python_2.11-1.8.1.jar
│   ├── flink-swift-fs-hadoop-1.8.1.jar
│   └── flink-table_2.11-1.8.1.jar
└── README.txt
16 directories, 131 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment