Эх сурвалжийг харах

HUE-6375 [jobsub] Enable job submission snippets based on jobsub app status

Romain Rigaux 8 жил өмнө
parent
commit
0fe047a

+ 1 - 4
desktop/libs/notebook/src/notebook/conf.py

@@ -165,11 +165,8 @@ def _default_interpreters(user):
       'name': 'Pig', 'interface': 'oozie', 'options': {}
     }))
 
-  if 'oozie' in apps:
+  if 'oozie' in apps and 'jobsub' in apps:
     interpreters.extend((
-      ('pig', {
-          'name': 'Pig', 'interface': 'oozie', 'options': {}
-      }),
       ('java', {
           'name': 'Java', 'interface': 'oozie', 'options': {}
       }),