Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-270

bin/flume should respect HADOOP_CONF_DIR and use core and hdfs settings from there.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.1u1, 0.9.2
    • Build
    • None

    Description

      If fs.default.name is to hdfs://localhost:8020 in /etc/hadoop/conf/core-site.xml this command line should echo

      $ HADOOP_CONF_DIR=/etc/hadoop/conf bin/flume class com.cloudera.flume.conf.FlumeConfiguration | grep fs.default
      <property><name>fs.default.name</name><value>hdfs://localhost:8020/</value></property>

      Currently with the default configuration this outputs:
      <property><name>fs.default.name</name><value>file:///</value></property>

      Attachments

        Activity

          People

            jmhsieh Jonathan Hsieh
            jmhsieh Jonathan Hsieh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: