[jira] [Commented] (KNOX-765) Namenode UI fails to download few js and css
[ https://issues.apache.org/jira/browse/KNOX-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618429#comment-15618429 ] Larry McCay commented on KNOX-765: -- [~kamrul] - I have committed this to master and to v0.9.0 branches. It is great that this fix will make it into the 0.10.0 release. Thanks for the contribution! > Namenode UI fails to download few js and css > > > Key: KNOX-765 > URL: https://issues.apache.org/jira/browse/KNOX-765 > Project: Apache Knox > Issue Type: Bug >Reporter: Mohammad Kamrul Islam >Assignee: Mohammad Kamrul Islam > Fix For: 0.10.0 > > Attachments: KNOX-765.1.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KNOX-765) Namenode UI fails to download few js and css
[ https://issues.apache.org/jira/browse/KNOX-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618426#comment-15618426 ] ASF subversion and git services commented on KNOX-765: -- Commit da8f81e940d4ec63cc4a7d48b13a409af3614e66 in knox's branch refs/heads/v0.9.0 from [~lmccay] [ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=da8f81e ] KNOX-765 - Namenode UI fails to download few js and css (Mohammad Kamrul Islam via lmccay) > Namenode UI fails to download few js and css > > > Key: KNOX-765 > URL: https://issues.apache.org/jira/browse/KNOX-765 > Project: Apache Knox > Issue Type: Bug >Reporter: Mohammad Kamrul Islam >Assignee: Mohammad Kamrul Islam > Fix For: 0.10.0 > > Attachments: KNOX-765.1.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KNOX-765) Namenode UI fails to download few js and css
[ https://issues.apache.org/jira/browse/KNOX-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618424#comment-15618424 ] ASF subversion and git services commented on KNOX-765: -- Commit 9bcca2581bd280ee21d32206b912687471b0183b in knox's branch refs/heads/master from [~lmccay] [ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=9bcca25 ] KNOX-765 - Namenode UI fails to download few js and css (Mohammad Kamrul Islam via lmccay) > Namenode UI fails to download few js and css > > > Key: KNOX-765 > URL: https://issues.apache.org/jira/browse/KNOX-765 > Project: Apache Knox > Issue Type: Bug >Reporter: Mohammad Kamrul Islam >Assignee: Mohammad Kamrul Islam > Fix For: 0.10.0 > > Attachments: KNOX-765.1.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KNOX-765) Namenode UI fails to download few js and css
[ https://issues.apache.org/jira/browse/KNOX-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15617095#comment-15617095 ] Mohammad Kamrul Islam commented on KNOX-765: [~lmccay] : it resolve all Namenode UI issue. Is there any existing testing framework? > Namenode UI fails to download few js and css > > > Key: KNOX-765 > URL: https://issues.apache.org/jira/browse/KNOX-765 > Project: Apache Knox > Issue Type: Bug >Reporter: Mohammad Kamrul Islam >Assignee: Mohammad Kamrul Islam > Fix For: 0.10.0 > > Attachments: KNOX-765.1.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KNOX-765) Namenode UI fails to download few js and css
[ https://issues.apache.org/jira/browse/KNOX-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615144#comment-15615144 ] Larry McCay commented on KNOX-765: -- [~kamrul] - Thank you for the contribution! Does this patch fully fix the issues that you saw with proxying the namenode UI? We need to figure out a way to provide tests for this sort of thing. In the meantime, we can ignore that warning. > Namenode UI fails to download few js and css > > > Key: KNOX-765 > URL: https://issues.apache.org/jira/browse/KNOX-765 > Project: Apache Knox > Issue Type: Bug >Reporter: Mohammad Kamrul Islam >Assignee: Mohammad Kamrul Islam > Fix For: 0.11.0 > > Attachments: KNOX-765.1.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KNOX-765) Namenode UI fails to download few js and css
[ https://issues.apache.org/jira/browse/KNOX-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15614905#comment-15614905 ] Hadoop QA commented on KNOX-765: Testing JIRA KNOX-765 Patch [KNOX-765.1.patch|https://issues.apache.org/jira/secure/attachment/12835746/KNOX-765.1.patch] downloaded at Fri Oct 28 09:10:44 UTC 2016 {color:green}+1 PATCH_APPLIES{color} {color:green}+1 CLEAN{color} {color:red}-1 RAW_PATCH_ANALYSIS{color} .{color:green}+1{color} the patch does not introduce any @author tags .{color:green}+1{color} the patch does not introduce any tabs .{color:green}+1{color} the patch does not introduce any trailing spaces .{color:green}+1{color} the patch does not introduce any line longer than 120 .{color:red}-1{color} the patch does not add/modify any testcase {color:green}+1 RAT{color} .{color:green}+1{color} the patch does not seem to introduce new RAT warnings {color:green}+1 JAVADOC{color} .{color:green}+1{color} the patch does not seem to introduce new Javadoc warnings {color:green}+1 COMPILE{color} .{color:green}+1{color} HEAD compiles .{color:green}+1{color} patch compiles .{color:green}+1{color} the patch does not seem to introduce new javac warnings .{color:red}WARNING{color}: the current HEAD has 76 javac warning(s) {color:green}+1 FINDBUGS{color} .{color:green}+1{color} the patch does not seem to introduce new Findbugs warnings .{color:red}WARNING: the current HEAD has Findbugs warning(s), they should be addressed ASAP{color} {color:green}+1 TESTS{color} .Tests run: 666 {color:green}+1 DISTRO{color} .{color:green}+1{color} distro tarball builds with the patch {color:red}*-1 Overall result, please check the reported -1(s)*{color} {color:red}. There is at least one warning, please check{color} The full output of the test-patch run is available at . https://builds.apache.org/job/Knox-master-patch-verify/85/ > Namenode UI fails to download few js and css > > > Key: KNOX-765 > URL: https://issues.apache.org/jira/browse/KNOX-765 > Project: Apache Knox > Issue Type: Bug >Reporter: Mohammad Kamrul Islam >Assignee: Mohammad Kamrul Islam > Fix For: 0.11.0 > > Attachments: KNOX-765.1.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)