Uploaded image for project: 'Flume (READ-ONLY)'
  1. Flume (READ-ONLY)
  2. FLUME-270

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

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: v0.9.1u1, v0.9.2
    • Component/s: Build
    • Labels:
      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

            • Assignee:
              jon Jonathan Hsieh
              Reporter:
              jon Jonathan Hsieh
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: