java.lang.RuntimeException: Unknown type BIGINT

2014-10-02 Thread Adam Kawa
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

Re: Versioninfo and platformName issue.

2013-12-10 Thread Adam Kawa
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

Re: hive.query.string not reflecting the current query

2013-12-03 Thread Adam Kawa
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

Re: hive.query.string not reflecting the current query

2013-12-03 Thread Adam Kawa
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,

Re: How to specify Hive auxiliary jar in HDFS, not local file system

2013-12-02 Thread Adam Kawa
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