Member since
05-22-2019
58
Posts
31
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3198 | 05-31-2018 07:49 AM | |
2815 | 04-05-2018 07:30 AM | |
3981 | 07-24-2017 03:08 PM | |
4697 | 02-22-2017 09:43 AM | |
5155 | 10-18-2016 02:48 PM |
01-30-2017
09:11 AM
@J. D. Bacolod
Can you post content of knox_sample and default topologies? 404 error show topology deployment issue and 401 means problem authenticating. You can check if Knox and Demo LDAP is working properly by logging in to Knox Host and issue below command: curl -iku admin:admin-password -X GET 'https://localhost:8443/gateway/admin/api/v1/version' This should return Knox Server version, something similar to below: HTTP/1.1 200 OK
Date: Mon, 30 Jan 2017 09:06:35 GMT
Set-Cookie: JSESSIONID=12phoc1xgseuiwm1m48kvs6cw;Path=/gateway/admin;Secure;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: rememberMe=deleteMe; Path=/gateway/admin; Max-Age=0; Expires=Sun, 29-Jan-2017 09:06:35 GMT
Content-Type: application/xml
Content-Length: 170
Server: Jetty(9.2.15.v20160210)
<?xml version="1.0" encoding="UTF-8"?>
<ServerVersion>
<version>0.11.0.2.6.0.0-405</version>
<hash>b4ad4748eeff4c9b9493a0cc082a0825200c4668</hash>
</ServerVersion>
... View more
10-18-2016
02:48 PM
1 Kudo
@Baruch AMOUSSOU DJANGBAN Apache Knox is sort of Reverse Proxy which seats on Security Perimeter behind firewall and provide single point of access to underlying Hadoop services. An User will authenticate to Knox which can be configured to use Active Directory/LDAP/SAML-Based Identity Provider. Once User is authenticated with Knox, Knox will use it's own Kerberos Keytab to authenticate with other Hadoop services securely.
Note: Apache Knox is not alternative to Kerberos.
... View more
10-05-2016
11:21 AM
3 Kudos
Apache Knox uses Shiro for LDAP authentication. You can put the details of your LDAP server and port in topology file. Knox will use the LDAP Server IP Address and Port to communicate. If you are using OpenLDAP to authenticate, you can safely stop Demo LDAP service in Knox.
Yes you need to install openldap, openldap-clients, and openldap-servers package.
... View more
09-16-2016
04:57 PM
Did you followed this https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Ranger_Install_Guide/content/configuring_mysql_for_ranger.html and run those MySQL queries?
... View more
09-16-2016
02:34 PM
Can you follow this document https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_Ranger_Install_Guide/content/configuring_mysql_for_ranger.html
Also if you can provide a screenshot or log file, it will be helpful.
... View more
09-08-2016
10:06 PM
1 Kudo
@Kaliyug Antagonist HDP 2.4.0 has Zeppelin Tech Preview only, this issue can not be found in Zeppelin with HDP 2.5.0 which is the version officially supported.
... View more
08-29-2016
06:09 AM
1 Kudo
Knox doesn't support HAWQ (HDB) out-of-the-box. Currently Knox has built-in support for
WebHDFS WebHCat Oozie HBase Hive Yarn Storm
Read more at: http://knox.apache.org/books/knox-0-9-0/user-guide.html#Service+Details
... View more
08-24-2016
07:24 PM
The earlier created local Ambari "ambari_admin" user should exist even after ldap sync. Please select "All" as Type in Manage Ambari -> User+Group Management section, your user should show up there.
... View more
08-24-2016
07:12 PM
@Arun A K If you have existing admin user in your AD/LDAP, it will be override the existing Ambari admin user. This is known behaviour.
... View more
- « Previous
- Next »