Member since
09-08-2017
27
Posts
11
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4713 | 08-22-2018 10:42 PM |
03-21-2019
02:45 PM
Perhaps debug logging would be helpful. Can you set the log level to debug, and see if anything useful appears in gateway.log?
... View more
03-15-2019
03:13 PM
Do you see any messages in gateway.log about a whitelist?
... View more
03-14-2019
05:02 PM
So, you're able to access the Knox UI via the public IP, but login is failing? Can you see anything relevant in the Knox logs? Is Knox SSO in play here? What do you mean by this? "the topologies created from knox UI is throwing 404 error."
... View more
01-30-2019
05:41 PM
@abbas mohammadnejad You have to explicitly set the gateway.dispatch.whitelist property in gateway-site.xml, such that the pattern will match the endpoint address.
... View more
10-03-2018
07:24 PM
It looks like you're missing the gateway path segment in the actual command: 'https://10.224.155.25:9443/Vamshi/webhdfs/v1/?op=LISTSTATUS' should be 'https://10.224.155.25:9443/gateway/Vamshi/webhdfs/v1/?op=LISTSTATUS' And have you intentionally configured the gateway port to 9443 (vs the default 8443)?
... View more
09-28-2018
03:36 PM
Is your sandbox topology pointing to your cluster correctly? What does your gateway-audit.log show?
... View more
09-28-2018
12:47 PM
Have you considered using the Ambari REST API, or are you concerned with clusters which are not managed by Ambari? You could use curl to invoke it from your scripts.
... View more
08-24-2018
09:00 PM
Thank you for following up. That's what I suspected, and it's good to document it here for future reference.
... View more
08-24-2018
02:26 AM
@Lian Jiang Can you explain why the default whitelist was not working for your deployment?
... View more
08-22-2018
10:42 PM
None of Ambari, Zeppelin, or RangerUI are affected by this whitelisting.
Can you see the default whitelist in gateway.log?
It should say something like Applying a derived dispatch whitelist because none is configured in gateway-site: xxxxxxx
... View more