You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by Krisztian Horvath <kr...@sequenceiq.com> on 2014/05/12 09:26:17 UTC

Review Request 21314: Ability to override any parameter from the configuration file

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21314/
-----------------------------------------------------------

Review request for Flume.


Repository: Flume


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


Diffs
-----


Diff: https://reviews.apache.org/r/21314/diff/


Testing
-------


Thanks,

Krisztian Horvath


Re: Review Request 21314: Ability to override any parameter from the configuration file

Posted by Krisztian Horvath <kr...@sequenceiq.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21314/
-----------------------------------------------------------

(Updated May 12, 2014, 7:18 p.m.)


Review request for Flume.


Bugs: FLUME-2351
    https://issues.apache.org/jira/browse/FLUME-2351


Repository: Flume


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


Diffs
-----


Diff: https://reviews.apache.org/r/21314/diff/


Testing
-------

unit tests applied


File Attachments (updated)
----------------

FLUME-2351.patch
  https://reviews.apache.org/media/uploaded/files/2014/05/12/6e80795b-9d9f-42d2-be5b-704686b88cb4__FLUME-2351.patch
FLUME-2351-2.patch
  https://reviews.apache.org/media/uploaded/files/2014/05/12/62ce3ca2-eb20-4e4d-9d57-11ce3927888b__FLUME-2351-2.patch


Thanks,

Krisztian Horvath


Re: Review Request 21314: Ability to override any parameter from the configuration file

Posted by Krisztian Horvath <kr...@sequenceiq.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21314/
-----------------------------------------------------------

(Updated May 12, 2014, 10:08 a.m.)


Review request for Flume.


Bugs: FLUME-2351
    https://issues.apache.org/jira/browse/FLUME-2351


Repository: Flume


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


Diffs
-----


Diff: https://reviews.apache.org/r/21314/diff/


Testing (updated)
-------

unit tests applied


File Attachments
----------------

FLUME-2351.patch
  https://reviews.apache.org/media/uploaded/files/2014/05/12/6e80795b-9d9f-42d2-be5b-704686b88cb4__FLUME-2351.patch


Thanks,

Krisztian Horvath


Re: Review Request 21314: Ability to override any parameter from the configuration file

Posted by Krisztian Horvath <kr...@sequenceiq.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21314/
-----------------------------------------------------------

(Updated May 12, 2014, 10:06 a.m.)


Review request for Flume.


Bugs: FLUME-2351
    https://issues.apache.org/jira/browse/FLUME-2351


Repository: Flume


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


Diffs
-----


Diff: https://reviews.apache.org/r/21314/diff/


Testing
-------


File Attachments (updated)
----------------

FLUME-2351.patch
  https://reviews.apache.org/media/uploaded/files/2014/05/12/6e80795b-9d9f-42d2-be5b-704686b88cb4__FLUME-2351.patch


Thanks,

Krisztian Horvath


Re: Review Request 21314: Ability to override any parameter from the configuration file

Posted by Krisztian Horvath <kr...@sequenceiq.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21314/
-----------------------------------------------------------

(Updated May 12, 2014, 7:27 a.m.)


Review request for Flume.


Bugs: FLUME-2351
    https://issues.apache.org/jira/browse/FLUME-2351


Repository: Flume


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


Diffs
-----


Diff: https://reviews.apache.org/r/21314/diff/


Testing
-------


Thanks,

Krisztian Horvath