Thanks Navis!
On Wednesday, 25 June 2014 10:44 PM, Navis류승우 wrote:
Booked in https://issues.apache.org/jira/browse/HIVE-7298
Thanks,
2014-06-26 14:28 GMT+09:00 Navis류승우 :
Seemed regression of HIVE-6386. Will be fixed in next version.
>
>
>
>2014-06-26 7:58 GMT+09:00
Hey guys,
I just discovered that this syntax doesn't print the dbproperties any more.
I've two hive versions that i'm testing following query on:
create database test2 with dbproperties ('key1' = 'value1', 'key2' =
'value2');
desc database extended test2;
The output on hive 11 is:
hive>
Hi there!
I want to run hive (0.11) in embedded/standalone mode against hadoop 2 for
running queries for my unit tests. I started with something similar to [1] and
then used the hack in [2] to setup local hadoop for unit testing. Though simple
queries like "create database " and "drop table
So i found this discussion on this topic
http://mail-archives.apache.org/mod_mbox/hive-user/201006.mbox/%3caanlktikyl3hinowfo36yeyid9vojyh_6pe3slorhy...@mail.gmail.com%3E.
Makes more sense now. Will post my final resolution.
On Sun, Jun 24, 2012 at 10:39 PM, Sumit Kumar wrote:
> Hi,
>
Hi,
So i looked for a generic approach for handling xml files in hive but found
none and thought i could use the concepts from json-serde (
http://code.google.com/p/hive-json-serde/) in creating a generic xml serde.
XPath was something that came immediately in my mind and should work in the
same w
Hi all,
I'm using csv-serde code ( https://github.com/ogrodnek/csv-serde ) with
hadoop 0.20.205 and hive 0.7.1 and running into the following issue
2012-05-22 15:51:44,354 WARN org.apache.hadoop.mapred.Child: Error running
child
java.lang.RuntimeException: java.lang.AbstractMethodError:
com.bizo.