Author: rvs
Date: Tue Nov  1 16:18:00 2011
New Revision: 1196089

URL: http://svn.apache.org/viewvc?rev=1196089&view=rev
Log:
Getting rid of CDH specific settings

Modified:
    
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
    
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml

Modified: 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml?rev=1196089&r1=1196088&r2=1196089&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
 Tue Nov  1 16:18:00 2011
@@ -31,22 +31,4 @@
      <name>dfs.name.dir</name>
      <value>/var/lib/hadoop/cache/hadoop/dfs/name</value>
   </property>
-
-  <!-- Enable Hue Plugins -->
-  <property>
-    <name>dfs.namenode.plugins</name>
-    <value>org.apache.hadoop.thriftfs.NamenodePlugin</value>
-    <description>Comma-separated list of namenode plug-ins to be activated.
-    </description>
-  </property>
-  <property>
-    <name>dfs.datanode.plugins</name>
-    <value>org.apache.hadoop.thriftfs.DatanodePlugin</value>
-    <description>Comma-separated list of datanode plug-ins to be activated.
-    </description>
-  </property>
-  <property>
-    <name>dfs.thrift.address</name>
-    <value>0.0.0.0:10090</value>
-  </property>
 </configuration>

Modified: 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml?rev=1196089&r1=1196088&r2=1196089&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml
 Tue Nov  1 16:18:00 2011
@@ -22,16 +22,4 @@
     <name>mapred.job.tracker</name>
     <value>localhost:8021</value>
   </property>
-
-  <!-- Enable Hue plugins -->
-  <property>
-    <name>mapred.jobtracker.plugins</name>
-    <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>
-    <description>Comma-separated list of jobtracker plug-ins to be activated.
-    </description>
-  </property>
-  <property>
-    <name>jobtracker.thrift.address</name>
-    <value>0.0.0.0:9290</value>
-  </property>
 </configuration>


Reply via email to