Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Removed hadoop security config from deployer.
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Rasim Kocal <[email protected]>
  • Loading branch information
arkocal authored and wagmarcel committed Jul 2, 2020
1 parent f9ab4ec commit 7cc5c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def get_oisp_user_token(uri, username, password, max_nr_tries=10):
"kafka_rule_engine_topic": conf["kafkaConfig"]["topicsRuleEngine"],
"kafka_heartbeat_topic": conf["kafkaConfig"]["topicsHeartbeatName"],
"kafka_heartbeat_interval": conf["kafkaConfig"]["topicsHeartbeatInterval"],
"hadoop_security_authentication": conf["hbaseConfig"]["hadoopProperties"]["hadoop.security.authentication"],
"hbase_table_prefix": "local",
"token": token,
"zookeeper_hbase_quorum": conf["zookeeperConfig"]["zkCluster"].split(":")[0]
Expand Down

0 comments on commit 7cc5c15

Please sign in to comment.