RE: Urgent : Issue with hive installation on Redhat linux 64bit

2015-07-08 Thread Ravi Kumar Jain 03
Hi, We are only using JDK1.7 with hive 1.2.0. As per the below link, hive 1.2 is supported by JDK1.7. https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-Requirements [cid:image001.png@01D0BA36.D897C610] Following is output while executing hive in debug mode and noth

Re: Urgent : Issue with hive installation on Redhat linux 64bit

2015-07-08 Thread Owen O'Malley
Based on the answer here: http://stackoverflow.com/a/1096159/2301201 You must be trying to use a jdk older than java 1.7. Run the hive script with bash debugging turned on to see which jdk it is using. .. Owen On Wed, Jul 8, 2015 at 9:56 PM, Ravi Kumar Jain 03 wrote: > Hello All, > > > > We

RE: Urgent : Issue with hive installation on Redhat linux 64bit

2015-07-08 Thread Ajeet O
Hi Ravi Pls follow the installation steps as given in , you will be able to install it without any issue. http://tecadmin.net/install-apache-hive-on-centos-rhel/ Regards Ajeet Ojha Tata Consultancy Services Ph:- 0120 6744953 Buzz:- 412-4953 Cell:- 9811220828 Mailto: ajee...@tcs.com Website: ht

RE: Urgent : Issue with hive installation on Redhat linux 64bit

2015-07-08 Thread Lohith Samaga M
Hi Ravi, This error is thrown when the java class is compiled using a newer version of Java than your runtime JVM. I think you should use a newer version of java. Best regards / Mit freundlichen Grüßen / Sincères salutations M. Lohith Samaga From: Ravi Kumar Jain

Urgent : Issue with hive installation on Redhat linux 64bit

2015-07-08 Thread Ravi Kumar Jain 03
Hello All, We are facing following issue while running hive on linux operating system : Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method)

Re: Insert with dynamic partitioning from an ORC table fails

2015-07-08 Thread Gopal Vijayaraghavan
> I'm having a problem in Hive 0.13.0 using INSERT OVERWRITE with dynamic >partitioning, selecting from an ORC table to another ORC table (I don't >think the target table being ORC is significant). I think for this to be triggered in 0.13, the src and destination have to be ORC tables. > Has an

alter table add column

2015-07-08 Thread Mona Meena
Hi, I have a partitioned table. Is it possible to alter this table by adding a new column and also update the table by inserting data into the new column? I know how to add a new column but no idea how to insert data into the new column. Any suggestions please BR, Mona

Insert with dynamic partitioning from an ORC table fails

2015-07-08 Thread Dave Maughan
Hi All, I'm having a problem in Hive 0.13.0 using INSERT OVERWRITE with dynamic partitioning, selecting from an ORC table to another ORC table (I don't think the target table being ORC is significant). The insert is generating an java.lang.ArrayIndexOutOfBoundsException. Has anyone seen this error

Add file/jar location for jdbc clients

2015-07-08 Thread Lonikar, Kiran
Hi, The add jar/file syntax stated on hive language manual is as below: ADD { FILE[S] | JAR[S] | ARCHIVE[S] } []* I have an application which remotely connects to hiveserver2 over jdbc. It needs to add local resources before execution of any hive queries. When it tries to execute the above ad

Re: array become struct<> when doing select

2015-07-08 Thread Binglin Chang
Thanks Karan, Forget to mention we already fix this issue in hive side(ignore this field in reflection serde) We found out this was caused by HIVE-7892 On Tue, Jul 7, 2015 at 9:03 PM, Karan Kumar wrote: > Issue is with the thrift version you are using most probably. > https://issues.apache.org