You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cloud tweak the adam-submit script to pass an ENV variable when it call the spark-submit
The env var cloud be something like $SPARK_SUBMIT_ARGS with an empty default value but we cloud gave a value like
Problem
Adam-submit is using spark in the localhost, but if we want yo use another spark cluster, adam-submit is failing.
From what I found out, adam-submit (which is calling spark-submit) don't have ways to give args to the spark-submit.
This is the command i used :
(you need a spark master and a hdfs cluster to run it)
Solution
We cloud tweak the adam-submit script to pass an ENV variable when it call the spark-submit
The env var cloud be something like $SPARK_SUBMIT_ARGS with an empty default value but we cloud gave a value like
and use the following command:
The text was updated successfully, but these errors were encountered: