Re: unsubscribe

2015-02-16 Thread Alex.Wang
unsubscribe Best regards. On Mon, Feb 16, 2015 at 2:10 PM, Santhosh Thomas wrote: > unsubscribe > >

Does Hive support the standard IN and EXIST query?

2012-12-23 Thread Alex.Wang
Hi everyone. After read through the HiveQL manual, I have no luck in finding the corresponding statement for IN and EXIST query. Can anyone tell me whether Hive supports the standard SQL IN and EXIST query? Thank you very much for any help or hint. :D Best regards.

Re: Question about how to compile Hive project off-line?

2011-05-11 Thread Alex.Wang
o src/build dir > 3.in linux,mkdir src/build;copy the src/build/hadoopcore,src/ivy from > windows to linux > 4.edit the src/build-common.xml,make the target "ivy-retrieve" do nothing: > > >   >   > > 5.compile hive: ant -Doffline=true package > > > >

Question about how to compile Hive project off-line?

2011-05-11 Thread Alex.Wang
Hello everyone. I am a student who begins to do some research on Hive project. I think the first step is to have a successful build of Hive. I have downloaded the Hive source code, uploaded to the Linux machine, unzipped and entered the source directory. Then I run the "ant" command and got a error