Skip to content

Commit

Permalink
HDFS-14898. Use Relative URLS in Hadoop HDFS HTTP FS. Contributed by …
Browse files Browse the repository at this point in the history
…David Mollitor.
  • Loading branch information
ayushtkn authored and RogPodge committed Mar 25, 2020
1 parent 1954e57 commit b052483
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b052483

Please sign in to comment.