hadoop git commit: MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin.

2018-12-12 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-3.2 29e4e5f62 -> 495285e50 MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin. (cherry picked from commit e0d75088f24283985a4e4032fa547dad2ebb54db) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin.

2018-12-12 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-3.1 1192fad0d -> 51b7376a8 MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin. (cherry picked from commit e0d75088f24283985a4e4032fa547dad2ebb54db) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin.

2018-12-12 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 72e7c6a48 -> e0d75088f MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e

hadoop git commit: YARN-8962. Add ability to use interactive shell with normal yarn container. Contributed by Eric Yang

2018-12-12 Thread billie
Repository: hadoop Updated Branches: refs/heads/trunk 37eb919c5 -> 72e7c6a48 YARN-8962. Add ability to use interactive shell with normal yarn container. Contributed by Eric Yang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[3/3] hadoop git commit: YARN-9112. [Submarine] Support polling applicationId when it's not ready in cluster. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
YARN-9112. [Submarine] Support polling applicationId when it's not ready in cluster. (Zhankun Tang via wangda) Change-Id: I73d73f3d631b28fb9866faa56571839b13824a97 (cherry picked from commit 9fba6cc2471db8df9ca6da7b9df378e3072dfeb2) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Co

[2/3] hadoop git commit: YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda) Change-Id: I845131273e52a9d81dbc813ea6d4af06b205e334 (cherry picked from commit c771fe6e10bd3f8533a01026de3c33db2a983cf4) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commi

[1/3] hadoop git commit: YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-3.2 bbe1ddd30 -> 29e4e5f62 http://git-wip-us.apache.org/repos/asf/hadoop/blob/ef0f8355/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/test/java/org/apache/hadoop/yarn/submarine/common/fs/MockRemoteDirecto

[2/6] hadoop git commit: YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c771fe6e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/test/java/org/apache/hadoop/yarn/submarine/common/fs/MockRemoteDirectoryManager.java --

[6/6] hadoop git commit: YARN-8885. [DevicePlugin] Support NM APIs to query device resource allocation. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
YARN-8885. [DevicePlugin] Support NM APIs to query device resource allocation. (Zhankun Tang via wangda) Change-Id: I2a9870709b512af1ac6c09c9701d0b3c0791ff32 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/37eb919c Tree: h

[4/6] hadoop git commit: YARN-9015. [DevicePlugin] Add an interface for device plugin to provide customized scheduler. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
YARN-9015. [DevicePlugin] Add an interface for device plugin to provide customized scheduler. (Zhankun Tang via wangda) Change-Id: Ib2e4ae47a6f29bb3082c1f8520cf5a52ca720979 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6

[3/6] hadoop git commit: YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda) Change-Id: I845131273e52a9d81dbc813ea6d4af06b205e334 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c771fe6e Tree

[1/6] hadoop git commit: YARN-9078. [Submarine] Clean up the code of CliUtils#parseResourcesString. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 561b61cfb -> 37eb919c5 YARN-9078. [Submarine] Clean up the code of CliUtils#parseResourcesString. (Zhankun Tang via wangda) Change-Id: I21ac5757b6115d55ec3157ba25db1b65bc85a37b Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

[5/6] hadoop git commit: YARN-9112. [Submarine] Support polling applicationId when it's not ready in cluster. (Zhankun Tang via wangda)

2018-12-12 Thread wangda
YARN-9112. [Submarine] Support polling applicationId when it's not ready in cluster. (Zhankun Tang via wangda) Change-Id: I73d73f3d631b28fb9866faa56571839b13824a97 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9fba6cc2 T

hadoop git commit: HDFS-14144. TestPred fails in Trunk. Contributed by Ayush Saxena.

2018-12-12 Thread gifuma
Repository: hadoop Updated Branches: refs/heads/trunk 76efeacd5 -> 561b61cfb HDFS-14144. TestPred fails in Trunk. Contributed by Ayush Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/561b61cf Tree: http://git-wip

hadoop git commit: HADOOP-15995. Add ldap.bind.password.alias in LdapGroupsMapping to distinguish aliases when using multiple providers through CompositeGroupsMapping. Contributed by Lukas Majercak.

2018-12-12 Thread gifuma
Repository: hadoop Updated Branches: refs/heads/trunk 82b798581 -> 76efeacd5 HADOOP-15995. Add ldap.bind.password.alias in LdapGroupsMapping to distinguish aliases when using multiple providers through CompositeGroupsMapping. Contributed by Lukas Majercak. Project: http://git-wip-us.apache.

hadoop git commit: HDFS-14142. Move ipfailover config key out of HdfsClientConfigKeys. Contributed by Chen Liang.

2018-12-12 Thread cliang
Repository: hadoop Updated Branches: refs/heads/HDFS-12943 2fe49ded6 -> e87e797ca HDFS-14142. Move ipfailover config key out of HdfsClientConfigKeys. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/c

hadoop git commit: HADOOP-15988. DynamoDBMetadataStore#innerGet should support empty directory flag when using authoritative listings. Contributed by Gabor Bota.

2018-12-12 Thread mackrorysd
Repository: hadoop Updated Branches: refs/heads/trunk d44b37d7a -> 82b798581 HADOOP-15988. DynamoDBMetadataStore#innerGet should support empty directory flag when using authoritative listings. Contributed by Gabor Bota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http

hadoop git commit: HDDS-889. MultipartUpload: Support uploading a part file in ozone. Contributed by Bharat Viswanadham.

2018-12-12 Thread elek
Repository: hadoop Updated Branches: refs/heads/trunk 5a03c8b9b -> d44b37d7a HDDS-889. MultipartUpload: Support uploading a part file in ozone. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop

hadoop git commit: YARN-9114. [UI2] log service redirect url need to support user name. Contributed by Akhil PB

2018-12-12 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/trunk fb55e5201 -> 5a03c8b9b YARN-9114. [UI2] log service redirect url need to support user name. Contributed by Akhil PB Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5