Member since
08-06-2013
26
Posts
1
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4787 | 02-24-2015 10:56 AM | |
16349 | 02-22-2015 10:55 AM | |
19297 | 01-12-2015 09:16 AM | |
3334 | 01-08-2015 08:53 AM | |
6825 | 10-09-2014 02:25 PM |
02-24-2015
10:56 AM
Since classpath conflicts are common most folks don't like to "pollute" the classpath with extra unused jar files. This is can lead to "classpath hell". Since this jar is optional, it requires being added to the classpath via the mechanism you used or the two I proposed.
... View more
02-24-2015
09:21 AM
Either use add jar .... or add the jar to the Hive Aux Classpath.
... View more
02-22-2015
10:55 AM
I think this might be https://issues.apache.org/jira/browse/HIVE-9620 which is caused for avro tables and a case difference on column names.
... View more
01-12-2015
09:33 AM
Is TPOW_OPT1TPRICE a column in one of your tables? It's certainly not a column in the HMS. When do you get this error about TPOW_OPT1TPRICE and does it fail the query? Cheers, Brock
... View more
01-12-2015
09:16 AM
Hello, Thank you for the detailed report! This is a bug in the Hive HDFS Encryption integration in CDH 5.3.0. When a user has read only access, it's supposed to fail back to a directory in /tmp. I have created a DISTRO jira to track this DISTRO-681- Bug in HDFS Encryption for read only users. We'll fix this ASAP. Brock
... View more
01-08-2015
08:53 AM
This looks like the same problem as described in the thread "WARN [main] conf.HiveConf (HiveConf.java:initialize(1488))"
... View more
10-09-2014
02:25 PM
That's a very generic error. Can you look at the task logs to see if there is a longer stack trace?
... View more
10-01-2014
12:04 PM
Hi, I think there was a bug related to reading incorrect footers which was fixed in https://issues.apache.org/jira/browse/HIVE-5783. Can you try upgrading to CDH5 and reproducing?
... View more
09-20-2013
08:42 AM
Hi, Are you using Hive Server 1 or Hive Server 2? We strongly recommend Hive Server 2. If you are using HS2 it sounds like the Table Lock Manager is not correctly configured. The steps to do so are located on this page: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/latest/CDH4-Installation-Guide/cdh4ig_topic_18_5.html
... View more