In the folder target/scala-2.9.1/
I could find a jar package Defaultscala.-2.9.1****.jar
meanwhile I tried with a fresh set up with spark-0.6.2 and issued the command sbt/sbt package --
every thing went on fine but when invoked the spark-shell I encountered the error
Execption in thread main( Runtime exeception ...) Cannot figure out how to run the target: spark.repl.main ..
-----------------------------------------
-----------------------------------------
I will explain the steps which i have followed can you figure it out where I went wrong.
I downloaded the spark-0.6.2 package and placed in the /usr/local
similarly I had done with this to scala-2.9.2
I had installed java (Openjdk-7)
SCALA_HOME and JAVA_HOME
after all these I executed the sbt/sbt package ..
usually I will encounter an error message telling that there is no provision to access the github and the clonning cannot be done. hence I changed the git:// to https and i could download it .
when again I perform sbt/sbt package it shows a success message with 0s ....
but after that all when I start the shell
errors are appearing.
I am using VmWare ubuntu 12.04 of 512 MB ram .size
..