[11/43] git commit: Adding release 2.5.2 to CHANGES.txt

2014-11-06 Thread vinayakumarb
Adding release 2.5.2 to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4de56d27 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4de56d27 Diff:

[32/43] HADOOP-10714. AmazonS3Client.deleteObjects() need to be limited to 1000 entries per call. Contributed by Juan Yu.

2014-11-06 Thread vinayakumarb
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6ba52d88/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/scale/TestS3ADeleteManyFiles.java -- diff --git

[15/43] git commit: YARN-2804. Fixed Timeline service to not fill the logs with JAXB bindings exceptions. Contributed by Zhijie Shen.

2014-11-06 Thread vinayakumarb
YARN-2804. Fixed Timeline service to not fill the logs with JAXB bindings exceptions. Contributed by Zhijie Shen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b7617989 Tree:

[26/43] git commit: YARN-2767. Added a test case to verify that http static user cannot kill or submit apps in the secure mode. Contributed by Varun Vasudev.

2014-11-06 Thread vinayakumarb
YARN-2767. Added a test case to verify that http static user cannot kill or submit apps in the secure mode. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b4c951ab Tree:

[22/43] git commit: HDFS-7333. Improve logging in Storage.tryLock(). Contributed by Konstantin Shvachko.

2014-11-06 Thread vinayakumarb
HDFS-7333. Improve logging in Storage.tryLock(). Contributed by Konstantin Shvachko. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/203c6303 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/203c6303 Diff:

[33/43] git commit: HADOOP-10714. AmazonS3Client.deleteObjects() need to be limited to 1000 entries per call. Contributed by Juan Yu.

2014-11-06 Thread vinayakumarb
HADOOP-10714. AmazonS3Client.deleteObjects() need to be limited to 1000 entries per call. Contributed by Juan Yu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6ba52d88 Tree:

[20/43] git commit: HADOOP-11265. Credential and Key Shell Commands not available on Windows. Contributed by Larry McCay.

2014-11-06 Thread vinayakumarb
HADOOP-11265. Credential and Key Shell Commands not available on Windows. Contributed by Larry McCay. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7fbd4e6 Tree:

[41/43] git commit: HDFS-7329. Improve logging when MiniDFSCluster fails to start. Contributed by Byron Wong.

2014-11-06 Thread vinayakumarb
HDFS-7329. Improve logging when MiniDFSCluster fails to start. Contributed by Byron Wong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/228afed1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/228afed1 Diff:

[10/43] git commit: HADOOP-11260. Patch up Jetty to disable SSLv3. (Mike Yoder via kasha)

2014-11-06 Thread vinayakumarb
HADOOP-11260. Patch up Jetty to disable SSLv3. (Mike Yoder via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dbf30e3c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dbf30e3c Diff:

[43/43] git commit: Merge remote-tracking branch 'origin/trunk' into HDFS-EC

2014-11-06 Thread vinayakumarb
Merge remote-tracking branch 'origin/trunk' into HDFS-EC Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ce3a132 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ce3a132 Diff:

git commit: HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now() (Contributed by Vinayakumar B)

2014-11-05 Thread vinayakumarb
@@ -397,6 +397,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11269. Add java 8 profile for hadoop-annotations. (Li Lu via wheat9) +HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now() +(vinayakumarb) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip

git commit: HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now() (Contributed by Vinayakumar B)

2014-11-05 Thread vinayakumarb
-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -54,6 +54,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11269. Add java 8 profile for hadoop-annotations. (Li Lu via wheat9) +HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now() +(vinayakumarb

git commit: HDFS-7347. Configurable erasure coding policy for individual files and directories ( Contributed by Zhe Zhang )

2014-11-05 Thread vinayakumarb
for individual files and +directories ( Zhe Zhang via vinayakumarb ) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/hadoop/blob/094cfd22/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/HdfsConstants.java

[6/9] git commit: HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics collection. Contributed by Shanyu Zhao.

2014-11-04 Thread vinayakumarb
HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics collection. Contributed by Shanyu Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/734eeb4f Tree:

[5/9] git commit: YARN-2795. Fixed ResourceManager to not crash loading node-label data from HDFS in secure mode. Contributed by Wangda Tan.

2014-11-04 Thread vinayakumarb
YARN-2795. Fixed ResourceManager to not crash loading node-label data from HDFS in secure mode. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ec6cbece Tree:

[2/9] git commit: YARN-2798. Fixed YarnClient to populate the renewer correctly for Timeline delegation tokens. Contributed by Zhijie Shen.

2014-11-04 Thread vinayakumarb
YARN-2798. Fixed YarnClient to populate the renewer correctly for Timeline delegation tokens. Contributed by Zhijie Shen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/71fbb474 Tree:

[4/9] git commit: HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula.

2014-11-04 Thread vinayakumarb
HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/237890fe Tree:

[3/9] git commit: YARN-2788. Fixed backwards compatiblity issues with log-aggregation feature that were caused when adding log-upload-time via YARN-2703. Contributed by Xuan Gong.

2014-11-04 Thread vinayakumarb
YARN-2788. Fixed backwards compatiblity issues with log-aggregation feature that were caused when adding log-upload-time via YARN-2703. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/58e9f24e

[7/9] git commit: HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze.

2014-11-04 Thread vinayakumarb
HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/35d353e0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/35d353e0 Diff:

[9/9] git commit: HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth.

2014-11-04 Thread vinayakumarb
HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2bb327eb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2bb327eb Diff:

[1/9] git commit: YARN-2730. DefaultContainerExecutor runs only one localizer at a time. Contributed by Siqi Li

2014-11-04 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/HDFS-EC 67f13b58e - 2bb327eb9 YARN-2730. DefaultContainerExecutor runs only one localizer at a time. Contributed by Siqi Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[8/9] git commit: YARN-1922. Fixed NodeManager to kill process-trees correctly in the presence of races between the launch and the stop-container call and when root processes crash. Contributed by Bil

2014-11-04 Thread vinayakumarb
YARN-1922. Fixed NodeManager to kill process-trees correctly in the presence of races between the launch and the stop-container call and when root processes crash. Contributed by Billie Rinaldi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

Git Push Summary

2014-11-03 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 [created] 67f13b58e

Git Push Summary

2014-11-03 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 [deleted] 67f13b58e

Git Push Summary

2014-11-03 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/HDFS-EC [created] 67f13b58e

[1/2] git commit: HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb)

2014-10-27 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2.6 d92d4e32f - 3e4e6e3da HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) (cherry picked from commit ed841dd9a96e54cb84d9cae5507e47ff1c8cdf6e) (cherry picked from

[2/2] git commit: HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file

2014-10-27 Thread vinayakumarb
HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file (cherry picked from commit cba1f9e3896c0526fa748cd1bb13470d5fae584a) (cherry picked from commit fea721daf95cfaa487ce9877e5355c6672cb3cd3) Project

git commit: HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file

2014-10-17 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/trunk 72093fd8c - cba1f9e38 HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit

git commit: HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file

2014-10-17 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 10110b6ea - fea721daf HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file (cherry picked from commit

git commit: HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. (Contributed by Yi Liu)

2014-10-17 Thread vinayakumarb
HDFS-7190. Bad use of Preconditions in startFileInternal(). (Dawson Choong via wheat9) +HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. +(Yi Liu via vinayakumarb) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf

git commit: HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. (Contributed by Yi Liu)

2014-10-17 Thread vinayakumarb
-project/hadoop-hdfs/CHANGES.txt @@ -41,6 +41,9 @@ Release 2.7.0 - UNRELEASED HDFS-7190. Bad use of Preconditions in startFileInternal(). (Dawson Choong via wheat9) +HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. +(Yi Liu via vinayakumarb) + Release 2.6.0

git commit: HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb)

2014-10-17 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/trunk 1c3ff0b7c - 368743140 HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit

git commit: HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb)

2014-10-17 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 7c87c2b42 - 6f19ba768 HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb) (cherry picked from commit 368743140dd076ecd5af309c1ed83c5ae2d59fc8) Project: http://git-wip-us.apache.org/repos/asf

git commit: HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb)

2014-10-06 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/trunk 16333b4fd - ed841dd9a HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

git commit: HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb)

2014-10-06 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 c5828c624 - 5f5888677 HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) (cherry picked from commit ed841dd9a96e54cb84d9cae5507e47ff1c8cdf6e) Project: http://git

git commit: HADOOP-11101. How about inputstream close statement from catch block to finally block in FileContext#copy() ( Contributed by skrho )

2014-09-25 Thread vinayakumarb
/hadoop-common/CHANGES.txt @@ -545,6 +545,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11009. Add Timestamp Preservation to DistCp (Gary Steelman via aw) +HADOOP-11101. How about inputstream close statement from catch block to +finally block in FileContext#copy() ( skrho via vinayakumarb

git commit: HADOOP-11101. How about inputstream close statement from catch block to finally block in FileContext#copy() ( Contributed by skrho )

2014-09-25 Thread vinayakumarb
block to +finally block in FileContext#copy() ( skrho via vinayakumarb ) + OPTIMIZATIONS HADOOP-10838. Byte array native checksumming. (James Thomas via todd) http://git-wip-us.apache.org/repos/asf/hadoop/blob/1e097ba4/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop

git commit: HADOOP-10131. NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree (Contributed by Vinayakumar B)

2014-09-22 Thread vinayakumarb
Chiang via aw) +HADOOP-10131. NetWorkTopology#countNumOfAvailableNodes() is returning +wrong value if excluded nodes passed are not part of the cluster tree +(vinayakumarb) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/1fe3086b

git commit: HADOOP-10131. NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree (Contributed by Vinayakumar B)

2014-09-21 Thread vinayakumarb
() is returning +wrong value if excluded nodes passed are not part of the cluster tree +(vinayakumarb) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/eab15af1/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net

git commit: HDFS-6714. TestBlocksScheduledCounter#testBlocksScheduledCounter should shutdown cluster (vinayakumarb)

2014-09-04 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 b675f3f15 - 0bd0423ff HDFS-6714. TestBlocksScheduledCounter#testBlocksScheduledCounter should shutdown cluster (vinayakumarb) (cherry picked from commit 772d1fb01e65ca42ef4365d2a9307da6c2448c3f) Project: http://git-wip-us.apache.org

svn commit: r1619084 - /hadoop/common/branches/branch-2/

2014-08-20 Thread vinayakumarb
Author: vinayakumarb Date: Wed Aug 20 12:14:42 2014 New Revision: 1619084 URL: http://svn.apache.org/r1619084 Log: Merged revision(s) 1617799 from hadoop/common/trunk: HDFS-6247. Avoid timeouts for replaceBlock() call by sending intermediate responses to Balancer (vinayakumarb

svn commit: r1610964 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/bin/hadoop-daemon.sh

2014-07-16 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jul 16 10:48:15 2014 New Revision: 1610964 URL: http://svn.apache.org/r1610964 Log: HADOOP-9921. daemon scripts should remove pid file on stop call after stop or process is found not running ( Contributed by Vinayakumar B) Modified: hadoop/common/trunk/hadoop

svn commit: r1610965 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/bin/hadoop-daemon.sh

2014-07-16 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jul 16 10:49:04 2014 New Revision: 1610965 URL: http://svn.apache.org/r1610965 Log: Merged revision(s) 1610964 from hadoop/common/trunk: HADOOP-9921. daemon scripts should remove pid file on stop call after stop or process is found not running ( Contributed

svn commit: r1605049 - in /hadoop/common/trunk/hadoop-common-project: hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/ hadoop-auth/src/test/java/org/apache/hadoop/security/a

2014-06-24 Thread vinayakumarb
Author: vinayakumarb Date: Tue Jun 24 10:31:07 2014 New Revision: 1605049 URL: http://svn.apache.org/r1605049 Log: HADOOP-10665. Make Hadoop Authentication Handler loads case in-sensitive (Contributed by Benoy Antony) Modified: hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main

svn commit: r1605050 - in /hadoop/common/branches/branch-2/hadoop-common-project: ./ hadoop-auth/ hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/ hadoop-auth/src/test/java/

2014-06-24 Thread vinayakumarb
Author: vinayakumarb Date: Tue Jun 24 10:32:53 2014 New Revision: 1605050 URL: http://svn.apache.org/r1605050 Log: Merged revision(s) 1605049 from hadoop/common/trunk: HADOOP-10665. Make Hadoop Authentication Handler loads case in-sensitive (Contributed by Benoy Antony) Modified

svn commit: r1605050 - /hadoop/common/branches/branch-2/

2014-06-24 Thread vinayakumarb
Author: vinayakumarb Date: Tue Jun 24 10:32:53 2014 New Revision: 1605050 URL: http://svn.apache.org/r1605050 Log: Merged revision(s) 1605049 from hadoop/common/trunk: HADOOP-10665. Make Hadoop Authentication Handler loads case in-sensitive (Contributed by Benoy Antony) Modified

svn commit: r1604695 - /hadoop/common/branches/branch-2/

2014-06-22 Thread vinayakumarb
Author: vinayakumarb Date: Mon Jun 23 05:19:28 2014 New Revision: 1604695 URL: http://svn.apache.org/r1604695 Log: Merged revision(s) 1604692 from hadoop/common/trunk: HDFS-6507. Improve DFSAdmin to support HA cluster better. (Contributd by Zesheng Wu) Modified: hadoop/common

svn commit: r1604086 - in /hadoop/common/branches/HDFS-5442: ./ hadoop-project/pom.xml

2014-06-19 Thread vinayakumarb
Author: vinayakumarb Date: Fri Jun 20 05:03:56 2014 New Revision: 1604086 URL: http://svn.apache.org/r1604086 Log: Merged latest changes from trunk Modified: hadoop/common/branches/HDFS-5442/ (props changed) hadoop/common/branches/HDFS-5442/hadoop-project/pom.xml Propchange: hadoop

svn commit: r1603355 - in /hadoop/common/branches/HDFS-5442: ./ hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plu

2014-06-17 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jun 18 05:09:28 2014 New Revision: 1603355 URL: http://svn.apache.org/r1603355 Log: Merged latest changes from trunk Modified: hadoop/common/branches/HDFS-5442/ (props changed) hadoop/common/branches/HDFS-5442/hadoop-maven-plugins/src/main/java/org

svn commit: r1603355 [3/3] - in /hadoop/common/branches/HDFS-5442/hadoop-common-project: hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/ hadoop-common/ hadoop-common/dev-su

2014-06-17 Thread vinayakumarb
Modified: hadoop/common/branches/HDFS-5442/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-5442/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml?rev=1603355r1=1603354r2=1603355view=diff

svn commit: r1603356 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java

2014-06-17 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jun 18 05:29:03 2014 New Revision: 1603356 URL: http://svn.apache.org/r1603356 Log: HADOOP-10590. ServiceAuthorizationManager is not threadsafe. (Contributed by Benoy Antony) Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

svn commit: r1603357 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java

2014-06-17 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jun 18 05:31:23 2014 New Revision: 1603357 URL: http://svn.apache.org/r1603357 Log: Merged revision(s) 1603356 from hadoop/common/trunk: HADOOP-10590. ServiceAuthorizationManager is not threadsafe. (Contributed by Benoy Antony) Modified: hadoop/common

svn commit: r1601869 - in /hadoop/common/branches/HDFS-5442/hadoop-common-project/hadoop-common: ./ src/main/java/ src/main/java/org/apache/hadoop/net/ src/test/java/org/apache/hadoop/net/

2014-06-11 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jun 11 12:20:48 2014 New Revision: 1601869 URL: http://svn.apache.org/r1601869 Log: Merged revision(s) 1601144-1601868, 1598456-1601149 from hadoop/common/trunk Modified: hadoop/common/branches/HDFS-5442/hadoop-common-project/hadoop-common/CHANGES.txt

svn commit: r1601869 - in /hadoop/common/branches/HDFS-5442: ./ hadoop-project/ hadoop-tools/ hadoop-tools/hadoop-azure/ hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/ had

2014-06-11 Thread vinayakumarb
Author: vinayakumarb Date: Wed Jun 11 12:20:48 2014 New Revision: 1601869 URL: http://svn.apache.org/r1601869 Log: Merged revision(s) 1601144-1601868, 1598456-1601149 from hadoop/common/trunk Added: hadoop/common/branches/HDFS-5442/hadoop-tools/hadoop-azure/ - copied from r1601868

svn commit: r1601151 - in /hadoop/common/branches/HDFS-5442: ./ hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/ hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/mapre

2014-06-07 Thread vinayakumarb
Author: vinayakumarb Date: Sat Jun 7 16:29:10 2014 New Revision: 1601151 URL: http://svn.apache.org/r1601151 Log: Merged changes from trunk Added: hadoop/common/branches/HDFS-5442/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpWithXAttrs.java - copied

svn commit: r1598456 - /hadoop/common/branches/HDFS-5442/

2014-05-29 Thread vinayakumarb
Author: vinayakumarb Date: Fri May 30 04:51:07 2014 New Revision: 1598456 URL: http://svn.apache.org/r1598456 Log: HDFS-5442: Creating the branch Added: hadoop/common/branches/HDFS-5442/ (props changed) - copied from r1598455, hadoop/common/trunk/ Propchange: hadoop/common/branches

svn commit: r1590943 - /hadoop/common/branches/branch-2.4/

2014-04-29 Thread vinayakumarb
Author: vinayakumarb Date: Tue Apr 29 10:37:37 2014 New Revision: 1590943 URL: http://svn.apache.org/r1590943 Log: Merge r1590941 from trunk, HDFS-2882. DN continues to start up, even if block pool fails to initialize (Contributed by Vinayakumar B) Modified: hadoop/common/branches/branch

svn commit: r1590944 - /hadoop/common/branches/branch-2/

2014-04-29 Thread vinayakumarb
Author: vinayakumarb Date: Tue Apr 29 10:40:36 2014 New Revision: 1590944 URL: http://svn.apache.org/r1590944 Log: Merge r1590941 from trunk, HDFS-2882. DN continues to start up, even if block pool fails to initialize (Contributed by Vinayakumar B) Modified: hadoop/common/branches/branch-2

svn commit: r1590948 - /hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

2014-04-29 Thread vinayakumarb
Author: vinayakumarb Date: Tue Apr 29 10:55:48 2014 New Revision: 1590948 URL: http://svn.apache.org/r1590948 Log: Updated my org details Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Modified: hadoop/common/site/main/author/src/documentation/content/xdocs

svn commit: r1588262 - /hadoop/common/branches/branch-2/

2014-04-17 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 17 14:07:42 2014 New Revision: 1588262 URL: http://svn.apache.org/r1588262 Log: Merge r1588258 from trunk, HDFS-6153. Document fileId and childrenNum fields in the FileStatus Json schema Modified: hadoop/common/branches/branch-2/ (props changed

svn commit: r1586396 - /hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 18:26:27 2014 New Revision: 1586396 URL: http://svn.apache.org/r1586396 Log: Added myself to committers list Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Modified: hadoop/common/site/main/author/src/documentation

svn commit: r1586404 - /hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 18:44:11 2014 New Revision: 1586404 URL: http://svn.apache.org/r1586404 Log: Reverted addittion Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Modified: hadoop/common/site/main/author/src/documentation/content/xdocs

svn commit: r1586405 - /hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 18:44:47 2014 New Revision: 1586405 URL: http://svn.apache.org/r1586405 Log: Added my name to committers list Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Modified: hadoop/common/site/main/author/src/documentation

svn commit: r1586425 - /hadoop/common/trunk/BUILDING.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:02:30 2014 New Revision: 1586425 URL: http://svn.apache.org/r1586425 Log: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) Modified: hadoop/common/trunk/BUILDING.txt Modified: hadoop/common/trunk

svn commit: r1586425 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:02:30 2014 New Revision: 1586425 URL: http://svn.apache.org/r1586425 Log: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common

svn commit: r1586432 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:26:17 2014 New Revision: 1586432 URL: http://svn.apache.org/r1586432 Log: Reverse merged revision(s) 1586425 from hadoop/common/trunk: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B

svn commit: r1586432 - /hadoop/common/trunk/BUILDING.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:26:17 2014 New Revision: 1586432 URL: http://svn.apache.org/r1586432 Log: Reverse merged revision(s) 1586425 from hadoop/common/trunk: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B

svn commit: r1586433 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:28:21 2014 New Revision: 1586433 URL: http://svn.apache.org/r1586433 Log: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common

svn commit: r1586433 - /hadoop/common/trunk/BUILDING.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:28:21 2014 New Revision: 1586433 URL: http://svn.apache.org/r1586433 Log: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) Modified: hadoop/common/trunk/BUILDING.txt Modified: hadoop/common/trunk

svn commit: r1586443 - in /hadoop/common/branches/branch-2/hadoop-common-project: ./ hadoop-common/ hadoop-common/CHANGES.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:34:36 2014 New Revision: 1586443 URL: http://svn.apache.org/r1586443 Log: Merge HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) Modified: hadoop/common/branches/branch-2/hadoop-common-project

svn commit: r1586443 - in /hadoop/common/branches/branch-2: ./ BUILDING.txt

2014-04-10 Thread vinayakumarb
Author: vinayakumarb Date: Thu Apr 10 19:34:36 2014 New Revision: 1586443 URL: http://svn.apache.org/r1586443 Log: Merge HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) Modified: hadoop/common/branches/branch-2/ (props changed

<    4   5   6   7   8   9