Hi!
When using Hive 0.14 (trunk from April 2014), I can't run queries on tables
with BIGINT partition column. I get:
*FAILED: RuntimeException Unknown type BIGINT.*
It runs runs nicely in Hive 0.12.
It also runs nicely, if my table has a bigint column (un-capitalized, not
BIGINT).
The problem
Hi,
Do you have Hadoop libs properly installed? Does "$ hadoop version" command
run successfully? If true, then It sounds like some classpath issue...
2013/12/10 Manish Bhoge
> Sent from Rocket Mail via Android
>
> --
> * From: * Manish Bhoge ;
> * To: * u...@hadoo
not spawned so that I
> can work around this issue?
>
> /Petter
>
> Den tisdagen den 3:e december 2013 skrev Adam Kawa:
>
> Hmmm?
>>
>> Maybe it is related to the fact, that a query:
>> > select * from mytable limit 100;
>> does not start any MapRedu
Hmmm?
Maybe it is related to the fact, that a query:
> select * from mytable limit 100;
does not start any MapReduce job. It is starts a reading operation from
HDFS (and a communication with MetaStore to know what is the schema and how
to parse the data using InputFormat and SerDe).
For example,
You can use ADD JAR command inside a Hive script and a parameter in Oozie
workflow definition. Example is here:
http://blog.cloudera.com/blog/2013/01/how-to-schedule-recurring-hadoop-jobs-with-apache-oozie/
2013/12/2
> Is it possible to specify a Hive auxiliary jar (like a SerDe) that is in
> H