[ 
https://issues.apache.org/jira/browse/SPARK-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706025#comment-14706025
 ] 

Amir Gur commented on SPARK-8805:
---------------------------------

You are right thanks for the pointer.
That was the current latest from the git I was using, it comes with bash 3.x - 
https://github.com/msysgit/msysgit/releases/tag/Git-1.9.5-preview20150319.

Newer one is at https://git-for-windows.github.io/, and 
https://github.com/git-for-windows/git/releases/tag/v2.5.0.windows.1 got:
{quote}
$ bash --version
GNU bash, version 4.3.39(3)-release (x86_64-pc-msys)
Copyright (C) 2013 Free Software Foundation, Inc.
{quote}
And it does not have that issue, which looks good.
But this is still not ok to depend on the bash 4.x without proper message to 
bash 3.x users that bails out right away and prints an appropriate message.

Then now after taking latest On branch branch-1.4 + a successful build/mvn 
clean compile on JDK 1.7 getting the following:
{quote}
$ bin/spark-shell
ls: cannot access /c/dev/github/apache/spark/assembly/target/scala-2.10: No 
such file or directory
Failed to find Spark assembly in 
/c/dev/github/apache/spark/assembly/target/scala-2.10.
You need to build Spark before running this program.
{quote}
Looks like something didn't get built and build is still marked as passed, not 
sure why.  Will further check how to solve it.



> Spark shell not working
> -----------------------
>
>                 Key: SPARK-8805
>                 URL: https://issues.apache.org/jira/browse/SPARK-8805
>             Project: Spark
>          Issue Type: Brainstorming
>          Components: Spark Core, Windows
>            Reporter: Perinkulam I Ganesh
>
> I am using Git Bash on windows.  Installed Open jdk1.8.0_45 and spark 1.4.0
> I am able to build spark and install it. But when ever I execute spark shell 
> it gives me the following error:
> $ spark-shell
> /c/.../spark/bin/spark-class: line 76: conditional binary operator expected



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to