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/b345eade Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b345eade Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b345eade Branch: refs/heads/branch-1.7.0 Commit: b345eade6dc5e8d016c3f1a5351412276336e8d0 Parents: e7edf02 Author: Lisnichenko Dmitro <[email protected]> Authored: Sun Oct 26 20:23:44 2014 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Sun Oct 26 20:25:53 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/b345eade/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'
