123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <html>
- <head>
- <title>Hadoop HttpFS Server</title>
- </head>
- <body>
- <h1>Hadoop HttpFS Server</h1>
- <ul>
- <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>
- </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>
- </ul>
- </body>
- </html>
|