Skip to content

Commit

Permalink
Accidentally mixed up hive and hue
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke authored and tucked committed Mar 9, 2023
1 parent bea4ebb commit f74b620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/isilon_hadoop_tools/identities.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ def cdh_identities(zone):
"flume": ("flume", set()),
"hbase": ("hbase", {"hadoop", "supergroup"}),
"hdfs": ("hdfs", {"hadoop", "supergroup"}),
"hive": ("hive", set()),
"hive": ("hive", {"hadoop"}),
"HTTP": ("HTTP", {"hadoop", "supergroup"}),
"httpfs": ("httpfs", set()),
"hue": ("hue", {"hadoop"}),
"hue": ("hue", set(),
"impala": ("impala", {"hive"}),
"kafka": ("kafka", set()),
"keytrustee": ("keytrustee", set()),
Expand Down Expand Up @@ -413,10 +413,10 @@ def cdp_identities(zone):
"flume": ("flume", set()),
"hbase": ("hbase", {"hadoop", "supergroup"}),
"hdfs": ("hdfs", {"hadoop", "supergroup"}),
"hive": ("hive", set()),
"hive": ("hive", {"hadoop"}),
"HTTP": ("HTTP", {"hadoop", "supergroup"}),
"httpfs": ("httpfs", set()),
"hue": ("hue", {"hadoop"}),
"hue": ("hue", set(),
"impala": ("impala", {"hive"}),
"kafka": ("kafka", set()),
"keyadmin": ("keyadmin", set()),
Expand Down

0 comments on commit f74b620

Please sign in to comment.