Author: cdouglas
Date: Wed Mar 11 08:18:23 2009
New Revision: 752405
URL: http://svn.apache.org/viewvc?rev=752405&view=rev
Log:
HADOOP-5458. Remove leftover Chukwa entries from build, etc.
Modified:
hadoop/core/trunk/.gitignore
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/src/contrib/build.xml
hadoop/core/trunk/src/contrib/fuse-dfs/ivy.xml
Modified: hadoop/core/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/.gitignore?rev=752405&r1=752404&r2=752405&view=diff
==============================================================================
--- hadoop/core/trunk/.gitignore (original)
+++ hadoop/core/trunk/.gitignore Wed Mar 11 08:18:23 2009
@@ -32,15 +32,6 @@
logs/
src/contrib/ec2/bin/hadoop-ec2-env.sh
src/contrib/index/conf/index-config.xml
-src/contrib/chukwa/conf/alert.conf
-src/contrib/chukwa/conf/chukwa-slaves
-src/contrib/chukwa/conf/initial_adaptors
-src/contrib/chukwa/conf/mdl.xml
-src/contrib/chukwa/conf/chukwa-agents
-src/contrib/chukwa/conf/chukwa-env.sh
-src/contrib/chukwa/conf/chukwa-agent-conf.xml
-src/contrib/chukwa/conf/chukwa-collector-conf.xml
-src/contrib/chukwa/conf/collectors
src/docs/build
src/docs/cn/build
src/docs/cn/src/documentation/sitemap.xmap
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=752405&r1=752404&r2=752405&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Wed Mar 11 08:18:23 2009
@@ -283,6 +283,8 @@
HADOOP-5456. Fix javadoc links to ClientProtocol#restoreFailedStorage(..).
(Boris Shkolnik via szetszwo)
+ HADOOP-5458. Remove leftover Chukwa entries from build, etc. (cdouglas)
+
Release 0.20.0 - Unreleased
INCOMPATIBLE CHANGES
Modified: hadoop/core/trunk/src/contrib/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/build.xml?rev=752405&r1=752404&r2=752405&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/build.xml (original)
+++ hadoop/core/trunk/src/contrib/build.xml Wed Mar 11 08:18:23 2009
@@ -50,7 +50,6 @@
<fileset dir="." includes="streaming/build.xml"/>
<fileset dir="." includes="fairscheduler/build.xml"/>
<fileset dir="." includes="capacity-scheduler/build.xml"/>
- <fileset dir="." includes="chukwa/build.xml"/>
</subant>
</target>
Modified: hadoop/core/trunk/src/contrib/fuse-dfs/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/fuse-dfs/ivy.xml?rev=752405&r1=752404&r2=752405&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/fuse-dfs/ivy.xml (original)
+++ hadoop/core/trunk/src/contrib/fuse-dfs/ivy.xml Wed Mar 11 08:18:23 2009
@@ -4,7 +4,7 @@
<license name="Apache 2.0"/>
<ivyauthor name="Apache Hadoop Team" url="http://hadoop.apache.org"/>
<description>
- Apache Hadoop Chukwa
+ FUSE plugin for HDFS
</description>
</info>
<configurations defaultconfmapping="default">