Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3144 | 06-30-2017 05:30 PM | |
| 4100 | 06-30-2017 02:57 PM | |
| 3404 | 05-30-2017 07:00 AM | |
| 3984 | 01-20-2017 10:18 AM | |
| 8638 | 01-11-2017 02:11 PM |
07-02-2016
04:36 AM
@James Gaskin Can you check if this helps - https://community.hortonworks.com/questions/25042/custom-metric-names-in-ambari-metrics.html https://community.hortonworks.com/questions/31192/how-to-add-custom-kafka-metrics-via-ambari-metrics.html
... View more
06-30-2016
12:56 PM
2 Kudos
@rkrishna Can you crosscheck the HIVE view configuration - for namenode specific hostname - "fs.defaultFS" Try to create a new view for hive and check if that works
... View more
06-29-2016
09:40 AM
1 Kudo
@nejm hadjmbarek Seems your job is submitted to Yarn and is accepted too but waiting for AM container to allocate. Seems resource constains issue here. Can you check free memory on Yarn UI Also please check below links which might help - http://stackoverflow.com/questions/34467308/mapreduce-job-hangs-waiting-for-am-container-to-be-allocated https://community.hortonworks.com/questions/27334/mapreduce-job-hang-waiting-for-am-container-to-be.html
... View more
06-27-2016
02:30 PM
1 Kudo
@ScipioTheYounger As off now the only supported policy is with respect "udf " and "tables" in hive. Schema read is not supported.
... View more
06-27-2016
09:25 AM
1 Kudo
Is it ok to run purge scripts on WF_JOBS & COORD_JOBS tables that are in oozie Database configured in MySQL? Will the purge scripts remove the running workflows and coordinators?
... View more
Labels:
- Labels:
-
Apache Oozie
06-21-2016
11:06 AM
1 Kudo
@Niraj Parmar I see Ranger 0.6 is not yet released. The latest version of HDP 2.4.2 contains ranger0.5. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_HDP_RelNotes/content/ch_relnotes_v242.html Please find apache link also - https://cwiki.apache.org/confluence/display/RANGER/0.6+Release+-+Apache+Ranger
... View more
06-21-2016
09:38 AM
Nice Article and Very useful.
... View more
06-20-2016
01:17 PM
@Silvio del Val For HDFS backup you can do using distcp job. For Hbase pls check this - https://community.hortonworks.com/questions/17836/which-is-best-method-for-taking-backup-of-hbase-da.html
... View more
06-20-2016
01:14 PM
@Silvio del Val Please post the output of "ls /hbase/replication" (and sub-znodes under it) via your "zookeeper-client" shell command. If there are any znodes under there, you will need to clean them up with rm/rmr in the same shell. Once done, try restarting the HMaster and the cleaner should be able to wipe it away.
If you are a hundred percent sure you do not have any form of replication whatsoever in use, nor have any snapshots, you may choose to also delete the oldWAL directory files manually.
... View more