Guest User

Untitled

a guest
May 28th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ./bin/spark-submit --class <class>
  2. --master spark://xx.xxx.xxx.xx:7077
  3. path/to/jar/file
  4. <application arguments>
  5.  
  6. INFO StandaloneAppClient$ClientEndpoint:54 - Connecting to master spark://xxxxxx
  7.  
  8. Application has been killed. Reason: All masters are unresponsive! Giving up.
  9.  
  10. requirement failed: Can only call getServletHandlers on a running MetricsSystem
Add Comment
Please, Sign In to add comment