Uh oh!
There was an error while loading. Please reload this page.
Fix SPARK-1609: Executor fails to start when Command.extraJavaOptions contains multiple Java options - #547
Fix SPARK-1609: Executor fails to start when Command.extraJavaOptions contains multiple Java options#547witgo wants to merge 9 commits into
Conversation
AmplabJenkins
commented
Apr 25, 2014
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Use Utils.splitCommandString instead of this, in case people pass in stuff with quotes.
There was a problem hiding this comment.
Up to you, but could be written a bit more consicely
val extraOpts = command.extraJavaOptions.map(Utils.splitCommandString).getOrElse(Seq())
There was a problem hiding this comment.
Yes, val extraOpts = command.extraJavaOptions.map(Utils.splitCommandString).getOrElse(Seq()) is better
pwendell
commented
Apr 28, 2014
Jenkins, test this please. |
AmplabJenkins
commented
Apr 28, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 28, 2014
Merged build started. |
AmplabJenkins
commented
Apr 28, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 28, 2014
All automated tests passed. |
pwendell
commented
Apr 28, 2014
Thanks for the fix! I've merged this |
… contains multiple Java options Author: witgo <witgo@qq.com> Closes#547 from witgo/SPARK-1609 and squashes the following commits: deb6a4c [witgo] review commit 91da0bb [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-16090640852 [witgo] review commit 8f90b22 [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-1609bcf36cb [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-16091185605 [witgo] fix extraJavaOptions split f7c0ab7 [witgo] bugfix 86fc4bb [witgo] bugfix 8a265b7 [witgo] Fix SPARK-1609: Executor fails to start when use spark-submit
… contains multiple Java options Author: witgo <witgo@qq.com> Closesapache#547 from witgo/SPARK-1609 and squashes the following commits: deb6a4c [witgo] review commit 91da0bb [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-1609 0640852 [witgo] review commit 8f90b22 [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-1609 bcf36cb [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-1609 1185605 [witgo] fix extraJavaOptions split f7c0ab7 [witgo] bugfix 86fc4bb [witgo] bugfix 8a265b7 [witgo] Fix SPARK-1609: Executor fails to start when use spark-submit
Upgrade hadoop to new version.
No description provided.