GitHub user zhipcui opened a pull request:
https://github.com/apache/flume/pull/215
startup script supports reading environment variable for some param
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhipcui/flume dev
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/215.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #215
----
commit f3c4a40ed708bc1b2dd7630df103e01a5ebc4482
Author: Viktor Somogyi <viktor.somogyi@...>
Date: 2017-11-16T12:01:12Z
FLUME-3195. Split the KafkaChannelTest to avoid timeouts
KafkaChannelTest had quite a few test methods so during the build sometimes
it caused a timeout. Refactoring it to smaller test classes decrease the chance
of timeouts.
This closes #183
Reviewers: Miklos Csanady, Ferenc Szabo
(Viktor Somogyi via Ferenc Szabo)
commit 7ee00cc5de46851eb7002d46bd5a4698681b9691
Author: cuizp <cuizp@...>
Date: 2018-06-26T02:40:22Z
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/flume into
trunk
commit 1fffe9789f8803ea89203843df7364aa022aae20
Author: cuizp <cuizp@...>
Date: 2018-07-11T09:44:07Z
params read from environment variable
----
---