hadoop git commit: HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao.

2015-07-27 Thread xyao
Repository: hadoop Updated Branches: refs/heads/trunk 1df78688c - 2196e39e1 HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2196e39e

[2/5] hadoop git commit: HDFS-8810. Correct assertions in TestDFSInotifyEventInputStream class. Contributed by Surendra Singh Lilhore.

2015-07-27 Thread aw
HDFS-8810. Correct assertions in TestDFSInotifyEventInputStream class. 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/1df78688 Tree:

hadoop git commit: HADOOP-12265. Pylint should be installed in test-patch docker environment (Kengo Seki via aw)

2015-07-27 Thread aw
Repository: hadoop Updated Branches: refs/heads/HADOOP-12111 a20c52b62 - 4d4f288d3 HADOOP-12265. Pylint should be installed in test-patch docker environment (Kengo Seki via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/5] hadoop git commit: YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena.

2015-07-27 Thread aw
Repository: hadoop Updated Branches: refs/heads/HADOOP-12111 8d6dbbb28 - a20c52b62 YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[3/5] hadoop git commit: HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao.

2015-07-27 Thread aw
HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2196e39e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2196e39e Diff:

[4/5] hadoop git commit: Merge branch 'trunk' into HADOOP-12111

2015-07-27 Thread aw
Merge branch 'trunk' into HADOOP-12111 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ce41c537 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ce41c537 Diff:

[5/5] hadoop git commit: HADOOP-12226. CHANGED_MODULES is wrong for ant (addendum patch) (aw)

2015-07-27 Thread aw
HADOOP-12226. CHANGED_MODULES is wrong for ant (addendum patch) (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a20c52b6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a20c52b6 Diff:

[1/2] hadoop git commit: YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab.

2015-07-27 Thread vvasudev
Repository: hadoop Updated Branches: refs/heads/branch-2 1cf5e4083 - ec0f801f5 refs/heads/trunk 2196e39e1 - f36835ff9 YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[26/50] [abbrv] hadoop git commit: HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)

2015-07-27 Thread zjshen
HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/43df21a3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/43df21a3

[47/50] [abbrv] hadoop git commit: YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino)

2015-07-27 Thread zjshen
YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d32b8b9c Tree:

[35/50] [abbrv] hadoop git commit: YARN-3026. Move application-specific container allocation logic from LeafQueue to FiCaSchedulerApp. Contributed by Wangda Tan

2015-07-27 Thread zjshen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d725cf9d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/common/fica/FiCaSchedulerApp.java

[27/50] [abbrv] hadoop git commit: HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter)

2015-07-27 Thread zjshen
HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5e1eb48c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5e1eb48c Diff:

[32/50] [abbrv] hadoop git commit: HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be removed (Alan Burlison via Colin P. McCabe)

2015-07-27 Thread zjshen
HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be removed (Alan Burlison 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/c3107456 Tree:

[05/50] [abbrv] hadoop git commit: YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. Contributed by Varun Saxena

2015-07-27 Thread zjshen
YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. Contributed by Varun Saxena Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d484101b Tree:

[16/50] [abbrv] hadoop git commit: YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationClassAgainstXml. (varun saxena via rohithsharmaks)

2015-07-27 Thread zjshen
YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationClassAgainstXml. (varun saxena via rohithsharmaks) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c60d4cd8 Tree:

[01/50] [abbrv] hadoop git commit: YARN-2003. Support for Application priority : Changes in RM and Capacity Scheduler. (Sunil G via wangda)

2015-07-27 Thread zjshen
Repository: hadoop Updated Branches: refs/heads/YARN-2928 967bef7e0 - a7153ade7 YARN-2003. Support for Application priority : Changes in RM and Capacity Scheduler. (Sunil G via wangda) Conflicts:

[23/50] [abbrv] hadoop git commit: YARN-3845. Scheduler page does not render RGBA color combinations in IE11. (Contributed by Mohammad Shahid Khan)

2015-07-27 Thread zjshen
YARN-3845. Scheduler page does not render RGBA color combinations in IE11. (Contributed by Mohammad Shahid Khan) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/88e8cd55 Tree:

[12/50] [abbrv] hadoop git commit: HADOOP-12017. Hadoop archives command should use configurable replication factor when closing (Contributed by Bibin A Chundatt)

2015-07-27 Thread zjshen
HADOOP-12017. Hadoop archives command should use configurable replication factor when closing (Contributed by Bibin A Chundatt) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef499f3a Tree:

[19/50] [abbrv] hadoop git commit: HDFS-8730. Clean up the import statements in ClientProtocol. Contributed by Takanobu Asanuma.

2015-07-27 Thread zjshen
HDFS-8730. Clean up the import statements in ClientProtocol. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0fffd53d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0fffd53d Diff:

[14/50] [abbrv] hadoop git commit: YARN-3956. Fix TestNodeManagerHardwareUtils fails on Mac (Varun Vasudev via wangda)

2015-07-27 Thread zjshen
YARN-3956. Fix TestNodeManagerHardwareUtils fails on Mac (Varun Vasudev via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02ca2ace Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/02ca2ace Diff:

[29/50] [abbrv] hadoop git commit: HDFS-8806. Inconsistent metrics: number of missing blocks with replication factor 1 not properly cleared. Contributed by Zhe Zhang.

2015-07-27 Thread zjshen
HDFS-8806. Inconsistent metrics: number of missing blocks with replication factor 1 not properly cleared. Contributed by Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c26ca418 Tree:

[20/50] [abbrv] hadoop git commit: YARN-3941. Proportional Preemption policy should try to avoid sending duplicate PREEMPT_CONTAINER event to scheduler. (Sunil G via wangda)

2015-07-27 Thread zjshen
YARN-3941. Proportional Preemption policy should try to avoid sending duplicate PREEMPT_CONTAINER event to scheduler. (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/d177e2a4 Tree:

[07/50] [abbrv] hadoop git commit: HDFS-8721. Add a metric for number of encryption zones. Contributed by Rakesh R.

2015-07-27 Thread zjshen
HDFS-8721. Add a metric for number of encryption zones. 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/72df83bc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/72df83bc Diff:

[09/50] [abbrv] hadoop git commit: HADOOP-12184. Remove unused Linux-specific constants in NativeIO (Martin Walsh via Colin P. McCabe)

2015-07-27 Thread zjshen
HADOOP-12184. Remove unused Linux-specific constants in NativeIO (Martin Walsh 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/ddc71968 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ddc71968

[06/50] [abbrv] hadoop git commit: HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R.

2015-07-27 Thread zjshen
HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. 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/0a74126d Tree:

[11/50] [abbrv] hadoop git commit: HDFS-8795. Improve InvalidateBlocks#node2blocks. (yliu)

2015-07-27 Thread zjshen
HDFS-8795. Improve InvalidateBlocks#node2blocks. (yliu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/500e5f31 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/500e5f31 Diff:

[17/50] [abbrv] hadoop git commit: YARN-3932. SchedulerApplicationAttempt#getResourceUsageReport and UserInfo should based on total-used-resources. (Bibin A Chundatt via wangda)

2015-07-27 Thread zjshen
YARN-3932. SchedulerApplicationAttempt#getResourceUsageReport and UserInfo should based on total-used-resources. (Bibin A Chundatt via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba48ae55 Tree:

[22/50] [abbrv] hadoop git commit: HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (Contributed by Brahma Reddy Battula)

2015-07-27 Thread zjshen
HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (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/9ca634cd Tree:

[13/50] [abbrv] hadoop git commit: HDFS-8495. Consolidate append() related implementation into a single class. Contributed by Rakesh R.

2015-07-27 Thread zjshen
HDFS-8495. Consolidate append() related implementation into a single class. 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/38a23484 Tree:

[37/50] [abbrv] hadoop git commit: YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read container log files from full disks. Contributed by zhihai xu

2015-07-27 Thread zjshen
YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read container log files from full disks. Contributed by zhihai xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cbb3a64c Tree:

[42/50] [abbrv] hadoop git commit: HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyoshi Ozawa via aw)

2015-07-27 Thread zjshen
HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyoshi Ozawa via aw) (cherry picked from commit b41fe3111ae37478cbace2a07e6ac35a676ef978) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a02cd154 Tree:

[02/50] [abbrv] hadoop git commit: HADOOP-11762. Enable swift distcp to secure HDFS (Chen He via aw)

2015-07-27 Thread zjshen
HADOOP-11762. Enable swift distcp to secure HDFS (Chen He via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/352310f2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/352310f2 Diff:

[24/50] [abbrv] hadoop git commit: YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter)

2015-07-27 Thread zjshen
YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/742872be Tree:

[03/50] [abbrv] hadoop git commit: MAPREDUCE-5801. Uber mode's log message is missing a vcore reason (Steven Wong via aw)

2015-07-27 Thread zjshen
MAPREDUCE-5801. Uber mode's log message is missing a vcore reason (Steven Wong via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/88ed9835 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/88ed9835 Diff:

[10/50] [abbrv] hadoop git commit: HADOOP-12239. StorageException complaining no lease ID when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu.

2015-07-27 Thread zjshen
HADOOP-12239. StorageException complaining no lease ID when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/807b2225 Tree:

[25/50] [abbrv] hadoop git commit: HADOOP-12009: Clarify FileSystem.listStatus() sorting order fix FileSystemContractBaseTest:testListStatus. (J.Andreina via jghoman)

2015-07-27 Thread zjshen
HADOOP-12009: Clarify FileSystem.listStatus() sorting order fix FileSystemContractBaseTest:testListStatus. (J.Andreina via jghoman) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/875458a7 Tree:

[46/50] [abbrv] hadoop git commit: YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino)

2015-07-27 Thread zjshen
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d32b8b9c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/planning/PlanningAlgorithm.java

[48/50] [abbrv] hadoop git commit: YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena.

2015-07-27 Thread zjshen
YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/64efacf2 Tree:

[30/50] [abbrv] hadoop git commit: YARN-3969. Allow jobs to be submitted to reservation that is active but does not have any allocations. (subru via curino)

2015-07-27 Thread zjshen
YARN-3969. Allow jobs to be submitted to reservation that is active but does not have any allocations. (subru via curino) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/21c9cb81 Tree:

[39/50] [abbrv] hadoop git commit: YARN-3973. Recent changes to application priority management break reservation system from YARN-1051 (Carlo Curino via wangda)

2015-07-27 Thread zjshen
YARN-3973. Recent changes to application priority management break reservation system from YARN-1051 (Carlo Curino via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/27269108 Tree:

[40/50] [abbrv] hadoop git commit: HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)

2015-07-27 Thread zjshen
HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw) (cherry picked from commit 8e657fba2fd33f7550597ea9c4c6e9a87aa1ef1c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba982062 Tree:

[33/50] [abbrv] hadoop git commit: YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed

2015-07-27 Thread zjshen
YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c2ae54e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0c2ae54e

[41/50] [abbrv] hadoop git commit: HADOOP-12202. releasedocmaker drops missing component and assignee entries (aw)

2015-07-27 Thread zjshen
HADOOP-12202. releasedocmaker drops missing component and assignee entries (aw) (cherry picked from commit adbacf7010373dbe6df239688b4cebd4a93a69e4) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cdb9a426 Tree:

[34/50] [abbrv] hadoop git commit: HDFS-8735. Inotify: All events classes should implement toString() API. Contributed by Surendra Singh Lilhore.

2015-07-27 Thread zjshen
HDFS-8735. Inotify: All events classes should implement toString() API. 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/a52fbe9e Tree:

[28/50] [abbrv] hadoop git commit: YARN-3967. Fetch the application report from the AHS if the RM does not know about it. Contributed by Mit Desai

2015-07-27 Thread zjshen
YARN-3967. Fetch the application report from the AHS if the RM does not know about it. Contributed by Mit Desai Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/40b4f96b Tree:

[50/50] [abbrv] hadoop git commit: Fixed the compilation failure caused by YARN-3925.

2015-07-27 Thread zjshen
Fixed the compilation failure caused by YARN-3925. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7153ade Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a7153ade Diff:

[2/2] hadoop git commit: YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab.

2015-07-27 Thread vvasudev
YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab. (cherry picked from commit f36835ff9b878fa20fe58a30f9d1e8c47702d6d2) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ec0f801f

[2/4] hadoop git commit: YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana.

2015-07-27 Thread vvasudev
YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e6fce91 Tree:

[3/4] hadoop git commit: YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana.

2015-07-27 Thread vvasudev
http://git-wip-us.apache.org/repos/asf/hadoop/blob/9da487e0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/docker/DockerRunCommand.java

[1/4] hadoop git commit: YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana.

2015-07-27 Thread vvasudev
Repository: hadoop Updated Branches: refs/heads/branch-2 ec0f801f5 - 9da487e0f refs/heads/trunk f36835ff9 - 3e6fce91a

hadoop git commit: YARN-3908. Fixed bugs in HBaseTimelineWriterImpl. Contributed by Vrushali C and Sangjin Lee.

2015-07-27 Thread zjshen
Repository: hadoop Updated Branches: refs/heads/YARN-2928 a7153ade7 - df0ec473a YARN-3908. Fixed bugs in HBaseTimelineWriterImpl. Contributed by Vrushali C and Sangjin Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[33/37] hadoop git commit: HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao.

2015-07-27 Thread arp
HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2196e39e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2196e39e Diff:

[31/37] hadoop git commit: YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena.

2015-07-27 Thread arp
YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/42d4e0ae Tree:

[35/37] hadoop git commit: YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana.

2015-07-27 Thread arp
http://git-wip-us.apache.org/repos/asf/hadoop/blob/3e6fce91/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/docker/DockerRunCommand.java

[34/37] hadoop git commit: YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab.

2015-07-27 Thread arp
YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f36835ff Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f36835ff Diff:

[29/37] hadoop git commit: YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino)

2015-07-27 Thread arp
http://git-wip-us.apache.org/repos/asf/hadoop/blob/156f24ea/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/planning/PlanningAlgorithm.java

[18/37] hadoop git commit: YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed

2015-07-27 Thread arp
YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fc42fa8a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fc42fa8a

[02/37] hadoop git commit: YARN-2019. Retrospect on decision of making RM crashed if any exception throw in ZKRMStateStore. Contributed by Jian He.

2015-07-27 Thread arp
YARN-2019. Retrospect on decision of making RM crashed if any exception throw in ZKRMStateStore. Contributed by Jian He. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ee98d635 Tree:

[15/37] hadoop git commit: HDFS-8735. Inotify: All events classes should implement toString() API. Contributed by Surendra Singh Lilhore.

2015-07-27 Thread arp
HDFS-8735. Inotify: All events classes should implement toString() API. 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/f8f60918 Tree:

[12/37] hadoop git commit: HDFS-8806. Inconsistent metrics: number of missing blocks with replication factor 1 not properly cleared. Contributed by Zhe Zhang.

2015-07-27 Thread arp
HDFS-8806. Inconsistent metrics: number of missing blocks with replication factor 1 not properly cleared. Contributed by Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/206d4933 Tree:

[11/37] hadoop git commit: YARN-3845. Scheduler page does not render RGBA color combinations in IE11. (Contributed by Mohammad Shahid Khan)

2015-07-27 Thread arp
YARN-3845. Scheduler page does not render RGBA color combinations in IE11. (Contributed by Mohammad Shahid Khan) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e202efaf Tree:

[21/37] hadoop git commit: YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read container log files from full disks. Contributed by zhihai xu

2015-07-27 Thread arp
YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read container log files from full disks. Contributed by zhihai xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ff9c13e0 Tree:

[36/37] hadoop git commit: YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana.

2015-07-27 Thread arp
YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e6fce91 Tree:

[03/37] hadoop git commit: YARN-3941. Proportional Preemption policy should try to avoid sending duplicate PREEMPT_CONTAINER event to scheduler. (Sunil G via wangda)

2015-07-27 Thread arp
YARN-3941. Proportional Preemption policy should try to avoid sending duplicate PREEMPT_CONTAINER event to scheduler. (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/3bba1800 Tree:

[08/37] hadoop git commit: HADOOP-12009: Clarify FileSystem.listStatus() sorting order fix FileSystemContractBaseTest:testListStatus. (J.Andreina via jghoman)

2015-07-27 Thread arp
HADOOP-12009: Clarify FileSystem.listStatus() sorting order fix FileSystemContractBaseTest:testListStatus. (J.Andreina via jghoman) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ab3197c2 Tree:

[13/37] hadoop git commit: HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter)

2015-07-27 Thread arp
HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ee233ec9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ee233ec9 Diff:

[10/37] hadoop git commit: HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)

2015-07-27 Thread arp
HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02c01815 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/02c01815

[05/37] hadoop git commit: HDFS-8730. Clean up the import statements in ClientProtocol. Contributed by Takanobu Asanuma.

2015-07-27 Thread arp
HDFS-8730. Clean up the import statements in ClientProtocol. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/813cf89b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/813cf89b Diff:

[30/37] hadoop git commit: YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino)

2015-07-27 Thread arp
YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/156f24ea Tree:

[20/37] hadoop git commit: YARN-3026. Move application-specific container allocation logic from LeafQueue to FiCaSchedulerApp. Contributed by Wangda Tan

2015-07-27 Thread arp
YARN-3026. Move application-specific container allocation logic from LeafQueue to FiCaSchedulerApp. 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/83fe34ac Tree:

[28/37] hadoop git commit: YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino)

2015-07-27 Thread arp
http://git-wip-us.apache.org/repos/asf/hadoop/blob/156f24ea/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/TestGreedyReservationAgent.java

[09/37] hadoop git commit: YARN-3969. Allow jobs to be submitted to reservation that is active but does not have any allocations. (subru via curino)

2015-07-27 Thread arp
YARN-3969. Allow jobs to be submitted to reservation that is active but does not have any allocations. (subru via curino) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0fcb4a8c Tree:

[27/37] hadoop git commit: YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino)

2015-07-27 Thread arp
http://git-wip-us.apache.org/repos/asf/hadoop/blob/156f24ea/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/planning/TestGreedyReservationAgent.java

[26/37] hadoop git commit: HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyoshi Ozawa via aw)

2015-07-27 Thread arp
HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyoshi Ozawa via aw) (cherry picked from commit b41fe3111ae37478cbace2a07e6ac35a676ef978) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/adcf5dd9 Tree:

[32/37] hadoop git commit: HDFS-8810. Correct assertions in TestDFSInotifyEventInputStream class. Contributed by Surendra Singh Lilhore.

2015-07-27 Thread arp
HDFS-8810. Correct assertions in TestDFSInotifyEventInputStream class. 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/1df78688 Tree:

[24/37] hadoop git commit: HADOOP-12135. cleanup releasedocmaker

2015-07-27 Thread arp
HADOOP-12135. cleanup releasedocmaker (cherry picked from commit 3fee9f8d18dd60d83da674b3cfbefe666915fad8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e8b62d11 Tree:

[04/37] hadoop git commit: HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (Contributed by Brahma Reddy Battula)

2015-07-27 Thread arp
HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (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/adfa34ff Tree:

[07/37] hadoop git commit: YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter)

2015-07-27 Thread arp
YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1d3026e7 Tree:

[25/37] hadoop git commit: HADOOP-12202. releasedocmaker drops missing component and assignee entries (aw)

2015-07-27 Thread arp
HADOOP-12202. releasedocmaker drops missing component and assignee entries (aw) (cherry picked from commit adbacf7010373dbe6df239688b4cebd4a93a69e4) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d7697831 Tree:

[22/37] hadoop git commit: YARN-3973. Recent changes to application priority management break reservation system from YARN-1051 (Carlo Curino via wangda)

2015-07-27 Thread arp
YARN-3973. Recent changes to application priority management break reservation system from YARN-1051 (Carlo Curino via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a3bd7b4a Tree:

[01/37] hadoop git commit: HDFS-8797. WebHdfsFileSystem creates too many connections for pread. Contributed by Jing Zhao.

2015-07-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 ef128ee4b - 2ebe8c7cb HDFS-8797. WebHdfsFileSystem creates too many connections for pread. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[17/37] hadoop git commit: HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be removed (Alan Burlison via Colin P. McCabe)

2015-07-27 Thread arp
HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be removed (Alan Burlison 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/e4b0c744 Tree:

[06/37] hadoop git commit: HADOOP-12189. Improve CallQueueManager#swapQueue to make queue elements drop nearly impossible. Contributed by Zhihai Xu.

2015-07-27 Thread arp
HADOOP-12189. Improve CallQueueManager#swapQueue to make queue elements drop nearly impossible. Contributed by Zhihai Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6736a1ab Tree:

[37/37] hadoop git commit: Merge remote-tracking branch 'apache/trunk' into HDFS-7240

2015-07-27 Thread arp
Merge remote-tracking branch 'apache/trunk' into HDFS-7240 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2ebe8c7c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2ebe8c7c Diff:

[16/37] hadoop git commit: YARN-3957. FairScheduler NPE In FairSchedulerQueueInfo causing scheduler page to return 500. (Anubhav Dhoot via kasha)

2015-07-27 Thread arp
YARN-3957. FairScheduler NPE In FairSchedulerQueueInfo causing scheduler page to return 500. (Anubhav Dhoot via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d19d1877 Tree:

hadoop git commit: YARN-3846. RM Web UI queue filter is not working for sub queue. Contributed by Mohammad Shahid Khan

2015-07-27 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/trunk 3e6fce91a - 3572ebd73 YARN-3846. RM Web UI queue filter is not working for sub queue. Contributed by Mohammad Shahid Khan Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3846. RM Web UI queue filter is not working for sub queue. Contributed by Mohammad Shahid Khan (cherry picked from commit 3572ebd738aa5fa8b0906d75fb12cc6cbb991573)

2015-07-27 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2 9da487e0f - 7c123accd YARN-3846. RM Web UI queue filter is not working for sub queue. Contributed by Mohammad Shahid Khan (cherry picked from commit 3572ebd738aa5fa8b0906d75fb12cc6cbb991573) Project:

hadoop git commit: HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak.

2015-07-27 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 3572ebd73 - e21dde501 HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak.

2015-07-27 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 7c123accd - c650ab003 HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak. (cherry picked from commit e21dde501aa9323b7f34b4bc4ba9d282ec4f2707) Project: