Member since
10-19-2015
279
Posts
340
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2216 | 05-12-2017 10:12 AM | |
3931 | 04-03-2017 11:13 AM | |
1172 | 03-28-2017 05:26 PM | |
2658 | 03-06-2017 12:31 PM | |
148802 | 03-02-2017 08:24 AM |
02-27-2018
04:02 PM
3 Kudos
entity properties updation is not supported through UI , you can update it using the rest call. following blog will help you: https://community.hortonworks.com/repos/62020/sample-update-hive-table-atlas-properties-through.html
... View more
02-27-2018
03:19 PM
2 Kudos
Prakash Punj Audit source from HDFS is not supported at Ranger end. However, you can store audits in HDFS through plugins. so if you want to get audits on ranger UI, you need to change the audit source to solr and store the audits to solr.
... View more
02-27-2018
04:34 AM
2 Kudos
L V I think you need to import the ambari certificate to the java cacert of knox , and make sure you have hostname of ambari as CN in the ambari certificate
... View more
02-26-2018
02:56 PM
1 Kudo
there were issues with accessing views via knox proxy but they are already fixed: please make sure following: 1) entries are added in ui.xml as follows: <service>
<role>AMBARI</role>
<url>http://hostname:port</url>
</service>
<service>
<role>AMBARIUI</role>
<url>http://hostname:port</url>
</service> 2) you should have .com appended in /etc/hosts file on the client and the cluster both as follows: 10.10.1.1 ab.test.site abc.test.site.com 3) while invoking the ambari ui through knox proxy also you should append .com the url eg: https://abc.test.site.com:8443/gateway/ui/ranger let Me know if you have all of the above and issue still presist.
... View more
02-26-2018
11:45 AM
L V want to confirm are you able to view ambari home page or that also not visible ?
... View more
01-09-2018
06:36 AM
1 Kudo
can you please which hdp release is this? and what is the user you used for login ?
... View more
12-26-2017
07:16 PM
1 Kudo
you should check in Advanced ranger-tagsync-policymgr-ssl through ambari there you will find: xasecure.policymgr.clientssl.keystore xasecure.policymgr.clientssl.keystore.credential.file xasecure.policymgr.clientssl.keystore.password xasecure.policymgr.clientssl.truststore.credential.file etc.
... View more
12-22-2017
04:52 AM
1 Kudo
Jorge Florencio is this Error you are seeing coming while accessing the audits from ranger UI ?
... View more
12-05-2017
05:59 AM
1 Kudo
I am getting below error:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo}
span.s1 {font-variant-ligatures: no-common-ligatures}
2017-12-04 14:01:07.894 WARN (qtp59559151-26) [ ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: GSSException: Failure unspecified at GSS-API level (Mechanism level: Invalid argument (400) - Cannot find key of appropriate type to decrypt AP REP - AES256 CTS mode with HMAC SHA1-96)
org.apache.hadoop.security.authentication.client.AuthenticationException: GSSException: Failure unspecified at GSS-API level (Mechanism level: Invalid argument (400) - Cannot find key of appropriate type to decrypt AP REP - AES256 CTS mode with HMAC SHA1-96)
at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.authenticate(KerberosAuthenticationHandler.java:399)
at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:507)
at org.apache.solr.security.KerberosFilter.doFilter(KerberosFilter.java:46)
at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:144)
at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:311)
at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222)
at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:748)
I saw the question https://community.hortonworks.com/questions/99367/solr-kerberos-error-gssexception-failure-unspecifi.html but solution in this did not work for me . attaching curl kerberos debug log. curl-krb.txt @Vipin Rathor can you please help me on this?
... View more
Labels:
- Labels:
-
Apache Solr
09-29-2017
03:09 AM
1 Kudo
question for getting audits related to specific resource type + resource name: eg: get all the audits related to the db=db_1 and table=test_table ? generally if we filter audits for test_table then it returns audits for all the table even if it belongs to other db.
... View more
Labels:
- Labels:
-
Apache Ranger