Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Can't view Namenode UI in browser. Can only display the static page – no dynamic content though.
In browser, the download of few files were getting "404". The close scrutiny reveals the failed downloads have wrong paths. For example.
1. Successful download: This file has succeeded with 200 : "http://MY_KNOX_HOST:8445/gateway/sandbox/hdfs/static/jquery-1.10.2.min.js"
2. Failure download: This one got 404. http://MY_KNOX_HOST:8445/static/jquery.dataTables.min.js
The full path is not there. /gateway/sandbox/hdfs/ is missing.