-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5689][Doc] Document what can be run in different YARN modes #5490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I don't object to this, although most of the YARN-related content here is almost all redundant, since it doesn't change between Python and Scala/Java, and this is a YARN-related doc. The docs are kind of out of order now since the explanation of |
|
(That is, I don't think this is quite what https://issues.apache.org/jira/browse/SPARK-5689 is getting at; a simple statement of what can be run now might be sufficient rather than duplicating this much.) |
|
Test build #30160 has finished for PR 5490 at commit
|
|
Test build #30161 has finished for PR 5490 at commit
|
|
Test build #30163 has finished for PR 5490 at commit
|
|
For this I was actually thinking just making a statement about specifically what can be run in either mode. Perhaps around paragraph on line 215 where we discuss the two modes. interactive shell(s) (both pyspark, spark-sql, spark-shell) can only be in used client mode. That might be it since we recently added the python support for cluster mode. |
|
Jenkins, test this please |
|
Test build #30248 has finished for PR 5490 at commit
|
|
I actually don't think we should merge this. It's not specific to YARN that interactive shells cannot run in cluster mode. I agree that we should have a centralized table somewhere that details what applications are supported on what modes, but this doesn't seem like the right place. |
No description provided.