RE: Hive NoSuchMethodError

2011-10-03 Thread Juwon Lee
More information on this. There are 2 different kinds of data having the same schema. One of them is failing with the exception below while the other works fine. The only difference between the two data sets is volume but I guess it is not causing the issue. Thanks, Juwon From: Juwon Lee

Hive NoSuchMethodError

2011-09-30 Thread Juwon Lee
Hello, I am trying to run a "insert overwrite into ... select * from" query. The hadoop job submitted by Hive finishes successfully, but there seems to be an error while collecting results. Please see below for exception stack. The interesting point is that the error is NoSuchMethodError. The

Hive authorization error

2011-07-11 Thread Juwon Lee
Hello, I am running into an exception when executing a simple query with authorization enabled. I have tried different authorization settings as well as metastore configuration, but without success. Also, the communication itself between Hive client and metastore DB (postgres) seems fine. Any