Member since
11-01-2018
6
Posts
0
Kudos Received
0
Solutions
04-08-2019
03:57 AM
@Phil Zampino the current setting is 30000. I've upped it to 300000000 and still get the same issue. It seems to only occur if I try adding LDAP authentication to the configuration. If I use Anonymous, the configuration is created ok.
... View more
04-08-2019
12:40 AM
I am trying to follow the steps here https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/configuring-proxy-knox/content/sec_set_up_knox_proxy.html to set up knox proxy. I can load the admin UI fine, and then create the new provider configuration. However, when I click the ok button to save the configuration, the admin UI page reloads with no provider configurations listed - not even the default provider. The configuration I just created is not saved. There are some errors in the Firefox console at this time: ERROR Error: "Uncaught (in promise): Http failure during parsing for https://hdpc-gateway.local:8443/gateway/knoxsso/knoxauth/login.html?originalUrl=https://hdpc-gateway.local:8443/gateway/manager/api/v1/version"; A https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 A https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 F https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 invokeTask https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 onInvokeTask https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 invokeTask https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 runTask https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 m https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 invokeTask https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 p https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 h https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 main.412cf9608524b45f6dbc.bundle.js:1:464394 Ce https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 handleError https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 next https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 i https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 __tryOrUnsub https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 next https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 _next https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 next https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 next https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 emit https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 onHandleError https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 invoke https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 run https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 runOutsideAngular https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 onHandleError https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 handleError https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 runGuarded https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 e https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 microtaskDrainDone https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 m https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 invokeTask https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 p https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 h https://hdpc-gateway.local:8443/gateway/manager/admin-ui/main.412cf9608524b45f6dbc.bundle.js:1 After this, the Admin UI fails to function until I restart both Knox, and the demo LDAP server.
... View more
Labels:
- Labels:
-
Apache Knox
12-21-2018
12:32 AM
@Geoffrey Shelton Okot Thanks. What is the recommended method for syncing users and groups to the edge node? Can I use PAM/LDAP on these nodes to keep it all tied together? or do I still need to manually manage user accounts on the cmdline?
... View more
12-20-2018
12:23 AM
Hi, I have a HDP cluster running with AD authentication for Ranger and Zeppelin. I noticed that in order for Hive to be accessible for a given AD user or group which has been allowed by a Ranger ACL, that username/group must exist on the Hive server (eg useradd some-ad-user -G some-ad-group). A similar behavior happens with HDFS access. I can make the Ranger ACL stick by specifying it by username, but not group, without requiring a user to be setup on the name node. The necessity of this of course seems sensible enough. However I'm not uncertain as to the proper means to manage user accounts for each Linux machine. Do I need to mirror every AD account/group on every cluster node, a subset of service nodes, or is there a third option which is correct? It seems to defeat the purpose for me to use active directory if I must manage users/groups across the entire cluster anyway. I thought perhaps Knox is the solution for this, which I'm in the middle of configuring, but I thought I'd ask the question in case the pursuit is fruitless. Thank you.
... View more
Labels:
- Labels:
-
Apache Ranger
-
Apache Zeppelin
11-08-2018
11:31 PM
Hello, I'm trying to configure access to Hive from Zeppelin in HDP 3. When I try to use the interpreter %jdbc(hive), I get the error "Prefix not found". I've looked at https://community.hortonworks.com/questions/59017/jdbchive-prefix-not-found-in-zeppelin.html however this seems to be specific to HDP 2.5, as I've done what is suggested and still get the same error. I can't find anything in the Horton or Zeppelin docs to describe what a Prefix is or how to configure one.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Zeppelin