Re: Hive/Hbase Integration Error

2011-01-10 Thread Adarsh Sharma
Jean-Daniel Cryans wrote: Sorry it that wasn't obvious, but you need to run hive using this command: bin/hive -hiveconf hive.root.logger=INFO,console AND in the same shell create the table in order to have more information. What we're trying to get looks like this: http://pastebin.com/gvTXDxtE

Re: csv import with quotes

2011-01-10 Thread Larry Ogrodnek
I wrote a CSVSerde for hive that uses opencsv for csv parsing, so it handles quotes and all other CSV weirdness. I wrote it up here: http://dev.bizo.com/2010/11/csv-and-hive.html On Mon, Jan 10, 2011 at 12:44 PM, ankit bhatnagar wrote: > Hi All, > > I am planning to join some csv files using

csv import with quotes

2011-01-10 Thread ankit bhatnagar
Hi All, I am planning to join some csv files using hive. referring to the developer guide on wiki quotes are not supported. --- Hive currently use these SerDe classes to serialize and deserialize data: - MetadataTypedColumnsetSerDe: Th

Problem building Hive under Windows

2011-01-10 Thread Bernd Dutkowski
Hello Hive-Team, just tried to build Hive from SVN under Windows and found a Problem. Quick an dirty Patch attached. bernd Index: ql/src/test/templates/TestCliDriver.vm === --- ql/src/test/templates/TestCliDriver.vm (revision 10

Re: Hive/Hbase Integration Error

2011-01-10 Thread Jean-Daniel Cryans
Sorry it that wasn't obvious, but you need to run hive using this command: bin/hive -hiveconf hive.root.logger=INFO,console AND in the same shell create the table in order to have more information. What we're trying to get looks like this: http://pastebin.com/gvTXDxtE Specifically, this line is

Zookeeper Package Needed or Not

2011-01-10 Thread Adarsh Sharma
Dear all, I want to know that whether it is necessary to download Zookeeper package for Hive/Hbase Integration or it is handled by hbase by zookeeper.quorum.property in Hbase-site.xml. I am stucked to run Hive/Hbase Integration. I am facing th issue mentioned in Hive/Hbase Integration wiki

Re: Hive/Hbase Integration Error

2011-01-10 Thread Adarsh Sharma
Dear all, Sorry I am replying my own question because I found the cause and want to discuss if anyone have an idea about it. From the wiki's page I found that : http://wiki.apache.org/hadoop/Hive/HBaseIntegration *