hadoop git commit: HDFS-8974. Convert docs in xdoc format to markdown. Contributed by Masatake Iwasaki.

2015-09-10 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk f15371062 -> 7b5b2c582 HDFS-8974. Convert docs in xdoc format to markdown. Contributed by Masatake Iwasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7b5b2c58

hadoop git commit: HDFS-8974. Convert docs in xdoc format to markdown. Contributed by Masatake Iwasaki.

2015-09-10 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 b539bb41b -> c260a8aa9 HDFS-8974. Convert docs in xdoc format to markdown. Contributed by Masatake Iwasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c260a8

hadoop git commit: HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee (cherry picked from commit a40342b0dab1f9137ae4b3679a5aca7f2a57d23d)

2015-09-10 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 c260a8aa9 -> 633344aa5 HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee (cherry picked from commit a40342b0dab1f9137ae4b3679a5aca7f2a57d23d) Project: http://git-wip-us.apache.org/r

hadoop git commit: HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee

2015-09-10 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 7b5b2c582 -> a40342b0d HDFS-6763. Initialize file system-wide quota once on transitioning 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/hado

hadoop git commit: MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla

2015-09-10 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk a40342b0d -> 8e615588d MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla (cherry picked from commit 8e615588d5216394d0251a9c97bd706537856c6d)

2015-09-10 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 633344aa5 -> 7909462c3 MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla (cherry picked from commit 8e615588d5216394d0251a9c97bd706537856c6d) Project: http://git-wip-us.apache.

hadoop git commit: MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla (cherry picked from commit 8e615588d5216394d0251a9c97bd706537856c6d)

2015-09-10 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 c5a74c5c3 -> d1186dbaf MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla (cherry picked from commit 8e615588d5216394d0251a9c97bd706537856c6d) Project: http://git-wip-us.apach

hadoop git commit: YARN-4106. NodeLabels for NM in distributed mode is not updated even after clusterNodelabel addition in RM. (Bibin A Chundatt via wangda)

2015-09-10 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 8e615588d -> 77666105b YARN-4106. NodeLabels for NM in distributed mode is not updated even after clusterNodelabel addition in RM. (Bibin A Chundatt via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://gi

hadoop git commit: YARN-4106. NodeLabels for NM in distributed mode is not updated even after clusterNodelabel addition in RM. (Bibin A Chundatt via wangda)

2015-09-10 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 7909462c3 -> 5decd8f9f YARN-4106. NodeLabels for NM in distributed mode is not updated even after clusterNodelabel addition in RM. (Bibin A Chundatt via wangda) (cherry picked from commit 77666105b4557d5706e5844a4ca286917d966c5f) Proj

hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2015-09-10 Thread wangda
Repository: hadoop Updated Branches: refs/heads/YARN-3926 1dbd8e34a -> 6caa0a264 YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/had

[07/13] hadoop git commit: YARN-3700. Made generic history service load a number of latest applications according to the parameter or the configuration. Contributed by Xuan Gong.

2015-09-10 Thread vinodkv
YARN-3700. Made generic history service load a number of latest applications according to the parameter or the configuration. Contributed by Xuan Gong. (cherry picked from commit 54504133f41e36eaea6bb06c7b9ddb249468ecd7) (cherry picked from commit 839f81a6326b2f8b3d5183178382c1551b0bc259) Proje

[02/13] hadoop git commit: YARN-2890. MiniYarnCluster should turn on timeline service if configured to do so. Contributed by Mit Desai.

2015-09-10 Thread vinodkv
YARN-2890. MiniYarnCluster should turn on timeline service if configured to do so. Contributed by Mit Desai. (cherry picked from commit 265ed1fe804743601a8b62cabc1e4dc2ec8e502f) (cherry picked from commit 55b794e7fa205df655c19bbfe1de99091fa9dc64) Project: http://git-wip-us.apache.org/repos/asf/

[03/13] hadoop git commit: HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera)

2015-09-10 Thread vinodkv
HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera) (cherry picked from commit 6d2cf9fbbd02482315a091ab07af26e40cc5134f) (cherry picked from commit 1544c63602089b690e850e0e30af4589513a2371) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

[06/13] hadoop git commit: HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao)

2015-09-10 Thread vinodkv
HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao) (cherry picked from commit 0100b155019496d077f958904de7d385697d65d9) (cherry picked from commit e68e8b3b5cff85bfd8bb5b00b9033f63577856d6) Project: http://git-wip-us.apach

[10/13] hadoop git commit: HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh)

2015-09-10 Thread vinodkv
HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389006 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit ac31d6a4485d7ff9074fb5dade7a6cf5292bb347) Con

[01/13] hadoop git commit: HDFS-8046. Allow better control of getContentSummary. Contributed by Kihwal Lee. (cherry picked from commit 285b31e75e51ec8e3a796c2cb0208739368ca9b8)

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 d1186dbaf -> ee830b0d2 HDFS-8046. Allow better control of getContentSummary. Contributed by Kihwal Lee. (cherry picked from commit 285b31e75e51ec8e3a796c2cb0208739368ca9b8) (cherry picked from commit 7e622076d41a85fc9a8600fb270564a085f

[08/13] hadoop git commit: HDFS-8431. hdfs crypto class not found in Windows. Contributed by Anu Engineer.

2015-09-10 Thread vinodkv
HDFS-8431. hdfs crypto class not found in Windows. Contributed by Anu Engineer. (cherry picked from commit 50eeea13000f0c82e0567410f0f8b611248f8c1b) Conflicts: hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd (cherry picked from commit 25db34127811fbadb9a698fa3a76e24d426fb0f6) Pro

[13/13] hadoop git commit: HDFS-8846. Add a unit test for INotify functionality across a layout version upgrade (Zhe Zhang via Colin P. McCabe)

2015-09-10 Thread vinodkv
HDFS-8846. Add a unit test for INotify functionality across a layout version upgrade (Zhe Zhang via Colin P. McCabe) (cherry picked from commit a4d9acc51d1a977bc333da17780c00c72e8546f1) (cherry picked from commit 9264b7e119efb70fb355904652beeb97e7ad90b9) Project: http://git-wip-us.apache.org/re

[04/13] hadoop git commit: HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma Reddy Battula via gera)

2015-09-10 Thread vinodkv
HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma Reddy Battula via gera) (cherry picked from commit f343f8657e2b01773a32c2c7d960dc368954b42e) (cherry picked from commit 58970d69de8a1662e4548cd6d4ca460dd70562f8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/re

[12/13] hadoop git commit: HADOOP-12280. Skip unit tests based on maven profile rather than NativeCodeLoader.isNativeCodeLoaded (Masatake Iwasaki via Colin P. McCabe)

2015-09-10 Thread vinodkv
HADOOP-12280. Skip unit tests based on maven profile rather than NativeCodeLoader.isNativeCodeLoaded (Masatake Iwasaki via Colin P. McCabe) (cherry picked from commit 6f83274afc1eba1159427684d72d8f13778c5a88) (cherry picked from commit e92107b18f82b3501deaa6170d322a0fb512ec71) (cherry picked from

[09/13] hadoop git commit: HDFS-7609. Avoid retry cache collision when Standby NameNode loading edits. Contributed by Ming Ma.

2015-09-10 Thread vinodkv
HDFS-7609. Avoid retry cache collision when Standby NameNode loading edits. Contributed by Ming Ma. (cherry picked from commit 7817674a3a4d097b647dd77f1345787dd376d5ea) (cherry picked from commit 17fb442a4c4e43105374c97fccd68dd966729a19) Project: http://git-wip-us.apache.org/repos/asf/hadoop/re

[05/13] hadoop git commit: MAPREDUCE-5649. Reduce cannot use more than 2G memory for the final merge. Contributed by Gera Shegalov (cherry picked from commit 7dc3c1203d1ab14c09d0aaf0869a5bcdfafb0a5a)

2015-09-10 Thread vinodkv
MAPREDUCE-5649. Reduce cannot use more than 2G memory for the final merge. Contributed by Gera Shegalov (cherry picked from commit 7dc3c1203d1ab14c09d0aaf0869a5bcdfafb0a5a) (cherry picked from commit 87c2d915f1cc799cb4020c945c04d3ecb82ee963) Project: http://git-wip-us.apache.org/repos/asf/hadoo

[11/13] hadoop git commit: HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write files rather than the entire DFSClient. (mingma)

2015-09-10 Thread vinodkv
HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write files rather than the entire DFSClient. (mingma) (cherry picked from commit fbd88f1062f3c4b208724d208e3f501eb196dfab) (cherry picked from commit 516bbf1c20547dc513126df0d9f0934bb65c10c7) Project: http://git-wip-us.apach

hadoop git commit: Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 77666105b -> fbbb7ff1e Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-

hadoop git commit: Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 5decd8f9f -> cbf90f93f Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1. (cherry picked from commit fbbb7ff1ed111884d0375c177239073153139848) Project: h

hadoop git commit: Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1. Contd..

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 cbf90f93f -> 2b447a38a Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1. Contd.. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http

hadoop git commit: Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 ee830b0d2 -> c05ba079e Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1. (cherry picked from commit fbbb7ff1ed111884d0375c177239073153139848) (cherry pi

hadoop git commit: Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.6 9f7fcb54e -> 701b2d3a4 Updating all CHANGES.txt files to move entires from future releases into 2.6.1 section given the large number of backports to 2.6.1. (cherry picked from commit fbbb7ff1ed111884d0375c177239073153139848) (cherry pi

hadoop git commit: HDFS-8853. Erasure Coding: Provide ECSchema validation when setting EC policy. Contributed by J.Andreina.

2015-09-10 Thread zhz
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 f62237bc2 -> 96d6b516b HDFS-8853. Erasure Coding: Provide ECSchema validation when setting EC policy. Contributed by J.Andreina. Change-Id: I9211d9728480225a407d82e6c0bea1a928adfa11 Project: http://git-wip-us.apache.org/repos/asf/had

hadoop git commit: HDFS-7314. Moving to 2.6.1 CHANGES.txt section.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk fbbb7ff1e -> f103a70af HDFS-7314. Moving to 2.6.1 CHANGES.txt section. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f103a70a Tree: http://git-wip-us.apache.org/rep

hadoop git commit: HDFS-7314. Moving to 2.6.1 CHANGES.txt section.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 2b447a38a -> d5823452b HDFS-7314. Moving to 2.6.1 CHANGES.txt section. (cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.or

hadoop git commit: HDFS-7314. Moving to 2.6.1 CHANGES.txt section.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 c05ba079e -> fb1505312 HDFS-7314. Moving to 2.6.1 CHANGES.txt section. (cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.

hadoop git commit: HDFS-7314. Moving to 2.6.1 CHANGES.txt section.

2015-09-10 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.6 701b2d3a4 -> a8620f550 HDFS-7314. Moving to 2.6.1 CHANGES.txt section. (cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd) (cherry picked from commit fb15053124c9ec6c307dc6fa3cbe87069daec925) Project: http://git-wip-