Skip to content
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

[SPARK-6673] spark-shell.cmd can't start in Windows even when spark was built #5328

Closed
wants to merge 2 commits into from

Conversation

tsudukim
Copy link
Contributor

@tsudukim tsudukim commented Apr 2, 2015

added equivalent script to load-spark-env.sh

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29593 has started for PR 5328 at commit aaefb19.

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29593 has finished for PR 5328 at commit aaefb19.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class Literal protected (value: Any, dataType: DataType) extends LeafExpression
  • This patch does not change any dependencies.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29593/
Test PASSed.

@srowen
Copy link
Member

srowen commented Apr 2, 2015

CC @vanzin; I tend to trust your judgment about this and it does seem like Windows should have the same script. Does this only affect master / 1.4?

@tsudukim
Copy link
Contributor Author

tsudukim commented Apr 2, 2015

This problem is introduced by e3eb393
https://issues.apache.org/jira/browse/SPARK-6406
So this seems to affect only master branch.

@vanzin
Copy link
Contributor

vanzin commented Apr 2, 2015

Ah, I see that #5085 broke this in master. The previous code detected the scala version automatically, although in a different way from this patch. I tend to prefer the code that was there before (simpler), but don't have strong feelings either way.

@srowen
Copy link
Member

srowen commented Apr 3, 2015

@tsudukim up to you on whether you want to merge this or a different version. I'll merge whatever you see fit tomorrow since this one's important to fix.

@pwendell
Copy link
Contributor

pwendell commented Apr 5, 2015

@srowen @andrewor14 @vanzin - if this was caused by #5085, then does it affect Spark 1.3?

@srowen
Copy link
Member

srowen commented Apr 5, 2015

Agree, I think this is only for master, but wanted to check with @andrewor14 just because it was marked as a blocker for 1.3.1 / 1.4.0. I think it's OK to merge and then if for some reason it needs to go back into 1.3.1 we can do that.

@pwendell
Copy link
Contributor

pwendell commented Apr 5, 2015

Okay - let's see if we can figure that out and hopefully update the affects and target version on the JIRA to be clear this is unrelated to 1.3.

@tsudukim
Copy link
Contributor Author

tsudukim commented Apr 6, 2015

@srowen This version is OK to merge.

@asfgit asfgit closed this in 49f3882 Apr 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants