Re: How can we find Hive version from Hive CLI or Hive shell?

2016-02-16 Thread Divya Gehlot
Try this : issue ps -aux ps -aux | grep -i "Hive" On 17 February 2016 at 14:25, Abhishek Dubey wrote: > Well thanks for the reply but it didn’t seems to work at my side. > > > > To be more precise, I want to determine hive version while hive is running > like

RE: How can we find Hive version from Hive CLI or Hive shell?

2016-02-16 Thread Abhishek Dubey
Well thanks for the reply but it didn’t seems to work at my side. [cid:image003.png@01D1697A.2245C760] To be more precise, I want to determine hive version while hive is running like by querying or something… Thanks & Regards, Abhishek Dubey From: Amrit Jangid

Re: How can we find Hive version from Hive CLI or Hive shell?

2016-02-16 Thread Amrit Jangid
>>hive --version Hive 0.13.1-cdh5.3.5 On Wed, Feb 17, 2016 at 11:33 AM, Abhishek Dubey wrote: > Hi, > > > > How can we find Hive version from Hive CLI or Hive shell? > > > > *Thanks & Regards,* > *Abhishek Dubey* > > > -- Regards, Amrit DataPlatform Team --

How can we find Hive version from Hive CLI or Hive shell?

2016-02-16 Thread Abhishek Dubey
Hi, How can we find Hive version from Hive CLI or Hive shell? Thanks & Regards, Abhishek Dubey

Re: hive on tez hadoop-common version problem.

2016-02-16 Thread Gopal Vijayaraghavan
> I have some problem with hive-on-tez. > email thread below is forwarding originally wrote to tez users. AFAIK, this problem only happens with CDH and never with pure Apache bigtop builds. Neither minimal JAR nor the cluster libs work as the problem is with the cluster jar ABIs - the

Re: The index for query in hive 1.2.1 does not work.

2016-02-16 Thread Lefty Leverenz
For more details, see the user@hive discussion January 5 - February 8: "Is Hive Index officially not recommended? " -- Lefty On Mon, Feb 15,

Re: [ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Mich Talebzadeh
Great news. I saw Dynamic partition pruning as a major addition to Hive 2. What other new additions are done to Hive optimizer in release ? In addition, when there will be a chance that Hive Optimizer will utilise the external indexes in queries (as opposed to storage index say in ORC)?

Re: [ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Mich Talebzadeh
Excellent all round :) On 16/02/2016 20:01, Xuefu Zhang wrote: > Congratulation, guys!!! > > --Xuefu > > On Tue, Feb 16, 2016 at 11:54 AM, Prasanth Jayachandran > wrote: > >> Great news! Thanks Sergey for the effort. >> >> Thanks >> Prasanth >> >>> On

Re: [ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Dmitry Tolpeko
Great! Thank you, Sergey! On Tue, Feb 16, 2016 at 10:44 PM, Sergey Shelukhin wrote: > The Apache Hive team is proud to announce the the release of Apache Hive > version 2.0.0. > > The Apache Hive (TM) data warehouse software facilitates querying and > managing large datasets

Re: [ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Xuefu Zhang
Congratulation, guys!!! --Xuefu On Tue, Feb 16, 2016 at 11:54 AM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > Great news! Thanks Sergey for the effort. > > Thanks > Prasanth > > > On Feb 16, 2016, at 1:44 PM, Sergey Shelukhin wrote: > > > > The Apache

Re: [ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Vikram Dixit Kumaraswamy
Great news indeed! Thanks Sergey! On 2/16/16, 11:54 AM, "Prasanth Jayachandran" wrote: >Great news! Thanks Sergey for the effort. > >Thanks >Prasanth > >> On Feb 16, 2016, at 1:44 PM, Sergey Shelukhin wrote: >> >> The Apache Hive team is proud

Re: [ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Prasanth Jayachandran
Great news! Thanks Sergey for the effort. Thanks Prasanth > On Feb 16, 2016, at 1:44 PM, Sergey Shelukhin wrote: > > The Apache Hive team is proud to announce the the release of Apache Hive > version 2.0.0. > > The Apache Hive (TM) data warehouse software facilitates

[ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Sergey Shelukhin
The Apache Hive team is proud to announce the the release of Apache Hive version 2.0.0. The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides: * Tools to enable easy data

RE: Stored By

2016-02-16 Thread peter.mar...@baesystems.com
Hi Gabriel, Yep, that's a good suggestion. That is what I ended up doing and it seemed to work fine. Many thanks for replying. Apologies for not responding earlier. Z From: Gabriel Balan [mailto:gabriel.ba...@oracle.com] Sent: 28 January 2016 23:27 To: user@hive.apache.org Subject: Re: Stored

Re: Is it ok to build an entire ETL/ELT data flow using HIVE queries?

2016-02-16 Thread Devopam Mittra
+1 for all suggestions provided already. I have personally use Talend Big Data Studio in conjunction with Hive + Cron/Autosys to build and manage small DW. Found it easy to rapidly build and deploy. Helps with email integration etc which was my custom requirement (spool few reports and share via

Re: Is it ok to build an entire ETL/ELT data flow using HIVE queries?

2016-02-16 Thread Elliot West
I'd say that so long as you can achieve a similar quality of engineering as is possible with other software development domains, then 'yes, it is ok'. Specifically, our Hive projects are packaged as RPMs, built and released with Maven, covered by suites of unit tests developed with HiveRunner,