Member since
08-24-2018
68
Posts
3
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
246 | 06-07-2022 08:47 AM | |
233 | 12-28-2021 02:31 AM | |
264 | 10-15-2021 05:58 AM | |
483 | 06-06-2021 10:53 AM |
06-09-2022
09:45 PM
@gianluca Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @pvishnu has requested?
... View more
06-09-2022
09:44 PM
@gianluca, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
06-03-2022
10:10 AM
@VenkyBandaru Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks!
... View more
02-13-2022
11:27 PM
Hi @pvishnu, thank you for your response! The ldap configuration which I made in the Cloudera Manager will not be persist in the topology file /var/lib/knox/gateway/conf/topologies/knoxsso.xml. There is still the pamRealm configuration. One solution is to manually edit the topology file, but that is not my expectation if you use Cloudera Manager. Regards, Daniel
... 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-07-2021
08:52 AM
Hi @pvishnu Thanks for the response. So this is a new cluster and ranger was already previously installed on the node so I modified some of the data in the ambari postgres db to make it think that Ranger is already installed. Is there any documentation on what I should do to make sure that everything is synced up? Thanks,
... View more
09-17-2021
06:13 AM
Hi @pvishnu, I already did the same thing as you mentioned above. But I got the same error. Any further advise? Thank you.
... View more
09-15-2021
07:54 AM
Hi @noway , Did you try to enable deny conditions in Policies with the steps shared and retry? Can you confirm if it worked as intended? Thanks, Prashanth Vishnu
... View more
09-07-2021
11:51 AM
Hi @pvishnu, thanks for the reply. Actually I am trying to create an entity or update an entity if already existed by its unique attribute (QualifiedName), instead of first getting a guid. In this case, post v2/entity seems to be the best fit. It can update the attributes of the entity but it cannot add classification to it. Can it work as expected? If so, that will be ideal. Also, I tried what you suggested, but I still got an error: There was an error processing your request. It has been logged (ID ccfeb9583f4b2242). Where can I see the log?
... View more
09-06-2021
10:30 AM
Hey @pvishnu, thanks for your reply! I appreciate it. Unfortunately, the proposed solution does not give the wanted result. Also, as far as I could find it in the docs, the from Dataset where tags = ["valueA", "valueB"] syntax is expected to be equal to: from Dataset where tags = "valueA" or tags = "valueB" (see: https://atlas.apache.org/#/SearchAdvance). Meaning, to my understanding, it is primarily syntactical sugar for equality tests on single-valued attributes. Any other ideas?
... View more
07-22-2021
02:34 AM
I finaly found the root cause of this issue, it happens when users connect to ambari web ui and the stay connected for a while then the session is killed due to timeout. In my configuration there are no timeout for : user.inactivity.timeout.default, user.inactivity.timeout.role.readonly.default Setting these properties allows ambari to logout users after a period of inactivity. This error may occurs also when we restart the ambari-server, users still connected with a 401 error message i'm closing this thread and opening a new one with more details about the issue https://community.cloudera.com/t5/Support-Questions/Logout-ambari-s-connected-users-on-ambari-server-restart/td-p/321322
... View more
06-27-2021
07:59 AM
@sandeepksaini Can you share a screenshot of the Add service wizard to highlight which option is currently greyed out?
... View more
06-07-2021
10:32 AM
Thank you for your response! I was able to create an admin user account and log in with that.
... View more