You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/11/02 02:28:31 UTC

svn commit: r1196428 - in /incubator/bigtop/trunk: bigtop-packages/src/common/hadoop/ bigtop-packages/src/common/hadoop/conf.pseudo/ bigtop-packages/src/common/oozie/ bigtop-tests/test-artifacts/hadoop/ bigtop-tests/test-artifacts/hive/ bigtop-tests/te...

Author: rvs
Date: Wed Nov  2 01:28:31 2011
New Revision: 1196428

URL: http://svn.apache.org/viewvc?rev=1196428&view=rev
Log:
BIGTOP-4. Remove references to Cloudera's internal infrastructure

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
    incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml
    incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build
    incubator/bigtop/trunk/bigtop-packages/src/common/oozie/oozie.1
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/README
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/hive/README
    incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml Wed Nov  2 01:28:31 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/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/mapred-site.xml Wed Nov  2 01:28:31 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>

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build Wed Nov  2 01:28:31 2011
@@ -46,7 +46,7 @@ LDFLAGS="-lcrypto -lm" FUSE_HOME=`pwd`/b
   -Dversion=${HADOOP_VERSION} \
   -Dcompile.native=true \
   -Dhadoop.conf.dir=/etc/hadoop/conf \
-  -Dlibhdfs=1 -Dfusedfs=true -Dcompile.c++=true -Djdiff.build.dir=build/docs/jdiff-cloudera \
+  -Dlibhdfs=1 -Dfusedfs=true -Dcompile.c++=true -Djdiff.build.dir=build/docs/jdiff \
   $DO_AUTORECONF task-controller api-report bin-package compile-contrib package \
   "$@"
 

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/oozie/oozie.1
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/oozie/oozie.1?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/oozie/oozie.1 (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/oozie/oozie.1 Wed Nov  2 01:28:31 2011
@@ -36,15 +36,15 @@ HDFS, Pig,  MapReduce, Streaming, Pipes)
 
 Oozie Client Authentication:
 
-The Cloudera distribution of Oozie 2.3.0 supports Kerberos authentication.
-If the Oozie server is configured with Kerberos authentication for Oozie
-users, the oozie client command will use the Kerberos credentials available
-in the OS Kerberos cache (normally initialized with the kinit commmand).
+Oozie supports Kerberos authentication.  If the Oozie server is configured 
+with Kerberos authentication for Oozie users, the oozie client command will 
+use the Kerberos credentials available in the OS Kerberos cache (normally 
+initialized with the kinit commmand).
 
 
 For more information about Oozie, see 
 
-   http://archive.cloudera.com/cdh/3/oozie/
+   http://incubator.apache.org/oozie/
 
 .SH SUBCOMMANDS
 

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/README
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/README?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/README (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/README Wed Nov  2 01:28:31 2011
@@ -14,6 +14,3 @@
 # limitations under the License.
 
 This is a project to develop and build Hadoop (HDFS and MAPREDUCE) smoke and system tests.
-
-To be able to run this a started project is also required such as 
-  http://github.sf.cloudera.com/cos/iTest/blob/master/metaTest/hadoop.pom

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/hive/README
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hive/README?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/hive/README (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/hive/README Wed Nov  2 01:28:31 2011
@@ -1,4 +1,16 @@
-This is a project to develop and build Hive smoke and system tests.
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
-To be able to run this a started project is also required such as 
-  http://github.sf.cloudera.com/cos/iTest/blob/master/metaTest/hive.pom
+This is a project to develop and build Hive smoke and system tests.

Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml?rev=1196428&r1=1196427&r2=1196428&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml Wed Nov  2 01:28:31 2011
@@ -104,7 +104,6 @@
     <!--
         MAINTAINER property: not to be overridden by users
     -->
-    <maven.internal.releases>http://azov01.sf.cloudera.com:8081/artifactory/libs-release-local</maven.internal.releases>
     <asf.snapshots>https://repository.apache.org/content/repositories/snapshots</asf.snapshots>
     <maven.testsnaps>https://repository.cloudera.com/content/repositories/testsnaps/</maven.testsnaps>
     <maven.releases>https://repository.cloudera.com/content/repositories/releases/</maven.releases>
@@ -134,7 +133,7 @@
   </repositories>
 
   <scm>
-    <connection>scm:git:git://github.sf.cloudera.com/QE/stacks.git</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/bigtop/</connection>
   </scm>
 
   <distributionManagement>
@@ -143,11 +142,6 @@
       <name>Internal Snapshots</name>
       <url>${maven.testsnaps}</url>
     </snapshotRepository>
-    <repository>
-      <id>azov01.sf.cloudera.com</id>
-      <name>Internal Releases</name>
-      <url>${maven.internal.releases}</url>
-    </repository>
   </distributionManagement>
 
   <dependencyManagement>