Skip to content

Commit

Permalink
Update params.py
Browse files Browse the repository at this point in the history
fixed failure on cluster without kafka
  • Loading branch information
abajwa-hw authored Apr 14, 2017
1 parent a3cc932 commit aa475b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/scripts/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

master_configs = config['clusterHostInfo']
nifi_master_hosts = master_configs['nifi_master_hosts']
kafka_broker_host = str(master_configs['kafka_broker_hosts'][0])
# 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 aa475b9

Please sign in to comment.