Author: szetszwo
Date: Sat Jun 13 00:30:08 2009
New Revision: 784318
URL: http://svn.apache.org/viewvc?rev=784318&view=rev
Log:
HADOOP-6031. Remove @author tags from Java source files. Contributed by Ravi
Phulari
Modified:
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/IFSImpl.java
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSImpl.java
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java
hadoop/core/trunk/src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Sat Jun 13 00:30:08 2009
@@ -810,6 +810,9 @@
groups they are launched with.
(Sreekanth Ramakrishnan via yhemanth)
+ HADOOP-6031. Remove @author tags from Java source files. (Ravi Phulari
+ via szetszwo)
+
Release 0.20.1 - Unreleased
INCOMPATIBLE CHANGES
Modified: hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/IFSImpl.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/IFSImpl.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/IFSImpl.java (original)
+++ hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/IFSImpl.java Sat Jun 13
00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* We need to provide the ability to the code in fs/kfs without really
* having a KFS deployment. In particular, the glue code that wraps
Modified: hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSImpl.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSImpl.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSImpl.java (original)
+++ hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSImpl.java Sat Jun 13
00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* Provide the implementation of KFS which turn into calls to KfsAccess.
*/
Modified:
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java
(original)
+++ hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java Sat
Jun 13 00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* Implements the Hadoop FSInputStream interfaces to allow applications to read
* files in Kosmos File System (KFS).
Modified:
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java
(original)
+++ hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java
Sat Jun 13 00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* Implements the Hadoop FSOutputStream interfaces to allow applications to
write to
* files in Kosmos File System (KFS).
Modified:
hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java
(original)
+++ hadoop/core/trunk/src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java
Sat Jun 13 00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* Implements the Hadoop FS interfaces to allow applications to store
*files in Kosmos File System (KFS).
Modified:
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
---
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java
(original)
+++
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java
Sat Jun 13 00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* We need to provide the ability to the code in fs/kfs without really
* having a KFS deployment. For this purpose, use the LocalFileSystem
Modified:
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
---
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java
(original)
+++
hadoop/core/trunk/src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java
Sat Jun 13 00:30:08 2009
@@ -12,7 +12,6 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * @author: Sriram Rao (Kosmix Corp.)
*
* Unit tests for testing the KosmosFileSystem API implementation.
*/
Modified:
hadoop/core/trunk/src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java?rev=784318&r1=784317&r2=784318&view=diff
==============================================================================
--- hadoop/core/trunk/src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java
(original)
+++ hadoop/core/trunk/src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java Sat
Jun 13 00:30:08 2009
@@ -31,7 +31,6 @@
/**
* This class tests the decommissioning of nodes.
- * @author Dhruba Borthakur
*/
public class TestModTime extends TestCase {
static final long seed = 0xDEADBEEFL;