Re: Hive compilation error

2015-10-02 Thread Giannis Giannakopoulos
The problem was solved, it seems that my mvn installation was misconfigured. The execution of the following command: mvn -U clean install -DskipTests -Pdist,hadoop-2 compiled successfully the current hive version. Thank you for your time, Giannis On 10/02/2015 12:39 AM, Giannis Giannakopoulos w

Re: Hive compilation error

2015-10-01 Thread Giannis Giannakopoulos
Yes, I executed this command without success. On 10/01/2015 08:35 PM, Jimmy Xiang wrote: > Have you tried "mvn -U clean install -DskipTests -Pdist,hadoop-2"? > > On Thu, Oct 1, 2015 at 12:38 AM, Giannis Giannakopoulos > mailto:gg...@cslab.ece.ntua.gr>> wrote: > > Hello, > > thank you fo

Re: Hive compilation error

2015-10-01 Thread Jimmy Xiang
Have you tried "mvn -U clean install -DskipTests -Pdist,hadoop-2"? On Thu, Oct 1, 2015 at 12:38 AM, Giannis Giannakopoulos < gg...@cslab.ece.ntua.gr> wrote: > Hello, > > thank you for your prompt response. I tried to compile with those > options (also run mvn clean first) but I keep getting the s

Re: Hive compilation error

2015-10-01 Thread Giannis Giannakopoulos
Hello, thank you for your prompt response. I tried to compile with those options (also run mvn clean first) but I keep getting the same output. Any other suggestions? Thanks again, Giannis On 10/01/2015 10:24 AM, Jitendra Yadav wrote: > Try with below options > > mvn clean install -DskipTests

Re: Hive compilation error

2015-10-01 Thread Jitendra Yadav
Try with below options mvn clean install -DskipTests -Pdist,hadoop-1 ( on MR1) or mvn clean install -DskipTests -Pdist,hadoop-2 ( on YARN) Thx On Thu, Oct 1, 2015 at 12:14 AM, Giannis Giannakopoulos < gg...@cslab.ece.ntua.gr> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > >

Hive compilation error

2015-10-01 Thread Giannis Giannakopoulos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, I am trying to compile hive from source, but I get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-storage-api: Compilation failure: Compilation

Re: Hive compilation error

2013-11-03 Thread Mohammad Islam
Thanks Carl for the reply. Yes these were my own .q files. Since there are no such current files, we can skip it for the time being. Need to make sure no future q filenames would contain multiple dots.   Regards, Mohammad  On Sunday, November 3, 2013 4:59 PM, Carl Steinbach wrote: Hi Moham

Re: Hive compilation error

2013-11-03 Thread Carl Steinbach
Hi Mohammad, I can't find the mybucket_*.q files on trunk. Are you using a different branch? 1. Change the code in TestCliDriver.vm to consider this use cases during > source generation. > I think replacing the call to indexOf() with one to lastIndexOf() will fix the problem. If you want to subm

Hive compilation error

2013-11-02 Thread Mohammad Islam
Hi, I ran "mvn clean install -DskipTests; cd itests; mvn clean install  -DskipTests" and got the following error. Error === [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project hive-it-qfile: Compilation failure: Comp