Repository: ambari Updated Branches: refs/heads/branch-1.7.0 e7edf02de -> f6d39a9d6 refs/heads/trunk 1b94497d3 -> 7e39342ae
AMBARI-7979. Flume logs are not present, flume does not starting (but port is free) (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a019383a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a019383a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a019383a Branch: refs/heads/trunk Commit: a019383aec937e279367a0e6f728274cdfb64503 Parents: 1b94497 Author: Lisnichenko Dmitro <[email protected]> Authored: Sun Oct 26 20:23:44 2014 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Sun Oct 26 20:23:44 2014 +0200 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/services/FLUME/package/scripts/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a019383a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/package/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/package/scripts/params.py index f412162..3e00dc5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/package/scripts/params.py +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/package/scripts/params.py @@ -31,7 +31,7 @@ stack_is_hdp22_or_further = not (hdp_stack_version.startswith('2.0') or hdp_stac #hadoop params if stack_is_hdp22_or_further: - flume_bin = '/usr/hdp/current/flume-client/bin/flume-ng' + flume_bin = '/usr/hdp/current/flume-server/bin/flume-ng' else: flume_bin = '/usr/bin/flume-ng'
