Skip to content

Commit

Permalink
replace kafka host in flow.xml (if found)
Browse files Browse the repository at this point in the history
  • Loading branch information
abajwa-hw committed Nov 9, 2016
1 parent d751075 commit 3b9d327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/scripts/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

master_configs = config['clusterHostInfo']
nifi_master_hosts = master_configs['nifi_master_hosts']
kafka_broker_host = str(master_configs['kafka_broker_hosts'][0])

# detect if running in single (sandbox) box
nifi_num_nodes = len(master_configs['nifi_master_hosts'])
Expand Down

0 comments on commit 3b9d327

Please sign in to comment.