Using Java API, I'm able to submit, getStatus & kill spark applications submitted via Spark Launcher in 'client' mode. Can Spark Launcher track & control applications submitted in Standalone 'cluster' mode?
Asked
Active
Viewed 154 times
1 Answers
0
Do you mean Standalone Cluster as YARN Cluster? If yes, Then Spark track and control application. You can view logs using Yarn logs -applicationId

david gupta
- 56
- 4
-
Spark Standalone cluster. Not with YARN. I was wondering if Spark Launcher Java API can control spark applications submitted with deploy_mode=cluster – ThinkTank0790 Jun 30 '20 at 19:13