Member since
09-25-2015
14
Posts
11
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1827 | 09-21-2016 08:03 PM | |
4345 | 07-28-2016 05:08 PM |
12-22-2016
01:35 PM
@David Kjerrumgaard I found out the issue was with my csv file. It had to do with the column names i was ingesting in the csv file. Also, the turning the Obtain Generated Keys property to false worked as well in my case.
... View more
08-16-2017
12:28 AM
We had this issue because some partitions pointed to a non HA location on hdfs. Fixed it by running: hive --config /etc/hive/conf/conf.server --service metatool [-dryRun] -updateLocation hdfs://h2cluster hdfs://h2namenode:8020 , In our case, the problem was that some hive partitions had incorrect location. We fixed it using hive metatool like this: hive --config /etc/hive/conf/conf.server --service metatool [-dryRun] -updateLocation hdfs://hcluster hdfs://namenode:8020
... View more
01-11-2016
04:46 AM
1 Kudo
@dkjerrumgaard This is a non-fatal log and it should not prevent UI from working.. There could be some other reason for this, Could you please check the log for any other errors and paste it here?
... View more
01-05-2016
05:32 PM
1 Kudo
@dkjerrumgaard Please see the answer for the similar query about specifying the HA namespace in cluster entity. https://community.hortonworks.com/questions/5373/h... Have you tried as per the steps provided in the URL.
... View more
06-16-2016
03:29 PM
I dont know much about building jars and such but I did have to update the pom.xml <properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
... View more
02-02-2016
02:35 PM
@dkjerrumgaard has this been resolved? Can you post your solution or accept best answer?
... View more