Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3067 | 06-30-2017 05:30 PM | |
3988 | 06-30-2017 02:57 PM | |
3312 | 05-30-2017 07:00 AM | |
3885 | 01-20-2017 10:18 AM | |
8404 | 01-11-2017 02:11 PM |
06-06-2016
12:42 PM
@dsharma Please try enabling debug and check the ranger admin logs for issue. Also check hbase logs for errors if any - ranger debug - vi /usr/hdp/current/ranger-admin/ews/webapp/WEB-INF/log4j.xml Modify - <priority value="info" /> To - <priority value="debug" /> And restart ranger. Try testing the Hbase repository connection again.
... View more
06-06-2016
08:47 AM
@ibhatt I already tried this but this didnt worked for me.
... View more
06-06-2016
08:47 AM
Yes. I did oozie restart after doing the modifications.
... View more
06-06-2016
05:12 AM
@Felix Karabanov 1. Can you check if the Ambari metrics process is running properly and is displayed in "ps -aef |grepm ambari" output 2. Check the ambari metrics logs and see if you are able to see any error - /var/log/ambari-metrics* 3. Is this a test environment ? Check if there are any memory constrains on this box.
... View more
06-03-2016
02:04 PM
@Sunile Manjee I tried to set the property in oozie-site.xml with #user# as hdfs but still didnt worked.
... View more
06-03-2016
01:18 PM
Hi, I am running simple shell action using HUE(logged in as hdfs user in hue) - $ cat test.sh
echo "hello" > /tmp/test
The workflow is getting executed successfully. When i check the files permission and ownership - $ ls -al /tmp/test
-rw-r--r-- 1 yarn hadoop 6 2016-05-25 14:43 /tmp/test
The above output shows the file created via shell action has ownership as yarn. How can I make oozie shell action to get the ownership to be same as the user who is running the "shell action/workflow"(in this case "hdfs") So i am expecting output as shown below - -rw-r--r-- 1 hdfs hadoop 6 2016-05-25 14:43 /tmp/test
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Oozie
-
Cloudera Hue
06-03-2016
12:17 PM
@Michael Dennis "MD" Uanang There are 2 ways you can do it - 1. Modify /etc/hosts to the IP to which you want to bind 8080. 2. You can use IPtables post/pre routing to bind the IP to port 8080.
... View more
06-03-2016
11:19 AM
2 Kudos
@Orlando Cassano Can you try restarting Ambari server and also please try to restart ambari agent on the new host you added. Check if that helps.
... View more
06-02-2016
02:56 PM
Is this a fresh installation? or was the ranger host migrated to new hosts? Since the property usually picks up default ranger mgr url. You do not need to modify anything here.
... View more
06-02-2016
01:47 PM
@Edgar Daeds what is the version of ambari you are using ?
... View more