You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2014/05/14 21:31:49 UTC

git commit: AMBARI-5765. Views: Files + Pig need to remove default instances from view.xml. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5a5698802 -> ad8335c8c


AMBARI-5765. Views: Files + Pig need to remove default instances from view.xml. (jaimin)


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

Branch: refs/heads/trunk
Commit: ad8335c8c48e6928c3c866b48ae8a9c2ca7fc364
Parents: 5a56988
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Wed May 14 12:31:03 2014 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Wed May 14 12:31:34 2014 -0700

----------------------------------------------------------------------
 contrib/views/files/src/main/resources/view.xml |  8 -----
 contrib/views/pig/src/main/resources/view.xml   | 31 --------------------
 2 files changed, 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ad8335c8/contrib/views/files/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/files/src/main/resources/view.xml b/contrib/views/files/src/main/resources/view.xml
index 3d9b610..fdd39c7 100644
--- a/contrib/views/files/src/main/resources/view.xml
+++ b/contrib/views/files/src/main/resources/view.xml
@@ -34,13 +34,5 @@
         <name>files</name>
         <service-class>org.apache.ambari.view.filebrowser.FileBrowserService</service-class>
     </resource>
- 
-    <instance>
-        <name>FILES_1</name>
-        <property>
-            <key>dataworker.defaultFs</key>
-            <value>hdfs://c6401.ambari.apache.org:8020</value>
-        </property>
-    </instance>
   
 </view>

http://git-wip-us.apache.org/repos/asf/ambari/blob/ad8335c8/contrib/views/pig/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pig/src/main/resources/view.xml b/contrib/views/pig/src/main/resources/view.xml
index 257f421..dd10198 100644
--- a/contrib/views/pig/src/main/resources/view.xml
+++ b/contrib/views/pig/src/main/resources/view.xml
@@ -106,35 +106,4 @@
         <service-class>org.apache.ambari.view.pig.PigServiceRouter</service-class>
     </resource>
 
-    <instance>
-        <name>PIG_1</name>
-        <!--<property>-->
-            <!--<key>dataworker.storagePath</key>-->
-            <!--<value>/var/lib/ambari-server/pig-view.dat</value>-->
-        <!--</property>-->
-        <property>
-            <key>dataworker.templeton_url</key>
-            <value>http://sandbox.hortonworks.com:50111/templeton/v1</value>
-        </property>
-        <property>
-            <key>dataworker.templeton_user</key>
-            <value>hue</value>
-        </property>
-
-        <property>
-            <key>dataworker.userScriptsPath</key>
-            <value>/tmp/.pigscripts</value>
-        </property>
-        <property>
-            <key>dataworker.pigJobsPath</key>
-            <value>/tmp/.pigjobs</value>
-        </property>
-
-        <property>
-            <key>dataworker.defaultFs</key>
-            <!-- WebHDFS requires 50070 and 50075 ports to be opened -->
-            <value>webhdfs://sandbox.hortonworks.com:50070</value>
-        </property>
-    </instance>
-
 </view>