Member since
09-25-2015
23
Posts
108
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1692 | 09-08-2017 11:48 PM | |
3504 | 05-23-2017 10:16 PM | |
3209 | 04-28-2017 09:57 PM | |
2710 | 03-23-2017 12:53 AM |
09-08-2017
11:41 PM
1 Kudo
That explains it, thanks!
... View more
09-08-2017
11:48 PM
5 Kudos
Found the answer to this. The reason this was happening was because yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes in yarn-site.xml was blank. I updated the cluster with the correct config below and restarted required services. And now its working! yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes = org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl.
... View more
03-26-2017
02:41 AM
Does it mean with HDP 2.5+ we support date type in Avro 1.8+? Because that would be awesome Venkat.
... View more
03-07-2017
12:15 AM
1 Kudo
Also ensure all of the below ACID properties are set accordingly: "hive.support.concurrency": true, "hive.enforce.bucketing": true, "hive.exec.dynamic.partition.mode": "nonstrict", "hive.txn.manager": "org.apache.hadoop.hive.ql.lockmgr.DbTxnManager", "hive.compactor.initiator.on": true.
... View more