[2/2] hadoop git commit: Updated CHANGES-HDFS-EC-7285.txt

2015-04-09 Thread drankye
Updated CHANGES-HDFS-EC-7285.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/19cc05b5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/19cc05b5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/19cc05b5

hadoop git commit: Fix CHANGES.txt for branch-2

2015-04-09 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 53e0bf5c1 - 6d1cb3422 Fix CHANGES.txt for branch-2 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6d1cb342 Tree:

hadoop git commit: Adding release 2.7.1 to CHANGES.txt

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk a813db0b1 - 623fd46c1 Adding release 2.7.1 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/623fd46c Tree:

[1/2] hadoop git commit: HDFS-8104 Make hard-coded values consistent with the system default schema first before remove them. Contributed by Kai Zheng

2015-04-09 Thread drankye
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 d022be287 - de3621c0c HDFS-8104 Make hard-coded values consistent with the system default schema first before remove them. Contributed by Kai Zheng Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter)

2015-04-09 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/branch-2 c846e84d5 - 0fdd5c23c MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter) (cherry picked from commit c4986b2d00d327f18d0c7e2f8805b69a4e07a19b) Project:

hadoop git commit: HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and even for failed transfers (Contributed by Vinayakumar B)

2015-04-09 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/trunk b1e059089 - 9d8952f97 HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and even for failed transfers (Contributed by Vinayakumar B) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: HDFS-7188. support build libhdfs3 on windows (Thanh Do via Colin P. McCabe)

2015-04-09 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/HDFS-6994 af17a556c - f0ea98f0c http://git-wip-us.apache.org/repos/asf/hadoop/blob/f0ea98f0/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libhdfs3/src/common/StackPrinter.cc --

hadoop git commit: YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp.

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 4d5b1fbde - 4c6867ff0 YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp. (cherry picked from commit

[1/2] hadoop git commit: HADOOP-11818 Minor improvements for erasurecode classes. Contributed by Rakesh R

2015-04-09 Thread drankye
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 de3621c0c - 19cc05b52 HADOOP-11818 Minor improvements for erasurecode classes. Contributed by Rakesh R Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f3885a71

[2/2] hadoop git commit: Updated CHANGES-HDFS-EC-7285.txt

2015-04-09 Thread drankye
Updated CHANGES-HDFS-EC-7285.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/de3621c0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/de3621c0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/de3621c0

hadoop git commit: MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter)

2015-04-09 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/trunk 9c5911294 - c4986b2d0 MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider before returning to client (asuresh)

2015-04-09 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/branch-2 1ff3fd33e - c846e84d5 HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider before returning to client (asuresh) (cherry picked from commit 922b7ed21d1f1460263ca42f709bb9f415d189c5) Project:

hadoop git commit: HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe)

2015-04-09 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 ca1208825 - 8dac24592 HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe) (cherry picked from commit 61dc2ea3fee4085b19cd2d01de9eacdc4c42e21f) Project:

hadoop git commit: HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe)

2015-04-09 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 d665d11f9 - 4d5b1fbde HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe) (cherry picked from commit 61dc2ea3fee4085b19cd2d01de9eacdc4c42e21f) (cherry picked from commit

hadoop git commit: YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp.

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 922b7ed21 - 9c5911294 YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp.

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 8dac24592 - 1ff3fd33e YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp. (cherry picked from commit

hadoop git commit: YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers and node-label column. (Jason Lowe via wangda)

2015-04-09 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 3fe61e0bb - 1885141e9 YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers and node-label column. (Jason Lowe via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Adding release 2.7.1 to CHANGES.txt

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 4c6867ff0 - 2b44fcaa5 Adding release 2.7.1 to CHANGES.txt (cherry picked from commit 623fd46c1eac057ea9bc4b503a47ad1a831cdacf) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith.

2015-04-09 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 73d9e4c77 - f753e2043 HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith.

2015-04-09 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2.7 9a111fcd1 - d665d11f9 HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Preparing for 2.7.1 development: mvn versions:set

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 2b44fcaa5 - a7fa46c2e Preparing for 2.7.1 development: mvn versions:set Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7fa46c2 Tree:

hadoop git commit: HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe)

2015-04-09 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 30acb7372 - 61dc2ea3f HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)

2015-04-09 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 4e099c113 - 53e0bf5c1 YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) (cherry picked from commit 6495940eae09418a939882a8955845f9241a6485) Project:

hadoop git commit: YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers and node-label column. (Jason Lowe via wangda)

2015-04-09 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 edf2f52d6 - 73d9e4c77 YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers and node-label column. (Jason Lowe via wangda) (cherry picked from commit 1885141e90837252934192040a40047c7adbc1b5) Project:

hadoop git commit: HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider before returning to client (asuresh)

2015-04-09 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/trunk 61dc2ea3f - 922b7ed21 HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider before returning to client (asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

Git Push Summary

2015-04-09 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 [created] 9d8952f97

hadoop git commit: Fix CHANGES.txt for HDFS-8091

2015-04-09 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/trunk c4986b2d0 - a813db0b1 Fix CHANGES.txt for HDFS-8091 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a813db0b Tree:

[2/2] hadoop git commit: HDFS-7188. support build libhdfs3 on windows (Thanh Do via Colin P. McCabe)

2015-04-09 Thread cmccabe
HDFS-7188. support build libhdfs3 on windows (Thanh Do via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f0ea98f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f0ea98f0 Diff:

hadoop git commit: HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys. Contributed by Haohui Mai.

2015-04-09 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 aec1c5ec7 - e34afb48d HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)

2015-04-09 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 9d8952f97 - 6495940ea YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Adding release 2.7.1 to CHANGES.txt

2015-04-09 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 0fdd5c23c - aec1c5ec7 Adding release 2.7.1 to CHANGES.txt (cherry picked from commit 623fd46c1eac057ea9bc4b503a47ad1a831cdacf) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8099. Change DFSInputStream has been closed already message to debug log level (Charles Lamb via Colin P. McCabe)

2015-04-09 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 f753e2043 - ca1208825 HDFS-8099. Change DFSInputStream has been closed already message to debug log level (Charles Lamb via Colin P. McCabe) (cherry picked from commit 30acb7372ab97adf9bc86ead529c96cfe36e2396) Project:

hadoop git commit: HDFS-8099. Change DFSInputStream has been closed already message to debug log level (Charles Lamb via Colin P. McCabe)

2015-04-09 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 63c659ddd - 30acb7372 HDFS-8099. Change DFSInputStream has been closed already message to debug log level (Charles Lamb via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and even for failed transfers (Contributed by Vinayakumar B)

2015-04-09 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 351fac25a - 4e099c113 HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and even for failed transfers (Contributed by Vinayakumar B) (cherry picked from commit 9d8952f97f638ede27e4336b9601507d7bb1de7b) Project:

hadoop git commit: HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys. Contributed by Haohui Mai.

2015-04-09 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 623fd46c1 - af9d4fede HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith.

2015-04-09 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 1885141e9 - 63c659ddd HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS classes at runtime. Contributed by Sean Busbey. (cherry picked from commit 3fe61e0bb0d025a6acbb754027f7

2015-04-09 Thread atm
HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS classes at runtime. Contributed by Sean Busbey. (cherry picked from commit 3fe61e0bb0d025a6acbb754027f73f3084b2f4d1) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS classes at runtime. Contributed by Sean Busbey.

2015-04-09 Thread atm
Repository: hadoop Updated Branches: refs/heads/branch-2 6d1cb3422 - edf2f52d6 refs/heads/trunk 6495940ea - 3fe61e0bb HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS classes at runtime. Contributed by Sean Busbey. Project:

hadoop git commit: HDFS-8025. Addendum fix for HDFS-3087 Decomissioning on NN restart can complete without blocks being replicated. Contributed by Ming Ma. (cherry picked from commit 5a540c3d3107199f4

2015-04-09 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 84ba4db2a - 9a111fcd1 HDFS-8025. Addendum fix for HDFS-3087 Decomissioning on NN restart can complete without blocks being replicated. Contributed by Ming Ma. (cherry picked from commit 5a540c3d3107199f4632e2ad7ee8ff913b107a04)