This is an automated email from the ASF dual-hosted git repository.
vsairam pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 6434601 AMBARI-24819 do not allow creation of new hive actions in WFM
(#2507)
6434601 is described below
commit 64346015f36ea0f466cd9bae0c5f9c875b3292ad
Author: Venkata Sairam Lanka <[email protected]>
AuthorDate: Wed Oct 24 15:36:19 2018 +0530
AMBARI-24819 do not allow creation of new hive actions in WFM (#2507)
---
.../src/main/resources/ui/app/templates/components/workflow-actions.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
index 8907fdd..bf192b2 100644
---
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
+++
b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
@@ -39,7 +39,7 @@
<div {{action 'showImportActionNodeFileBrowser'}} class="btn
asset-import-btn margin3"> <i class="fa fa-cloud-download"></i> <span
class="font10px">Import Asset from Shared File System</span></div>
<div class="clearfix"></div>
<ul class="actions_list_left actionNodes">
- <li {{action 'addAction' 'hive'}} class="dr_action enabled"
data-name="Hive" data-type="hive"> <i class="fa fa-server"></i> Hive </li>
+{{!-- <li {{action 'addAction' 'hive'}} class="dr_action enabled"
data-name="Hive" data-type="hive"> <i class="fa fa-server"></i> Hive </li> --}}
<li {{action 'addAction' 'hive2'}} class="dr_action enabled"
data-name="Hive" data-type="hive2"> <i class="fa fa-server"></i> Hive2</li>
<li {{action 'addAction' 'sqoop'}} class="dr_action enabled"
data-name="Sqoop" data-type="sqoop"> <i class="fa fa-database"></i> Sqoop </li>
<li {{action 'addAction' 'pig'}} class="dr_action enabled"
data-name="Pig" data-type="pig"> <i class="fa fa-product-hunt"></i> Pig
</li>