Hadoop Eclipse Plugin

Source: Internet
Author: User

My eclipse is on Win7, Hadoop in the Win7 virtual machine in Ubuntu, for the sake of convenience, want to install Hadoop plug-ins on eclipse, the main reference https://my.oschina.net/muou/blog/ 408543, the above is written quite detailed, after the configuration, appears in the above written question one, according to what he said to create the directory, eclipse in the DFS Locations inside still show connection refused. Found the official document: Https://wiki.apache.org/hadoop/ConnectionRefused, but also only provides inspection steps, and does not give a workaround. Try the 5th mentioned above. I did not telnet to the 9000 port of Hadoop on my Win7. Later, the core-site.xml in the localhost:9000 to the actual IP address of the Ubuntu virtual machine, the problem is resolved.

<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://192.168.56.101:9000</value> <!--don't write localhost--
</property>
</configuration>

Hadoop Eclipse Plugin

Related Article

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.