RE: Problem with make-distribution.sh

2015-10-26 Thread java8964
Maybe you need the Hive part? Yong Date: Mon, 26 Oct 2015 11:34:30 -0400 Subject: Problem with make-distribution.sh From: yana.kadiy...@gmail.com To: user@spark.apache.org Hi folks, building spark instructions (http://spark.apache.org/docs/latest/building-spark.html) suggest that

Re: Problem with make-distribution.sh

2015-10-26 Thread Yana Kadiyska
thank you so much! You are correct. This is the second time I've made this mistake :( On Mon, Oct 26, 2015 at 11:36 AM, java8964 wrote: > Maybe you need the Hive part? > > Yong > > -- > Date: Mon, 26 Oct 2015 11:34:30 -0400 > Subject: Problem

Re: Problem with make-distribution.sh

2015-10-26 Thread Sean Owen
I don't think the page suggests that gives you any of the tarballs on the downloads page, and -Phive does not by itself do so either. On Mon, Oct 26, 2015 at 4:58 PM, Ted Yu wrote: > I logged SPARK-11318 with a PR. > > I verified that by adding -Phive the datanucleus jars

Re: Problem with make-distribution.sh

2015-10-26 Thread Ted Yu
I logged SPARK-11318 with a PR. I verified that by adding -Phive the datanucleus jars are included: tar tzvf spark-1.6.0-SNAPSHOT-bin-custom-spark.tgz | grep datanucleus -rw-r--r-- hbase/hadoop 1890075 2015-10-26 09:52 spark-1.6.0-SNAPSHOT-bin-custom-spark/lib/datanucleus-core-3.2.10.jar

Re: Problem with make-distribution.sh

2015-10-26 Thread Yana Kadiyska
@Sean, here is where I think it's a little misleading (underlining is mine): Building a Runnable Distribution To create a *Spark distribution like those distributed by the Spark Downloads page*, and that is laid out so as to be runnable, use