[ 
https://issues.apache.org/jira/browse/SPARK-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheng Lian updated SPARK-1429:
------------------------------

    Description: 
After Hive assembly is added into account in compute-classpath.sh, Spark shell 
fails to start after {{sbt clean assemble-deps package}} and complains 
"org.apache.spark.repl.Main" is not found.

The fix is simple: just add a "*" in line 55 of compute-classpath.sh to make 
sure both "spark-assembly-xxx-deps.jar" and "spark-hive-assembly-xxx-deps.jar" 
are taken into account.

  was:
After Hive assembly is added into account in compute-classpath.sh, Spark shell 
fails to start after "sbt clean assemble-deps package" and complains 
"org.apache.spark.repl.Main" is not found.

The fix is simple: just add a "*" in line 55 of compute-classpath.sh to make 
sure both "spark-assembly-xxx-deps.jar" and "spark-hive-assembly-xxx-deps.jar" 
are taken into account.


> Spark shell fails to start after "sbt clean assemble-deps package"
> ------------------------------------------------------------------
>
>                 Key: SPARK-1429
>                 URL: https://issues.apache.org/jira/browse/SPARK-1429
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.0.0
>         Environment: UNIX-like systems
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>
> After Hive assembly is added into account in compute-classpath.sh, Spark 
> shell fails to start after {{sbt clean assemble-deps package}} and complains 
> "org.apache.spark.repl.Main" is not found.
> The fix is simple: just add a "*" in line 55 of compute-classpath.sh to make 
> sure both "spark-assembly-xxx-deps.jar" and 
> "spark-hive-assembly-xxx-deps.jar" are taken into account.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to