index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <html>
  14. <head>
  15. <title>Hadoop HttpFS Server</title>
  16. </head>
  17. <body>
  18. <h1>Hadoop HttpFS Server</h1>
  19. <ul>
  20. <li>HttpFS Server service base URL at <b>/webhdfs/v1/</b></li>
  21. <ul>
  22. <li><a href="/webhdfs/v1/?op=LISTSTATUS">
  23. /webhdfs/v1/?op=LISTSTATUS</a> to list root directory</li>
  24. </ul>
  25. <li><a href="/conf">HttpFS configuration properties</a></li>
  26. <li><a href="/jmx">HttpFS JMX</a></li>
  27. <li><a href="/logLevel">HttpFS log level</a></li>
  28. <li><a href="/logs">HttpFS log files</a></li>
  29. <li><a href="/stacks">HttpFS stacks</a></li>
  30. </ul>
  31. </body>
  32. </html>