Member since
08-24-2018
78
Posts
4
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
393 | 05-23-2024 10:04 AM | |
860 | 06-07-2022 08:47 AM | |
1025 | 12-28-2021 02:31 AM | |
1075 | 10-15-2021 05:58 AM | |
1070 | 06-06-2021 10:53 AM |
06-17-2024
06:25 AM
1 Kudo
@AElbehwash Could you check the stdout/stderr for any errors? Ideally located at "/var/run/cloudera-scm-agent/process/##########-atlas-ATLAS_SERVER/logs/*" in the Atlas server node.
... View more
05-23-2024
10:04 AM
@phr1 You can identify to which resource paths the user was granted access to via Ranger HDFS policies using the following REST API, # curl -k -u <user> https://<ranger-admin-fqdn>:<port>/service/plugins/policies/service/name/<name>?user=<user> Refer "GET /plugins/policies/service/name/{name}" in the following documentation ServiceREST API
... View more
06-07-2022
08:59 AM
Hi @gianluca , Could you please share the steps you have followed to create the custom entity? If you're doing it via the REST API, then you can update your Json file according to your preference (including the name of the custom entity) prior to running the POST /v2/entity API call. Thanks, Prashanth Vishnu
... View more
06-07-2022
08:47 AM
Hi @gianluca , If you would like to view all the attributes while creating a new entity in the Atlas Web UI, please use the toggle button on the top right in the Create entity window to switch it from "Required" to "All". Hope this helps with your requirement! Thanks, Prashanth Vishnu
... View more
05-31-2022
09:35 AM
Hello @VenkyBandaru , Could you please try the below curl command to delete the custom entity type def? # curl -u <username>:<password> -X DELETE 'http://<hostname>:<port>/api/atlas/v2/types/typedefs' --header 'Content-Type: application/json' -d '{ "entityDefs": [ { "name": "<custom type name>" } ] }' Thanks, Prashanth Vishnu
... View more
12-28-2021
02:43 AM
Hi @daba, Could you check the following topology file in the Knox gateway node to validate if the authentication provider change you made in the CM UI is reflected at the host level as well? - /var/lib/knox/gateway/conf/topologies/knoxsso.xml Thanks, Prashanth Vishnu
... View more
12-28-2021
02:31 AM
1 Kudo
Hi @arturbrandys1, The Audit decision taken by Ranger (whether to audit or not) are based on matching resource. That is, if there is a policy which allows audit for a certain resource, then audit will be performed irrespective of whether that policy is governing access policy or not. And in your case, suppose if there is another policy with audit enabled on a higher level - like the root directory "/" for hdfs - then lower level policy can override the access rights but can’t limit the audit logging. Thanks, Prashanth Vishnu
... View more
10-15-2021
05:58 AM
1 Kudo
Hi @MikeB , Here's the latest documentation on how to change the JDK version for Ambari 2.7.5, https://docs.cloudera.com/HDPDocuments/Ambari-latest/administering-ambari/content/amb_change_your_jdk.html As instructed, after running Ambari server setup, you'll need to restart Ambari server followed by restarting all the cluster services since it is required to restart each component for the new JDK to be used by the Hadoop services. Hope this helps answer your query! Thanks, Prashanth Vishnu
... View more
10-06-2021
11:31 PM
Hi @ryu , Did you make any config changes related to Ranger usersync prior to restarting Ranger from Ambari? Also, make sure the usersync directory is pointing to the appropriate HDP version in use as shown below, # ls -l /usr/hdp/current/ranger-usersync lrwxrwxrwx 1 root root 36 Aug 18 16:19 /usr/hdp/current/ranger-usersync -> /usr/hdp/2.6.5.328-2/ranger-usersync Thanks, Prashanth Vishnu
... View more
09-16-2021
07:26 PM
Hi @Mdali , Maybe the file"/usr/hdp/current/oozie-server/oozie-sharelib.tar.gz" is corrupted? Could you try copying the file from the other Oozie server if its the same version? Then try restarting again and let us know how it goes. Thanks, Prashanth Vishnu
... View more