hadoop git commit: YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton)

2017-01-09 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-2 b60057709 -> 74bf9c6e4 YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton) (cherry picked from commit 6332a318bc1e2e9d73d7159eab26347bb3f1f9b3) Project:

hadoop git commit: YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton)

2017-01-09 Thread templedf
Repository: hadoop Updated Branches: refs/heads/trunk 945db55f2 -> 6332a318b YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-4148. When killing app, RM releases app's resource before they are released by NM. Contributed by Jason Lowe.

2017-01-09 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 137547579 -> b60057709 YARN-4148. When killing app, RM releases app's resource before they are released by NM. Contributed by Jason Lowe. (cherry picked from commit 945db55f2e6521d33d4f90bbb09179b0feba5e7a) Project:

hadoop git commit: YARN-4148. When killing app, RM releases app's resource before they are released by NM. Contributed by Jason Lowe.

2017-01-09 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 7ec609b28 -> 945db55f2 YARN-4148. When killing app, RM releases app's resource before they are released by NM. Contributed by Jason Lowe. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11273. Move TransferFsImage#doGetUrl function to a Util class. Contributed by Hanisha Koneru.

2017-01-09 Thread jing9
Repository: hadoop Updated Branches: refs/heads/trunk 511d39e07 -> 7ec609b28 HDFS-11273. Move TransferFsImage#doGetUrl function to a Util class. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13885. Implement getLinkTarget for ViewFileSystem. Contributed by Manoj Govindassamy.

2017-01-09 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 603cbcd51 -> 511d39e07 HADOOP-13885. Implement getLinkTarget for ViewFileSystem. Contributed by Manoj Govindassamy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

svn commit: r1778074 - /hadoop/common/dist/KEYS

2017-01-09 Thread junping_du
Author: junping_du Date: Tue Jan 10 00:37:28 2017 New Revision: 1778074 URL: http://svn.apache.org/viewvc?rev=1778074=rev Log: add my new keys to pub Modified: hadoop/common/dist/KEYS Modified: hadoop/common/dist/KEYS URL:

hadoop git commit: HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang.

2017-01-09 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 fedcce2f4 -> f5e837e30 HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang. (cherry picked from commit 603cbcd513a74c29e0e4ec9dc181ff08887d64a4) Project:

hadoop git commit: HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang.

2017-01-09 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/branch-2 76d62b063 -> 137547579 HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang. (cherry picked from commit 603cbcd513a74c29e0e4ec9dc181ff08887d64a4) Project:

hadoop git commit: HADOOP-13908. S3Guard: Existing tables may not be initialized correctly in DynamoDBMetadataStore. Contributed by Mingliang Liu.

2017-01-09 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/HADOOP-13345 e3f20027f -> a5cc315db HADOOP-13908. S3Guard: Existing tables may not be initialized correctly in DynamoDBMetadataStore. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen.

2017-01-09 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2 447f71326 -> 76d62b063 HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen. (cherry picked from commit 0a212a40fcbd12a11294bff7a31e7433111733c9) Conflicts:

hadoop git commit: HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang.

2017-01-09 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/trunk 0a212a40f -> 603cbcd51 HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen.

2017-01-09 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/trunk 91bf50444 -> 0a212a40f HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11293: [SPS]: Local DN should be given preference as source node, when target available in same node. Contributed by Yuanbo Liu and Uma Maheswara Rao G

2017-01-09 Thread umamahesh
Repository: hadoop Updated Branches: refs/heads/HDFS-10285 5aacf2af7 -> 402cf3513 HDFS-11293: [SPS]: Local DN should be given preference as source node, when target available in same node. Contributed by Yuanbo Liu and Uma Maheswara Rao G Project:

[09/21] hadoop git commit: YARN-6040. Introduce api independent PendingAsk to replace usage of ResourceRequest within Scheduler classes. (Wangda Tan via asuresh)

2017-01-09 Thread xgong
YARN-6040. Introduce api independent PendingAsk to replace usage of ResourceRequest within Scheduler classes. (Wangda Tan via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2977bc6a Tree:

[20/21] hadoop git commit: YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)

2017-01-09 Thread xgong
YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/287d3d68 Tree:

[14/21] hadoop git commit: MAPREDUCE-6711. JobImpl fails to handle preemption events on state COMMITTING. Contributed by Prabhu Joseph.

2017-01-09 Thread xgong
MAPREDUCE-6711. JobImpl fails to handle preemption events on state COMMITTING. Contributed by Prabhu Joseph. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/679478d0 Tree:

[13/21] hadoop git commit: YARN-6022. Revert changes of AbstractResourceRequest (Contributed by Wangda Tan via Daniel Templeton)

2017-01-09 Thread xgong
YARN-6022. Revert changes of AbstractResourceRequest (Contributed by Wangda Tan via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ac16400e Tree:

[10/21] hadoop git commit: YARN-5991. Yarn Distributed Shell does not print throwable t to App Master When failed to start container (Contributed by Jim Frankola via Daniel Templeton)

2017-01-09 Thread xgong
YARN-5991. Yarn Distributed Shell does not print throwable t to App Master When failed to start container (Contributed by Jim Frankola via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/71a4acf7 Tree:

[17/21] hadoop git commit: YARN-6068. Log aggregation get failed when NM restart even with recovery (Junping Du via Varun Saxena)

2017-01-09 Thread xgong
YARN-6068. Log aggregation get failed when NM restart even with recovery (Junping Du via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f59e36b4 Tree:

[08/21] hadoop git commit: YARN-6040. Introduce api independent PendingAsk to replace usage of ResourceRequest within Scheduler classes. (Wangda Tan via asuresh)

2017-01-09 Thread xgong
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2977bc6a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/placement/SchedulingPlacementSet.java

[07/21] hadoop git commit: HDFS-11282. Document the missing metrics of DataNode Volume IO operations. Contributed by Yiqun Lin.

2017-01-09 Thread xgong
HDFS-11282. Document the missing metrics of DataNode Volume IO operations. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4a659ff4 Tree:

[21/21] hadoop git commit: HDFS-11301. Double wrapping over RandomAccessFile in LocalReplicaInPipeline#createStreams. Contributed by Hanisha Koneru.

2017-01-09 Thread xgong
HDFS-11301. Double wrapping over RandomAccessFile in LocalReplicaInPipeline#createStreams. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/91bf5044 Tree:

[11/21] hadoop git commit: YARN-6009. Skip validating app timeout value on recovery. Contributed by Rohith Sharma K S

2017-01-09 Thread xgong
YARN-6009. Skip validating app timeout value on recovery. Contributed by Rohith Sharma K S Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02031645 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/02031645 Diff:

[19/21] hadoop git commit: YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)

2017-01-09 Thread xgong
http://git-wip-us.apache.org/repos/asf/hadoop/blob/287d3d68/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestParentQueue.java

[05/21] hadoop git commit: HADOOP-13597. Switch KMS from Tomcat to Jetty. Contributed by John Zhuge.

2017-01-09 Thread xgong
HADOOP-13597. Switch KMS from Tomcat to Jetty. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5d182949 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5d182949 Diff:

[06/21] hadoop git commit: MAPREDUCE-6715. Fix Several Unsafe Practices (Contributed by Yufei Gu via Daniel Templeton)

2017-01-09 Thread xgong
MAPREDUCE-6715. Fix Several Unsafe Practices (Contributed by Yufei Gu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b8a7c18 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0b8a7c18 Diff:

[15/21] hadoop git commit: YARN-6066. Opportunistic containers Minor fixes : API annotations, parameter name changes, checkstyles. (asuresh)

2017-01-09 Thread xgong
YARN-6066. Opportunistic containers Minor fixes : API annotations, parameter name changes, checkstyles. (asuresh) (cherry picked from commit 4985217de453a04ddffd7b52644bdc8d153f753c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[02/21] hadoop git commit: HDFS-9483. Documentation does not cover use of "swebhdfs" as URL scheme for SSL-secured WebHDFS. Contributed by Surendra Singh Lilhore.

2017-01-09 Thread xgong
HDFS-9483. Documentation does not cover use of "swebhdfs" as URL scheme for SSL-secured WebHDFS. Contributed by Surendra Singh Lilhore. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4c8f9e13 Tree:

[16/21] hadoop git commit: HADOOP-13958. Bump up release year to 2017. Contributed by Junping Du.

2017-01-09 Thread xgong
HADOOP-13958. Bump up release year to 2017. Contributed by Junping Du. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/94f1d06f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/94f1d06f Diff:

[12/21] hadoop git commit: YARN-6015. AsyncDispatcher thread name can be set to improved debugging. Contributed by Ajith S.

2017-01-09 Thread xgong
YARN-6015. AsyncDispatcher thread name can be set to improved debugging. Contributed by Ajith S. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a59df157 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a59df157

[18/21] hadoop git commit: YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena)

2017-01-09 Thread xgong
YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/db490ecc Tree:

[03/21] hadoop git commit: HADOOP-13780. LICENSE/NOTICE are out of date for source artifacts.

2017-01-09 Thread xgong
HADOOP-13780. LICENSE/NOTICE are out of date for source artifacts. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8850c056 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8850c056 Diff:

[04/21] hadoop git commit: HADOOP-13597. Switch KMS from Tomcat to Jetty. Contributed by John Zhuge.

2017-01-09 Thread xgong
http://git-wip-us.apache.org/repos/asf/hadoop/blob/5d182949/hadoop-common-project/hadoop-kms/src/main/sbin/kms.sh -- diff --git a/hadoop-common-project/hadoop-kms/src/main/sbin/kms.sh

[01/21] hadoop git commit: HADOOP-13896. Invoke assembly plugin after building jars.

2017-01-09 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 0a55bd841 -> 91bf50444 HADOOP-13896. Invoke assembly plugin after building jars. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02766b6c Tree:

hadoop git commit: HDFS-11301. Double wrapping over RandomAccessFile in LocalReplicaInPipeline#createStreams. Contributed by Hanisha Koneru.

2017-01-09 Thread arp
Repository: hadoop Updated Branches: refs/heads/trunk 287d3d680 -> 91bf50444 HDFS-11301. Double wrapping over RandomAccessFile in LocalReplicaInPipeline#createStreams. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)

2017-01-09 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 4fab250fc -> 447f71326

[2/2] hadoop git commit: YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)

2017-01-09 Thread wangda
YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda) (cherry picked from commit 287d3d6804a869723ae36605a3c2d2b3eae3941e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)

2017-01-09 Thread wangda
YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/287d3d68 Tree:

[1/2] hadoop git commit: YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)

2017-01-09 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk db490eccc -> 287d3d680

hadoop git commit: HDFS-11289. [SPS]: Make SPS movement monitor timeouts configurable. Contributed by Uma Maheswara Rao G

2017-01-09 Thread rakeshr
Repository: hadoop Updated Branches: refs/heads/HDFS-10285 43a7f047b -> 5aacf2af7 HDFS-11289. [SPS]: Make SPS movement monitor timeouts configurable. Contributed by Uma Maheswara Rao G Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena)

2017-01-09 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/YARN-5355-branch-2 a404b7380 -> cf7f9e91f YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena) (cherry picked from commit db490eccced3c42ac27253ca6cbaf10a77e0e116) Project:

hadoop git commit: YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena)

2017-01-09 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/YARN-5355 9a2f288a6 -> 8df6f98e5 YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena) (cherry picked from commit db490eccced3c42ac27253ca6cbaf10a77e0e116) Project:

hadoop git commit: YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena)

2017-01-09 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/trunk f59e36b4c -> db490eccc YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13960. Initialize DynamoDBMetadataStore without associated S3AFileSystem. (Mingliang Liu via Lei Xu)

2017-01-09 Thread lei
Repository: hadoop Updated Branches: refs/heads/HADOOP-13345 a1b47db40 -> e3f20027f HADOOP-13960. Initialize DynamoDBMetadataStore without associated S3AFileSystem. (Mingliang Liu via Lei Xu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: