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
When I submit a spark job like this spark-submit --class org.apache.spark.examples.SparkPi --driver-memory 1g --executor-memory 1g --executor-cores 1 --queue thequeue examples/target/scala-2.11/jars/spark-examples*.jar 10
What is the API of the settings of "--executor-memory 1g --executor-cores 1" in the spark-jobs-rest-client ??
Can you give me a example??
The text was updated successfully, but these errors were encountered:
Thanks for your response, I have solved that problem. Now I meet a new question, How to get the println message of the driver when run a spark job.
Just like " JobStatusResponse jobStatus = client
.checkJobStatus()
.withSubmissionIdFullResponse(submissionId);"???
Look forward to your response
When I submit a spark job like this spark-submit --class org.apache.spark.examples.SparkPi --driver-memory 1g --executor-memory 1g --executor-cores 1 --queue thequeue examples/target/scala-2.11/jars/spark-examples*.jar 10
What is the API of the settings of "--executor-memory 1g --executor-cores 1" in the spark-jobs-rest-client ??
Can you give me a example??
The text was updated successfully, but these errors were encountered: