Hadoop Webhdfs Setup and usage instructions

Source: Internet
Author: User

1. Configuration

Namenode Hdfs-site.xml is the Dfs.webhdfs.enabled property must be set to true, otherwise you will not be able to use Webhdfs liststatus, listfilestatus, etc. need to list files, The folder Status command, because this information is saved by Namenode.

Add attributes to/etc/hadoop/conf/hdfs-site.xml in Namenode and one datanode:

<property> <name>dfs.webhdfs.enabled</name> <value>true</value> </property>

2. Instructions for use

Access Namenode HDFs using port 50070, Access Datanode Webhdfs using 50075 ports. Access files, folder information using Namenode IP and 50070 ports, access to file content or open, upload, modify, download and other operations using Datanode IP and 50075 ports. To do all of the WEBHDFS operations using Namenode's IP and port without differentiating the ports, you need to set dfs.webhdfs.enabled in Hefs-site.xml to true on all datanode.

Hadoop Webhdfs Setup and usage instructions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.