Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Launch Spark Shell - Understand the environment and use resources optimally
  2. spark-shell --master yarn \
  3. --num-executors 1 \
  4. --executor-memory 512M \
  5. --conf spark.ui.port=12673
Add Comment
Please, Sign In to add comment