Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-8055

Distribution tar.gz does not contain etc/hadoop/core-site.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23.1
    • build
    • None
    • Reviewed

    Description

      A dist built from trunk (0.24.0-SNAPSHOT) does not contain a core-site.xml in $HADOOP_HOME/etc/hadoop/ folder.

      $HADOOP_HOME/sbin/start-dfs.sh without that folder gives an exception
      Exception in thread "main" java.lang.IllegalArgumentException: URI has an authority component
      at java.io.File.<init>(File.java:368)
      at org.apache.hadoop.hdfs.server.namenode.NNStorage.getStorageDirectory(NNStorage.java:310)
      at org.apache.hadoop.hdfs.server.namenode.FSEditLog.init(FSEditLog.java:178)
      ...

      Manually creating $HADOOP_HOME/etc/hadoop/core-site.xml solves this problem and hadoop starts fine.

      Attachments

        1. HADOOP-8055.patch
          1 kB
          Harsh J
        2. HADOOP-8055.patch
          1 kB
          Eric Charles

        Activity

          People

            qwertymaniac Harsh J
            eric@apache.org Eric Charles
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: