GitHub user liancheng opened a pull request:

    https://github.com/apache/spark/pull/337

    [SPARK-1429] Spark shell fails to start after "sbt clean assemble-deps 
package"

    JIRA issue: [SPARK-1429](https://issues.apache.org/jira/browse/SPARK-1429)
    
    Spark shell fails to start after `sbt clean assemble-deps package`. A `*` 
should be added in `compute-classpath.sh` line 55 to make sure both 
`spark-assembly-xxx-deps.jar` and `spark-hive-assembly-xxx-deps.jar` are taken 
into account.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liancheng/spark assemble-deps

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/337.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #337
    
----
commit 97558c975af3838eb7ccea3e08e28ffcf87f5dbc
Author: Cheng Lian <[email protected]>
Date:   2014-04-06T08:54:30Z

    Fix SPARK-1429
    
    https://issues.apache.org/jira/browse/SPARK-1429
    
    Spark shell fails to start after "sbt clean assemble-deps package"

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to