You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2012/12/20 00:39:46 UTC

svn commit: r1424227 - in /incubator/chukwa/trunk: pom.xml src/test/java/org/apache/hadoop/chukwa/datacollection/adaptor/filetailer/TestFileTailer.java

Author: eyang
Date: Wed Dec 19 23:39:45 2012
New Revision: 1424227

URL: http://svn.apache.org/viewvc?rev=1424227&view=rev
Log:
CHUKWA-676. Exclude temporarily data from release audit tools. (Eric Yang)

Modified:
    incubator/chukwa/trunk/pom.xml
    incubator/chukwa/trunk/src/test/java/org/apache/hadoop/chukwa/datacollection/adaptor/filetailer/TestFileTailer.java

Modified: incubator/chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/pom.xml?rev=1424227&r1=1424226&r2=1424227&view=diff
==============================================================================
--- incubator/chukwa/trunk/pom.xml (original)
+++ incubator/chukwa/trunk/pom.xml Wed Dec 19 23:39:45 2012
@@ -717,6 +717,8 @@
                         <exclude>conf/collectors</exclude>
                         <exclude>conf/hbase.schema</exclude>
                         <exclude>conf/initial_adaptors</exclude>
+                        <exclude>conf/jmxremote.access</exclude>
+                        <exclude>conf/jmxremote.password</exclude>
                         <exclude>src/main/web/hicc/descriptors/**</exclude>
                         <exclude>src/main/web/hicc/views/**</exclude>
                         <exclude>contrib/chukwa-pig/src/java/org/apache/hadoop/chukwa/ChukwaStorage.java</exclude>

Modified: incubator/chukwa/trunk/src/test/java/org/apache/hadoop/chukwa/datacollection/adaptor/filetailer/TestFileTailer.java
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/src/test/java/org/apache/hadoop/chukwa/datacollection/adaptor/filetailer/TestFileTailer.java?rev=1424227&r1=1424226&r2=1424227&view=diff
==============================================================================
--- incubator/chukwa/trunk/src/test/java/org/apache/hadoop/chukwa/datacollection/adaptor/filetailer/TestFileTailer.java (original)
+++ incubator/chukwa/trunk/src/test/java/org/apache/hadoop/chukwa/datacollection/adaptor/filetailer/TestFileTailer.java Wed Dec 19 23:39:45 2012
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
 package org.apache.hadoop.chukwa.datacollection.adaptor.filetailer;
 
 import static org.apache.hadoop.chukwa.util.TempFileUtil.makeTestFile;