Re: Building Spark with hive does not work

2014-11-18 Thread Hao Ren
nvm, it would be better if correctness of flags could be checked by sbt during building. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Building-Spark-with-hive-does-not-work-tp19072p19183.html Sent from the Apache Spark User List mailing list archive at Na

Re: Building Spark with hive does not work

2014-11-18 Thread Cheng Lian
Ah... Thanks Ted! And Hao, sorry for being the original trouble maker :) On 11/18/14 1:50 AM, Ted Yu wrote: Looks like this was where you got that commandline: http://search-hadoop.com/m/JW1q5RlPrl Cheers On Mon, Nov 17, 2014 at 9:44 AM, Hao Ren > wrote: Sry for

Re: Building Spark with hive does not work

2014-11-17 Thread Ted Yu
Looks like this was where you got that commandline: http://search-hadoop.com/m/JW1q5RlPrl Cheers On Mon, Nov 17, 2014 at 9:44 AM, Hao Ren wrote: > Sry for spamming, > > Just after my previous post, I noticed that the command used is: > > ./sbt/sbt -Phive -Phive-thirftserver clean assembly/asse

Re: Building Spark with hive does not work

2014-11-17 Thread Hao Ren
Sry for spamming, Just after my previous post, I noticed that the command used is: ./sbt/sbt -Phive -Phive-thirftserver clean assembly/assembly thriftserver* the typo error is the evil. Stupid, me. I believe I just copy-pasted from somewhere else, but no even checked it, meanwhile no error ms

Re: Building Spark with hive does not work

2014-11-17 Thread Hao Ren
Hi Cheng, Actually, I am just using the commit 64c6b9b Here is HEAD of the master branch: $ git log commit 64c6b9bad559c21f25cd9fbe37c8813cdab939f2 Author: Michael Armbrust Date: Sun Nov 16 21:55:57 2014 -0800 [SPARK-4410][SQL] Add support for external sort Adds a new operator

Re: Building Spark with hive does not work

2014-11-17 Thread Cheng Lian
Hey Hao, Which commit are you using? Just tried 64c6b9b with exactly the same command line flags, couldn't reproduce this issue. Cheng On 11/17/14 10:02 PM, Hao Ren wrote: Hi, I am building spark on the most recent master branch. I checked this page: https://github.com/apache/spark/blob/ma