-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot access dataflint UI through Knox gateway URL using the #20
Comments
@DanielAronovich please take a look, isn't it the same path you simulated with a proxy 1:1? |
@ef1236, you are corret and it should have been solved. I am on it. Does the history server works well and the dataflint tab works well, but only when pressing "TO HISTORY SERVER" it breaks? Does the "To spark UI" button on top of it works well? Thanks! |
@DanielAronovich Hey thanks for the quick reply We are using Knox With Cloudera. When I access the sparkhistory server directly using the hostname and port: But when I access through the sparkhistory server, the URL is correct but the page tries to query for the environment endpoint with the wrong URL. |
Hey, 0.2.6 did not fix the problem. But I think I found the problem in the code
Then it only captures the part from the /history and not the whole pathname I Created a pull request with the change |
The bug is the same as described in [https://github.com//issues/13](This bug report)
When I try to access data flint through a knox gateway, it tries to access without the gateway
GET https:///api/v1/applications/<application_id/1/environment 404 (Not Found)
it should be call to: https:///gateway//sparkhistory/history/<application_id>/1/environment/
It looks like version 0.2.5 should have fixed it but I still encounter the same problem
The text was updated successfully, but these errors were encountered: