Uh oh!
There was an error while loading. Please reload this page.
Minor assembly directory fix in load-spark-env-sh - #5261
Conversation
Set the current dir path $FWDIR and same at $ASSEMBLY_DIR1, $ASSEMBLY_DIR2 otherwise $SPARK_HOME cannot be visible from spark-env.sh -- no SPARK_HOME variable is assigned there. I am using the Spark-1.3.0 source code package and I come across with this when trying to start the master: sbin/start-master.sh
AmplabJenkins
commented
Mar 30, 2015
Can one of the admins verify this patch? |
srowen
commented
Mar 30, 2015
(You could give this a more specific title than "Update load-spark-env.sh") I'm not sure about this. For example However CC @vanzin since this used to refer to The lines you reference don't exist in 1.3.0 though. Are you sure you're using 1.3.0? |
vanzin
commented
Mar 30, 2015
Hmm. I see. One comment: doing the following in a script that is sourced is a little weird: That's because I'd put a comment in the code about that, maybe, or use |
dstripelis
commented
Mar 30, 2015
To be more precise, I am running Spark on HPC and I have made the build on scala-2.11; however when I started the master, the error I was receiving was and yes this is on Spark 1.3.0, I have downloaded the package from the following mirror: |
srowen
commented
Apr 2, 2015
@Raschild what about Marcelo's comment about |
dstripelis
commented
Apr 2, 2015
@srowen yes you could use something like @vanzin yes you are right; I only used because it is the same first command in the From what I see it is the same issue in Spark-1.2.0 package...I haven't look at previous versions! |
srowen
commented
Apr 3, 2015
Yes I was wonder whether it affects |
srowen
commented
Apr 3, 2015
ok to test |
SparkQA
commented
Apr 3, 2015
Test build #29665 has started for PR 5261 at commit |
SparkQA
commented
Apr 3, 2015
Test build #29665 has finished for PR 5261 at commit
|
AmplabJenkins
commented
Apr 3, 2015
Test FAILed. |
srowen
commented
Apr 3, 2015
Jenkins, retest this please. |
SparkQA
commented
Apr 3, 2015
Test build #29668 has started for PR 5261 at commit |
SparkQA
commented
Apr 3, 2015
Test build #29668 has finished for PR 5261 at commit
|
AmplabJenkins
commented
Apr 3, 2015
Test PASSed. |
srowen
commented
Apr 5, 2015
@Raschild this is waiting on your comment and/or change. Can you make the title more descriptive please? |
dstripelis
commented
Apr 5, 2015
@srowen |
srowen
commented
Apr 6, 2015
@Raschild ... hm I would have thought something like I'm still a little confused about which branch this applies to. Yes, I see you're applying this to I'd like to get this resolved one way or the other. |
dstripelis
commented
Apr 8, 2015
@srowen - Title Updated |
srowen
commented
Apr 9, 2015
I've merged this for |
Set the current dir path $FWDIR and same at $ASSEMBLY_DIR1, $ASSEMBLY_DIR2 otherwise $SPARK_HOME cannot be visible from spark-env.sh -- no SPARK_HOME variable is assigned there. I am using the Spark-1.3.0 source code package and I come across with this when trying to start the master: sbin/start-master.sh Author: raschild <raschild@users.noreply.github.com> Closes#5261 from raschild/patch-1 and squashes the following commits: b9babcd [raschild] Update load-spark-env.sh
Set the current dir path $FWDIR and same at $ASSEMBLY_DIR1, $ASSEMBLY_DIR2 otherwise $SPARK_HOME cannot be visible from spark-env.sh -- no SPARK_HOME variable is assigned there. I am using the Spark-1.3.0 source code package and I come across with this when trying to start the master: sbin/start-master.sh Author: raschild <raschild@users.noreply.github.com> Closes#5261 from raschild/patch-1 and squashes the following commits: b9babcd [raschild] Update load-spark-env.sh
Set the current dir path $FWDIR and same at $ASSEMBLY_DIR1, $ASSEMBLY_DIR2
otherwise $SPARK_HOME cannot be visible from spark-env.sh -- no SPARK_HOME variable is assigned there.
I am using the Spark-1.3.0 source code package and I come across with this when trying to start the master: sbin/start-master.sh