Uh oh!
There was an error while loading. Please reload this page.
[SPARK-21855][YARN] Should print error when upload same file multiple tim… - #19073
[SPARK-21855][YARN] Should print error when upload same file multiple tim…#19073caneGuy wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Aug 29, 2017
Can one of the admins verify this patch? |
jerryshao
commented
Aug 29, 2017
@caneGuy why do you think it is misleading? |
caneGuy
commented
Aug 29, 2017
@jerryshao There is a user of our cluster who first saw |
jerryshao
commented
Aug 29, 2017
But as I remembered the same name file will be ignored when met again. This should not be a fatal issue, right? |
caneGuy
commented
Aug 29, 2017
Job submitting will fail since exception threw.I think this is fatal issue. |
jerryshao
commented
Aug 29, 2017
I tried locally with same name jar uploaded twice, the spark application can be started. Can you please paste your exception here? |
caneGuy
commented
Aug 29, 2017
|
srowen
commented
Aug 29, 2017
This is not an error condition. 'someone ignored it' is not sufficient reason. |
@caneGuy can you please check this JIRA (https://issues.apache.org/jira/browse/SPARK-14423), I remembered I fixed this issue before. Can you please first try latest version of Spark, if the issue occurs please describe the step to reproduce this issue in JIRA. Thanks! |
caneGuy
commented
Aug 29, 2017
The actual reason i want change the log level is that,if you threw an exception ,then this indicate it is a fatal error,we should not just print a warning. @srowen |
caneGuy
commented
Aug 29, 2017
Ok i will try later,thanks @jerryshao |
caneGuy
commented
Aug 29, 2017
@jerryshao |
jerryshao
commented
Aug 29, 2017
I think it is already in master branch @caneGuy . |
caneGuy
commented
Aug 29, 2017
Yes from |
jerryshao
commented
Aug 29, 2017
Yes, maybe. You can take a try locally. |
…es to yarn
What changes were proposed in this pull request?
Now when submit job with yarn,and upload same file multiple times.We will throw exception but logging level is warn.
This pr change logging level to error,since warning is misleading.
How was this patch tested?
N/A