[ 
https://issues.apache.org/jira/browse/HDFS-12961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16302482#comment-16302482
 ] 

genericqa commented on HDFS-12961:
----------------------------------

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 15m 
41s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} HDFS-7240 Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 17m 
24s{color} | {color:green} HDFS-7240 passed {color} |
| {color:green}+1{color} | {color:green} shadedclient {color} | {color:green} 
28m 17s{color} | {color:green} branch has no errors when building and testing 
our client artifacts. {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green}  0m 
 0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} shadedclient {color} | {color:green} 
12m  3s{color} | {color:green} patch has no errors when building and testing 
our client artifacts. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
21s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 56m 48s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hadoop:d11161b |
| JIRA Issue | HDFS-12961 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12903523/HDFS-12961-HDFS-7240.001.patch
 |
| Optional Tests |  asflicense  shadedclient  |
| uname | Linux c14fc8205ee2 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 
11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | /testptch/patchprocess/precommit/personality/provided.sh |
| git revision | HDFS-7240 / c0ce0a5 |
| maven | version: Apache Maven 3.3.9 |
| Max. process+thread count | 408 (vs. ulimit of 5000) |
| modules | C: hadoop-hdfs-project/hadoop-hdfs U: 
hadoop-hdfs-project/hadoop-hdfs |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/22504/console |
| Powered by | Apache Yetus 0.7.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Ozone: Use relative resource urls in KSM/SCM web ui
> ---------------------------------------------------
>
>                 Key: HDFS-12961
>                 URL: https://issues.apache.org/jira/browse/HDFS-12961
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: HDFS-7240
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>         Attachments: HDFS-12961-HDFS-7240.001.patch
>
>
> The current SCM/KSM web ui (+namenode/datanode) uses absolute urls:
> Css is defined as /static/..., http calls use /jmx as url, etc.
> This is problem with typical cloud native environments where some components 
> could be behind a reverse proxy. 
> For example in kubernetes the component could be accessible via the kubctl 
> proxy and specific url:
> http://localhost:8001/api/v1/namespaces/default/services/ozonetest-http-ksm:web/proxy/
> This url points to the scm web ui but all of the resources are loaded from 
> http://localhost:8001 as we use absolute urls.
> I suggest to use relative url everywhere. It could work both with standalone 
> cluster (were the default context is the /) and with proxied environment 
> (where the scm location could be different).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to