git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@784318 13f79535-47bb-0310-9956-ffa450edef68
@@ -810,6 +810,9 @@ Trunk (unreleased changes)
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
@@ -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
* Provide the implementation of KFS which turn into calls to KfsAccess.
*/
* Implements the Hadoop FSInputStream interfaces to allow applications to read
* files in Kosmos File System (KFS).
* Implements the Hadoop FSOutputStream interfaces to allow applications to write to
* Implements the Hadoop FS interfaces to allow applications to store
*files in Kosmos File System (KFS).
* having a KFS deployment. For this purpose, use the LocalFileSystem
* Unit tests for testing the KosmosFileSystem API implementation.
@@ -31,7 +31,6 @@ import org.apache.hadoop.fs.FileStatus;
/**
* This class tests the decommissioning of nodes.
- * @author Dhruba Borthakur
public class TestModTime extends TestCase {
static final long seed = 0xDEADBEEFL;