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

Ability to override any parameter from the configuration file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 1.5.0
    • None
    • Node

    Description

      To start flume agents dynamically it comes handy to be able to override parameters of a base configuration file without actually touching and modifying it, for example change the bind port.

      Example:

      agent.sources.avro-collection-source.bind = localhost
      agent.sources.avro-collection-source.port = 50000
      agent.sinks.hdfs-sink.hdfs.path = hdfs://localhost:9000/flume
      agent.channels.memoryChannel.capacity = 20000

      flume-ng agent -n agent -f flume.conf
      -o avro-collection-source.bind=0.0.0.0
      -o avro-collection-source.port=30000
      -o hdfs-sink.hdfs.path=hdfs://localhost:9000/data
      -o memoryChannel.capacity=30000

      Attachments

        1. FLUME-2351.patch
          11 kB
          Krisztian Horvath
        2. FLUME-2351-2.patch
          12 kB
          Krisztian Horvath

        Issue Links

          Activity

            People

              Unassigned Unassigned
              keyki Krisztian Horvath
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: