瀏覽代碼

HUE-3952 [oozie] Hive document should get its credentials checked with kerberos

Romain Rigaux 9 年之前
父節點
當前提交
2f02ca9
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 1 0
      apps/oozie/src/oozie/models2.py
  2. 4 1
      apps/oozie/src/oozie/views/editor2.py

+ 1 - 0
apps/oozie/src/oozie/models2.py

@@ -1912,6 +1912,7 @@ class ForkNode(Action):
 
 class HiveDocumentAction(Action):
   TYPE = 'hive-document'
+  DEFAULT_CREDENTIALS = 'hive2'
   FIELDS = {
      'uuid': {
           'name': 'uuid',

File diff suppressed because it is too large
+ 4 - 1
apps/oozie/src/oozie/views/editor2.py


Some files were not shown because too many files changed in this diff