Re: Interference between two customSerde.jar

2012-10-12 Thread Germain Tanguy
Thanks Roberto for you answer. It turns out that the class names for the two serde were the sames... So I just had to change the name and it works. By the way thank you for your tutorial on your blog, it helped me a lot to write my own serde. Germain. Le 12 oct. 2012 à 16:39, Roberto Congiu

Re: Interference between two customSerde.jar

2012-10-12 Thread Roberto Congiu
Without more specific info about the two serdes I can't be sure, but most likely there may be a dependency conflict between the two serdes. Sometimes, for instance, they may use a different version of log4j, and if packaged with all dependencies they can indeed interfere with each other. Have a loo

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