Member since
04-03-2019
962
Posts
1743
Kudos Received
146
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11047 | 03-08-2019 06:33 PM | |
4776 | 02-15-2019 08:47 PM | |
4092 | 09-26-2018 06:02 PM | |
10409 | 09-07-2018 10:33 PM | |
5489 | 04-25-2018 01:55 AM |
12-09-2015
02:51 PM
4 Kudos
Hi Srujana, I have attached sample shell action oozie coordinator code for your reference. Below are the contents of attached tar file 1. coordinator.xml - contains your scheduling frequency
2. workflow.xml - contains workflow actions
3. myscript.sh - sample shell script ( here your hbase major compaction command will go )
4. job.properties - contains environmental details - you need to modify this file to add your cluster environment details Once you are done with modifications, upload myscript.sh, workflow.xml & coordinator.xml to HDFS at ${oozie.coord.application.path} location. Run below command to submit coordinator: oozie job -oozie http://:11000/oozie>:11000/oozie -config /$path-to-job.properties/job.properties -run sample-shell-oozie.tar.gz Note - Add your above commands to myscript.sh
... View more
12-03-2015
02:53 PM
2 Kudos
@Neeraj Sabharwal / @Jonas Straub - how to pass -d confdir option in API ?
... View more
12-02-2015
03:43 AM
3 Kudos
@ccasano Step by step guide for kafka-ganglia integration using JMX - http://crazyadmins.com/kafka-integration-with-ganglia/
... View more
11-27-2015
05:03 PM
Also, If we are using MR then we might need to revisit the mapper/reducer container's heap size accordingly.
... View more
11-26-2015
03:47 PM
1 Kudo
@Neeraj Sabharwal Yeah correct! for me build got completed successfully but unable to get UI, looks like version issue, will test on 0.90 and see
... View more
11-26-2015
01:18 PM
2 Kudos
You can run smoke test script via command line to see if timeout value causing service check to fail ? (one of the possible cause) Run below command as ambari-qa user: source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie
-Doozie.auth.token.cache=false job -oozie http://localhost:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
... View more
11-26-2015
01:12 PM
@Neeraj Sabharwal - Sure! I'm currently testing it on my local setup, will update you with the results!
... View more
11-26-2015
01:09 PM
4 Kudos
@Neeraj Sabharwal - We can also use this tool to monitor compactions https://github.com/sentric/hannibal/blob/master/README.markdown
... View more
11-26-2015
04:47 AM
1 Kudo
Thank you @Neeraj Sabharwal
... View more