[Hadoop Wiki] Update of HowToContribute by SteveLoughran

2014-09-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The HowToContribute page has been changed by SteveLoughran: https://wiki.apache.org/hadoop/HowToContribute?action=diffrev1=99rev2=100 Comment: yum builds need openssl-devel installed too

git commit: HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne.

2014-09-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 6fe5c6b74 - f02d934fe HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f02d934f

git commit: HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne. (cherry picked from commit f02d934fedf00f0ce43d6f3f9b06d89ccc6851a5)

2014-09-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 9333ee306 - 2a6c9f072 HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne. (cherry picked from commit f02d934fedf00f0ce43d6f3f9b06d89ccc6851a5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

git commit: HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee.

2014-09-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk f02d934fe - bf27b9ca5 HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee. (cherry picked from commit bf27b9ca574592ef603e126bacb9b6a37c9eb5c6)

2014-09-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 2a6c9f072 - 35fccfda3 HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee. (cherry picked from commit bf27b9ca574592ef603e126bacb9b6a37c9eb5c6) Project:

git commit: HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe)

2014-09-19 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk bf27b9ca5 - 25fd69a8f HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe) (cherry picked from commit 25fd69a8f9defb21a5c0e3b7243657d9e8080319)

2014-09-19 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 35fccfda3 - 5520ca6ec HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe) (cherry picked from commit 25fd69a8f9defb21a5c0e3b7243657d9e8080319) Project:

[1/4] git commit: HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne.

2014-09-19 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 e4d29fda7 - 222bf0fe6 HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f02d934f

[2/4] git commit: HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee.

2014-09-19 Thread arp
HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bf27b9ca Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bf27b9ca Diff:

[3/4] git commit: HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe)

2014-09-19 Thread arp
HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/25fd69a8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/25fd69a8 Diff:

[4/4] git commit: Merge branch 'trunk' into HDFS-6581

2014-09-19 Thread arp
Merge branch 'trunk' into HDFS-6581 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/222bf0fe Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/222bf0fe Diff:

git commit: YARN-2565. Fixed RM to not use FileSystemApplicationHistoryStore unless explicitly set. Contributed by Zhijie Shen

2014-09-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/trunk 25fd69a8f - 444acf8ea YARN-2565. Fixed RM to not use FileSystemApplicationHistoryStore unless explicitly set. Contributed by Zhijie Shen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: YARN-2565. Fixed RM to not use FileSystemApplicationHistoryStore unless explicitly set. Contributed by Zhijie Shen (cherry picked from commit 444acf8ea795e4bc782f1ce3b5ef7a1a47d1d27d)

2014-09-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2 5520ca6ec - 07981c8f6 YARN-2565. Fixed RM to not use FileSystemApplicationHistoryStore unless explicitly set. Contributed by Zhijie Shen (cherry picked from commit 444acf8ea795e4bc782f1ce3b5ef7a1a47d1d27d) Project:

git commit: HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)

2014-09-19 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 444acf8ea - 9f03a7c01 HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9f03a7c0 Tree:

git commit: MAPREDUCE-6088. TestTokenCache tests should use their own JobConf instances. (Zhihai Xu via kasha)

2014-09-19 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-1 4ca5ce88d - c79260580 MAPREDUCE-6088. TestTokenCache tests should use their own JobConf instances. (Zhihai Xu via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: MAPREDUCE-6091. YARNRunner.getJobStatus() fails with ApplicationNotFoundException if the job rolled off the RM view. Contributed by Sangjin Lee

2014-09-19 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 9f03a7c01 - 951847ba9 MAPREDUCE-6091. YARNRunner.getJobStatus() fails with ApplicationNotFoundException if the job rolled off the RM view. Contributed by Sangjin Lee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: MAPREDUCE-6091. YARNRunner.getJobStatus() fails with ApplicationNotFoundException if the job rolled off the RM view. Contributed by Sangjin Lee (cherry picked from commit 951847ba94442b8d9

2014-09-19 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 5f6129feb - bdb864e5e MAPREDUCE-6091. YARNRunner.getJobStatus() fails with ApplicationNotFoundException if the job rolled off the RM view. Contributed by Sangjin Lee (cherry picked from commit 951847ba94442b8d928435decfbea9ea20882912)

git commit: YARN-2460. Remove obsolete entries from yarn-default.xml (Ray Chiang via aw)

2014-09-19 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 951847ba9 - aa1052c34 YARN-2460. Remove obsolete entries from yarn-default.xml (Ray Chiang via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/aa1052c3 Tree:

git commit: YARN-2460. Remove obsolete entries from yarn-default.xml (Ray Chiang via aw)

2014-09-19 Thread aw
Repository: hadoop Updated Branches: refs/heads/branch-2 bdb864e5e - 0037b8f67 YARN-2460. Remove obsolete entries from yarn-default.xml (Ray Chiang via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0037b8f6 Tree:

git commit: HADOOP-10970. Cleanup KMS configuration keys. (wang)

2014-09-19 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk aa1052c34 - adf0b67a7 HADOOP-10970. Cleanup KMS configuration keys. (wang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/adf0b67a Tree:

git commit: HADOOP-10970. Cleanup KMS configuration keys. (wang)

2014-09-19 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 0037b8f67 - ee508c1b3 HADOOP-10970. Cleanup KMS configuration keys. (wang) (cherry picked from commit adf0b67a7104bd457b20c95ff78dd48753dcd699) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-7046. HA NN can NPE upon transition to active. Contributed by Kihwal Lee.

2014-09-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk adf0b67a7 - 9e3557196 HDFS-7046. HA NN can NPE upon transition to active. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e355719 Tree:

git commit: HDFS-7046. HA NN can NPE upon transition to active. Contributed by Kihwal Lee. (cherry picked from commit 9e355719653c5e7b48b601090634882e4f29a743)

2014-09-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 ee508c1b3 - b55aa50ec HDFS-7046. HA NN can NPE upon transition to active. Contributed by Kihwal Lee. (cherry picked from commit 9e355719653c5e7b48b601090634882e4f29a743) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

git commit: HADOOP-11112. TestKMSWithZK does not use KEY_PROVIDER_URI. (tucu via wang)

2014-09-19 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 b55aa50ec - eec927f3f HADOOP-2. TestKMSWithZK does not use KEY_PROVIDER_URI. (tucu via wang) (cherry picked from commit b6ceef90e52c05fd95bfb40bff61fa7e1802787f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HADOOP-11112. TestKMSWithZK does not use KEY_PROVIDER_URI. (tucu via wang)

2014-09-19 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 9e3557196 - b6ceef90e HADOOP-2. TestKMSWithZK does not use KEY_PROVIDER_URI. (tucu via wang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6ceef90 Tree:

git commit: HDFS-7105. Fix TestJournalNode#testFailToStartWithBadConfig to match log output change. Contributed by Ray Chiang.

2014-09-19 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/trunk b6ceef90e - 332e2e23b HDFS-7105. Fix TestJournalNode#testFailToStartWithBadConfig to match log output change. Contributed by Ray Chiang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth.

2014-09-19 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/trunk 332e2e23b - f85cc14eb HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth.

2014-09-19 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 9ee5e26cb - cadba3067 HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth. (cherry picked from commit f85cc14eb49a46e81d2edcdc1ffe4d0852f193a5) Conflicts: