Sfoglia il codice sorgente

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

Romain Rigaux 9 anni fa
parent
commit
2f02ca9

+ 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