Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5951][YARN] Remove unreachable driver memory properties in yarn client mode - #4730
[SPARK-5951][YARN] Remove unreachable driver memory properties in yarn client mode#4730zuxqoj wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Feb 23, 2015
Can one of the admins verify this patch? |
sryza
commented
Feb 23, 2015
LGTM. This seems in line with SPARK-1953's eradication of these properties for yarn-client mode. |
srowen
commented
Feb 24, 2015
Does @andrewor14 's comment at #3590 (comment) affect this PR? should more stuff be removed for 1.4? |
zuxqoj
commented
Feb 24, 2015
@srowen |
andrewor14
commented
Feb 24, 2015
ok to test |
SparkQA
commented
Feb 24, 2015
Test build #27894 has started for PR 4730 at commit
|
andrewor14
commented
Feb 24, 2015
@zuxqoj Thanks for this PR. Actually I'd suggest that we just remove all the deprecated properties here. Calling a Spark executor a "Worker" is just as misleading as calling a Spark driver a "Master". |
SparkQA
commented
Feb 24, 2015
Test build #27894 has finished for PR 4730 at commit
|
AmplabJenkins
commented
Feb 24, 2015
Test PASSed. |
andrewor14
commented
Feb 26, 2015
I just realized that this patch doesn't actually remove support for those deprecated configs; they were already removed in a patch #3607 that was merged beforehand. What this patch does is just to stop showing the deprecation messages for these configs that were no longer even supported. LGTM I'm merging this into master and 1.3. Removing support for other deprecated env vars and configs does seem like a different issue. |
…n client mode Remove unreachable driver memory properties in yarn client mode Author: mohit.goyal <mohit.goyal@guavus.com> Closes#4730 from zuxqoj/master and squashes the following commits: 977dc96 [mohit.goyal] remove not rechable deprecated variables in yarn client mode (cherry picked from commit b38dec2) Signed-off-by: Andrew Or <andrew@databricks.com>
Remove unreachable driver memory properties in yarn client mode