You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by as...@apache.org on 2009/10/22 07:38:59 UTC

svn commit: r828311 - in /hadoop/chukwa/branches/chukwa-0.3: contrib/xtrace/src/java/edu/berkeley/chukwa_xtrace/ src/java/org/apache/hadoop/chukwa/inputtools/log4j/ src/test/org/apache/hadoop/chukwa/inputtools/log4j/

Author: asrabkin
Date: Thu Oct 22 05:38:58 2009
New Revision: 828311

URL: http://svn.apache.org/viewvc?rev=828311&view=rev
Log:
CHUKWA-404. TestFileAdaptor fix

Modified:
    hadoop/chukwa/branches/chukwa-0.3/contrib/xtrace/src/java/edu/berkeley/chukwa_xtrace/CausalGraph.java
    hadoop/chukwa/branches/chukwa-0.3/src/java/org/apache/hadoop/chukwa/inputtools/log4j/ChukwaDailyRollingFileAppender.java
    hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/late-log4j.properties
    hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/tasklog-log4j.properties

Modified: hadoop/chukwa/branches/chukwa-0.3/contrib/xtrace/src/java/edu/berkeley/chukwa_xtrace/CausalGraph.java
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/contrib/xtrace/src/java/edu/berkeley/chukwa_xtrace/CausalGraph.java?rev=828311&r1=828310&r2=828311&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/contrib/xtrace/src/java/edu/berkeley/chukwa_xtrace/CausalGraph.java (original)
+++ hadoop/chukwa/branches/chukwa-0.3/contrib/xtrace/src/java/edu/berkeley/chukwa_xtrace/CausalGraph.java Thu Oct 22 05:38:58 2009
@@ -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 edu.berkeley.chukwa_xtrace;
 
 import java.io.BufferedReader;

Modified: hadoop/chukwa/branches/chukwa-0.3/src/java/org/apache/hadoop/chukwa/inputtools/log4j/ChukwaDailyRollingFileAppender.java
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/src/java/org/apache/hadoop/chukwa/inputtools/log4j/ChukwaDailyRollingFileAppender.java?rev=828311&r1=828310&r2=828311&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/src/java/org/apache/hadoop/chukwa/inputtools/log4j/ChukwaDailyRollingFileAppender.java (original)
+++ hadoop/chukwa/branches/chukwa-0.3/src/java/org/apache/hadoop/chukwa/inputtools/log4j/ChukwaDailyRollingFileAppender.java Thu Oct 22 05:38:58 2009
@@ -1,5 +1,22 @@
 /*
- * Copyright (C) The Apache Software Foundation. All rights reserved.
+ * 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.
+ */
+
+/* Portions copyright (C) The Apache Software Foundation. All rights reserved.
  *
  * This software is published under the terms of the Apache Software
  * License version 1.1, a copy of which has been included with this

Modified: hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/late-log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/late-log4j.properties?rev=828311&r1=828310&r2=828311&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/late-log4j.properties (original)
+++ hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/late-log4j.properties Thu Oct 22 05:38:58 2009
@@ -1,3 +1,18 @@
+# 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.
+
 log4j.rootLogger=INFO, R
 #log4j.appender.R=org.apache.log4j.RollingFileAppender
 log4j.appender.R=org.apache.hadoop.chukwa.inputtools.log4j.ChukwaDailyRollingFileAppender

Modified: hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/tasklog-log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/tasklog-log4j.properties?rev=828311&r1=828310&r2=828311&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/tasklog-log4j.properties (original)
+++ hadoop/chukwa/branches/chukwa-0.3/src/test/org/apache/hadoop/chukwa/inputtools/log4j/tasklog-log4j.properties Thu Oct 22 05:38:58 2009
@@ -1,3 +1,18 @@
+# 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.
+
 log4j.rootLogger=INFO, R
 log4j.appender.R=org.apache.hadoop.chukwa.inputtools.log4j.TaskLogAppender
 log4j.appender.R.recordType=TaskLog