Quantcast
Channel: Toad for Hadoop Forum - Recent Threads
Viewing all articles
Browse latest Browse all 428

RE: Access HDFS using Port-Forwarding (Toad for Hadoop 1.3.1 on Windows 7; Cloudera 5.4.4 with Cloudera Manager)

$
0
0

Hi paufqq,


in order to make it work you have to do a couple of things. First of all HDFS is configured by URI in format hdfs://nn.fqdn:nn.port so in our example it is usually hdfs://localhost.localdomain:8020. You can check it in core-site.xml. You should do same configuration as client so name node host should be same for client as it is defined in core-site.xml (so localhost.localdomain).

It is worth to check following things:

  1. Are you able to reach NameNode IPC port on host machine? For example on host machine: telnet localhost.localdomain 8020
  2. Check core-site.xml and hdfs-site.xml for *.address properties how they are binded.
  3. Strange thing for me is that you have defined 127.0.0.1 and then 127.0.1.1. Is this correct?
  4. Check this forum thread for some details about Hortonworks sandbox (in case you're using it).

BR,Jiri


Viewing all articles
Browse latest Browse all 428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>