Selaa lähdekoodia

AMBARI-7979. Flume logs are not present, flume does not starting (but port is free) (dlysnichenko)

Lisnichenko Dmitro 10 vuotta sitten
vanhempi
commit
a019383aec

+ 1 - 1
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'