You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Joel (JIRA)" <ji...@apache.org> on 2015/07/10 05:56:04 UTC

[jira] [Created] (HADOOP-12212) Hi, I am trying to start the namenode but it keeps showing: Failed to start namenode. java.net.BindException: Address already in use

Joel created HADOOP-12212:
-----------------------------

             Summary: Hi, I am trying to start the namenode but it keeps showing: Failed to start namenode. java.net.BindException: Address already in use
                 Key: HADOOP-12212
                 URL: https://issues.apache.org/jira/browse/HADOOP-12212
             Project: Hadoop Common
          Issue Type: Bug
          Components: conf
    Affects Versions: 2.7.0
         Environment: Ubuntu 14.04 trusty
            Reporter: Joel


Hi, I am trying to start the namenode but it keeps showing: Failed to start namenode. java.net.BindException: Address already in use;. netstat -a | grep 50070 doesn't return anything which confirms that the port is not being used by any other processes. The hdfs-site.xml is given below: <configuration> <property>    <name>dfs.replication</name>    <value>1</value>  </property>  <property>    <name>dfs.namenode.name.dir</name>    <value>file:///usr/local/hdfs/namenode</value>  </property>  <property>    <name>dfs.datanode.data.dir</name>    <value>file:///usr/local/hdfs/datanode</value>  </property> </configuration>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)