i am trying to understand how yarn-client mode works. i am not using
spark-submit, but instead launching a spark job from within my own
application.

i can see my application contacting yarn successfully, but then in yarn i
get an immediate error:

Application application_1403117970283_0014 failed 2 times due to AM
Container for appattempt_1403117970283_0014_000002 exited with exitCode:
-1000 due to: File file:/home/koert/test-assembly-0.1-SNAPSHOT.jar does not
exist
 .Failing this attempt.. Failing the application.

why is yarn trying to fetch my jar, and why as a local file? i would expect
the jar to be send to yarn over the wire upon job submission?

Reply via email to