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
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
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
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
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
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
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
*