Re: Spark 1.3.1 bundle does not build - unresolved dependency

2015-06-02 Thread Akhil Das
You can try to skip the tests, try with:

mvn -Dhadoop.version=2.4.0 -Pyarn *-DskipTests* clean package


Thanks
Best Regards

On Tue, Jun 2, 2015 at 2:51 AM, Stephen Boesch java...@gmail.com wrote:

 I downloaded the 1.3.1 distro tarball

 $ll ../spark-1.3.1.tar.gz
 -rw-r-@ 1 steve  staff  8500861 Apr 23 09:58 ../spark-1.3.1.tar.gz

 However the build on it is failing with an unresolved dependency: 
 *configuration
 not public*

 $ build/sbt   assembly -Dhadoop.version=2.5.2 -Pyarn -Phadoop-2.4

 [error] (network-shuffle/*:update) sbt.ResolveException: *unresolved
 dependency: *org.apache.spark#spark-network-common_2.10;1.3.1: *configuration
 not public* in org.apache.spark#spark-network-common_2.10;1.3.1: 'test'.
 It was required from org.apache.spark#spark-network-shuffle_2.10;1.3.1 test

 Is there a known workaround for this?

 thanks




Spark 1.3.1 bundle does not build - unresolved dependency

2015-06-01 Thread Stephen Boesch
I downloaded the 1.3.1 distro tarball

$ll ../spark-1.3.1.tar.gz
-rw-r-@ 1 steve  staff  8500861 Apr 23 09:58 ../spark-1.3.1.tar.gz

However the build on it is failing with an unresolved dependency:
*configuration
not public*

$ build/sbt   assembly -Dhadoop.version=2.5.2 -Pyarn -Phadoop-2.4

[error] (network-shuffle/*:update) sbt.ResolveException: *unresolved
dependency: *org.apache.spark#spark-network-common_2.10;1.3.1: *configuration
not public* in org.apache.spark#spark-network-common_2.10;1.3.1: 'test'. It
was required from org.apache.spark#spark-network-shuffle_2.10;1.3.1 test

Is there a known workaround for this?

thanks