Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dgadiraju/1ad7b6376c3392d30dfe4424023fd357 to your computer and use it in GitHub Desktop.
Save dgadiraju/1ad7b6376c3392d30dfe4424023fd357 to your computer and use it in GitHub Desktop.
spark-submit --master yarn \
--conf spark.ui.port=12890 \
--jars "/usr/hdp/2.5.0.0-1245/spark/lib/spark-streaming-flume_2.10-1.6.2.jar,/usr/hdp/2.5.0.0-1245/spark/lib/spark-streaming-flume-sink_2.10-1.6.2.jar,/usr/hdp/2.5.0.0-1245/flume/lib/flume-ng-sdk-1.5.2.2.5.0.0-1245.jar" \
src/main/python/StreamingFlumeDepartmentCount.py \
gw01.itversity.com 8123 /user/dgadiraju/streamingflumedepartmentcount/cnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment