Member since
02-02-2016
583
Posts
518
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3274 | 09-16-2016 11:56 AM | |
1375 | 09-13-2016 08:47 PM | |
5482 | 09-06-2016 11:00 AM | |
3183 | 08-05-2016 11:51 AM | |
5263 | 08-03-2016 02:58 PM |
06-06-2016
05:59 PM
2 Kudos
This seems to be an issue due to more than one jar version available for a same class, one of that jar class doesn't have mentioned method in it therefore causing this issue. Please make sure you have correct version of jar available in flume lib.
... View more
06-06-2016
03:59 PM
Can you please try manual compaction and see if those delta files getting merged?
... View more
06-06-2016
09:35 AM
Nothing seems wrong in the logs, Did it triggered automatically? if not have you tried manual way?
... View more
06-05-2016
10:36 AM
Not sure why NN format required here.
... View more
06-05-2016
10:10 AM
@c pat This seems to be an issue with Ambari, Kindly restart the Ambari process and NN host to cleanup cache. Or else you can change the port 50070 to some other available port. Curious to know your Ambari and HDP version?
... View more
06-04-2016
04:47 PM
@Laurent de Laprade I have opened an internal Documentation bug for this and it will get fixed soon, Thanks for raising it.
... View more
06-04-2016
04:30 PM
Rest of the parameters seems fine, Are you seeing any error in metastore logs? Did you notice any compaction or cleaner thread logs in hivemeta?
... View more
06-04-2016
04:08 PM
@Roberto Sancho Did you restarted the hive services after changing delta threshold to 5?. Did you tried to do manual compaction? if yes then was there any transaction files inside those directories after that?
... View more
06-04-2016
12:16 PM
@sameer lail Do you have some sample dataset that I can use to reproduce this?
... View more
06-04-2016
12:15 PM
@Roberto Sancho If compaction is enabled then you won't need to do it manually but if it disabled then you can use "ALTER TABLE" statement. Please see below doc for info. ALTER TABLE table_name [PARTITION (partition_key = 'partition_value' [, ...])]
COMPACT 'compaction_type'; https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-AlterTable/PartitionCompact
... View more