Re: unsubscribe

2015-02-16 Thread Alex.Wang
unsubscribe Best regards. On Mon, Feb 16, 2015 at 2:10 PM, Santhosh Thomas santhosh.tho...@yahoo.com 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
settingsRef=${ant.project.name}.ivy.settings      pattern=${build.ivy.lib.dir}/${ivy.artifact.retrieve.pattern}      log=${ivyresolvelog}/  /target --  target name=ivy-retrieve  /target 5.compile hive: ant -Doffline=true package 2011/5/11 Alex.Wang alex.w.y.w...@gmail.com: Hello everyone