This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new eeb58a0  HDFS-14898. Use Relative URLS in Hadoop HDFS HTTP FS. 
Contributed by David Mollitor.
eeb58a0 is described below

commit eeb58a07e24e6a1abdf32e1c198a5a1e9c2a8f1a
Author: Ayush Saxena <ayushsax...@apache.org>
AuthorDate: Thu Oct 10 01:03:33 2019 +0530

    HDFS-14898. Use Relative URLS in Hadoop HDFS HTTP FS. Contributed by David 
Mollitor.
---
 .../src/main/resources/webapps/static/index.html         | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/webapps/static/index.html
 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/webapps/static/index.html
index 7caba43..b28c959 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/webapps/static/index.html
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/webapps/static/index.html
@@ -21,16 +21,16 @@
 <body>
 <h1>Hadoop HttpFS Server</h1>
 <ul>
-    <li>HttpFS Server service base URL at <b>/webhdfs/v1/</b></li>
+    <li>HttpFS Server service base URL at <b>../webhdfs/v1/</b></li>
         <ul>
-            <li><a href="/webhdfs/v1/?op=LISTSTATUS">
-                /webhdfs/v1/?op=LISTSTATUS</a> to list root directory</li>
+            <li><a href="../webhdfs/v1/?op=LISTSTATUS">
+                ../webhdfs/v1/?op=LISTSTATUS</a> to list root directory</li>
         </ul>
-    <li><a href="/conf">HttpFS configuration properties</a></li>
-    <li><a href="/jmx">HttpFS JMX</a></li>
-    <li><a href="/logLevel">HttpFS log level</a></li>
-    <li><a href="/logs">HttpFS log files</a></li>
-    <li><a href="/stacks">HttpFS stacks</a></li>
+    <li><a href="../conf">HttpFS configuration properties</a></li>
+    <li><a href="../jmx">HttpFS JMX</a></li>
+    <li><a href="../logLevel">HttpFS log level</a></li>
+    <li><a href="../logs">HttpFS log files</a></li>
+    <li><a href="../stacks">HttpFS stacks</a></li>
 </ul>
 </body>
 </html>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to