Skip to content

Instantly share code, notes, and snippets.

@koushikmln
Created May 26, 2018 09:21
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 koushikmln/c76e3186a64668e30fca962111707a09 to your computer and use it in GitHub Desktop.
Save koushikmln/c76e3186a64668e30fca962111707a09 to your computer and use it in GitHub Desktop.
/opt/mapr/spark/spark-2.2.1/bin/spark-submit \
--class CountryVisitCount \
--master yarn \
--conf spark.ui.port=4926 \
--jars $(echo /external_jars/*.jar | tr ' ' ',') \
kafkaworkshopmapr_2.11-0.1.jar prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment