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 manishbh...@rocketmail.com Sent from Rocket Mail via Android -- * From: * Manish Bhoge

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 mpeters...@gmail.com Is it possible to specify a Hive auxiliary jar (like a