Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3141 | 06-30-2017 05:30 PM | |
| 4099 | 06-30-2017 02:57 PM | |
| 3404 | 05-30-2017 07:00 AM | |
| 3984 | 01-20-2017 10:18 AM | |
| 8630 | 01-11-2017 02:11 PM |
10-05-2016
09:52 AM
@mayki wogno
Can you check the same from Ranger UI->Access->Audit, which will display the audit in more formatted. You can pass the screenshot here to get more details. Ranger UI - http://<ranger_host>:6080
... View more
10-05-2016
08:20 AM
2 Kudos
@Yukti Agrawal Can you please re-check and confirm if hostname if properly set in below files and commands - $/etc/hosts $/etc/sysconfig/network $hostname $hostname -f Pls perform this on all agents and ambari server.
... View more
10-04-2016
02:23 PM
1 Kudo
@Yukti Agrawal Can you capture $jstack -l <pid_of_ambari_server> Also check you have enough memory on the node.
... View more
10-04-2016
03:21 AM
1 Kudo
@Eon kitex please pass detailed logs to take a look at the issue if this is still not resolved.
... View more
10-04-2016
03:17 AM
The other issue can be - oozie-env.sh the catalina tmp dir is set to /oozietest.
export CATALINA_TMPDIR=${CATALINA_TMPDIR:-/oozietest/} and users did not have write permissions to the directory
RESOLUTION:
changed oozie-env.sh catalina tmp dir to export CATALINA_TMPDIR=${CATALINA_TMPDIR:-/var/tmp/oozie}
... View more
10-04-2016
03:15 AM
1 Kudo
@Keerthi Mantri Make sure if you have any change/modifications to core hadoop configurations you will have to manually push the changes to the oozie share lib location. Pls try placing the core hadoop configurations into the oozie share lib directory.
... View more
10-03-2016
08:01 PM
2 Kudos
@Vijay Lakshman Can you check the container size allocated ? Seems you are hitting memory issue.
... View more
10-03-2016
01:26 PM
3 Kudos
@Wael Emam Its never recommended to have different OS for same host in cluster. If you still manage to bypass this for ambari agent install you will still face issue while deploying services and running applications on the host. Better is to re-install and use same version of OS. Still you can check - https://community.hortonworks.com/questions/18479/how-to-register-host-with-different-os-to-ambari.html
... View more
09-28-2016
09:08 PM
3 Kudos
@Amit Kumar Agarwal Using ranger rest api you can achieve this. Pls refer - https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Policy+Management
... View more
09-28-2016
08:55 PM
2 Kudos
@Amit Kumar Agarwal Did you check this - https://community.hortonworks.com/questions/1021/how-to-remove-all-external-users-from-the-ranger-r.html
... View more