Repository: ambari
Updated Branches:
  refs/heads/branch-dev-patch-upgrade eb2c904e1 -> 551f17b42


AMBARI-19647. Issue while submitting workflow as its not able to register as a 
project (Madhan Mohan Reddy via pallavkul)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9abe8da6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9abe8da6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9abe8da6

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 9abe8da6e582f8a011bec1889d87f2186a79550f
Parents: f4a3dbc
Author: pallavkul <pallav....@gmail.com>
Authored: Mon Jan 23 12:25:22 2017 +0530
Committer: pallavkul <pallav....@gmail.com>
Committed: Mon Jan 23 12:25:22 2017 +0530

----------------------------------------------------------------------
 contrib/views/wfmanager/pom.xml                     | 1 +
 contrib/views/wfmanager/src/main/resources/view.xml | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9abe8da6/contrib/views/wfmanager/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml
index ae01a4f..fff793c 100644
--- a/contrib/views/wfmanager/pom.xml
+++ b/contrib/views/wfmanager/pom.xml
@@ -31,6 +31,7 @@
                <dependency>
                        <groupId>org.apache.ambari</groupId>
                        <artifactId>ambari-views</artifactId>
+                       <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.ambari.contrib.views</groupId>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9abe8da6/contrib/views/wfmanager/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/view.xml 
b/contrib/views/wfmanager/src/main/resources/view.xml
index f2f520d..85cf3e5 100644
--- a/contrib/views/wfmanager/src/main/resources/view.xml
+++ b/contrib/views/wfmanager/src/main/resources/view.xml
@@ -104,14 +104,13 @@
         <required>false</required>
         
<cluster-config>core-site/hadoop.security.auth_to_local</cluster-config>
     </parameter>
-<!--
     <parameter>
         <name>webhdfs.username</name>
         <description>doAs for proxy user for HDFS. By default, uses the 
currently logged-in Ambari user.</description>
         <label>WebHDFS Username</label>
         <default-value>${username}</default-value>
         <required>false</required>
-    </parameter> -->
+    </parameter>
     <parameter>
         <name>webhdfs.auth</name>
         <description>Semicolon-separated authentication configs.</description>
@@ -146,11 +145,10 @@
   </parameter>
 
     <persistence>
-        <!--
         <entity>
              
<class>org.apache.oozie.ambari.view.workflowmanager.model.Workflow</class>
             <id-property>id</id-property>
-        </entity> -->
+        </entity>
         <entity>
             
<class>org.apache.oozie.ambari.view.assets.model.ActionAssetDefinition</class>
             <id-property>id</id-property>

Reply via email to