Re: Interference between two customSerde.jar

2012-10-12 Thread Germain Tanguy
ed interfere with each other. > Have a look at their POM, or jar -tf the serde to see if they have two > different versions of the same class. > > R. > > On Fri, Oct 12, 2012 at 4:25 PM, Germain Tanguy > wrote: > Hi everybody, > > I am using Hive-0.9.0

Interference between two customSerde.jar

2012-10-12 Thread Germain Tanguy
Hi everybody, I am using Hive-0.9.0 and Hadoop-0.20.2. I have two customizes SerDe : custoSerde1.jar and custoSerde2.jar adding with ~/.hiverc . In HDFS I have : /input/data_for_custoSerde1/ /input/data_for_custoSerde2/ When I run a query on my tableSerde1 it's w

Re: Error on hive web interface

2012-09-28 Thread Germain Tanguy
ile (where it is not). Try putting an absolute path > into your hive configuration to a copy of that war. > > Regards > > Bertrand > > On Fri, Sep 28, 2012 at 7:07 PM, Germain Tanguy > wrote: > Thank you for answer. > > No I am using Apache's distribution

Re: Error on hive web interface

2012-09-28 Thread Germain Tanguy
t; > Best Regards > > On Thu, Sep 27, 2012 at 10:38 PM, Germain Tanguy > wrote: >> Hi >> >> I am a new user of Hive, I am on version 0.9.0. I try to use hive web >> interface and I have this error : >> >> >> 12/09/27 11:05:02 INFO

Error on hive web interface

2012-09-27 Thread Germain Tanguy
(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:156) 12/09/27 11:05:02 INFO mortbay.log: Started SocketConnector@0.0.0.0: Someone have an idea where does it come from? and how to fix it? Thanks for your help, Regards, Germain Tanguy.