Skip to content

Commit

Permalink
HUE-8380 [core] Add more to the black list of config check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
roohisyeda committed Jun 18, 2018
1 parent 08dd420 commit 1ce32b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop/core/src/desktop/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,9 @@ def collect_validation_messages(conf, error_list):
message = []
cm_extras = {
'hadoop_hdfs_home': [('hadoop', 'hdfs_clusters', 'default')],
'hadoop_bin': [('hadoop', 'hdfs_clusters', 'default'), ('hadoop', 'yarn_clusters', 'default')],
'hadoop_mapred_home': [('hadoop', 'yarn_clusters', 'default')],
'hadoop_conf_dir': [('hadoop', 'yarn_clusters', 'default')],
'hadoop_bin': [('hadoop', 'hdfs_clusters', 'default'), ('hadoop', 'yarn_clusters', 'default'), ('hadoop', 'yarn_clusters', 'ha')],
'hadoop_mapred_home': [('hadoop', 'yarn_clusters', 'default'), ('hadoop', 'yarn_clusters', 'ha')],
'hadoop_conf_dir': [('hadoop', 'yarn_clusters', 'default'), ('hadoop', 'yarn_clusters', 'ha')],
'ssl_cacerts': [('beeswax', 'ssl'), ('impala', 'ssl')],
'remote_data_dir': [('liboozie', )],
'shell': [()]
Expand Down

0 comments on commit 1ce32b9

Please sign in to comment.