hadoop git commit: YARN-2949. Add documentation for CGroups. (Contributed by Varun Vasudev)

2014-12-18 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 1050d424a - 389f881d4 YARN-2949. Add documentation for CGroups. (Contributed by Varun Vasudev) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/389f881d Tree:

hadoop git commit: YARN-2949. Add documentation for CGroups. (Contributed by Varun Vasudev) (cherry picked from commit 389f881d423c1f7c2bb90ff521e59eb8c7d26214)

2014-12-18 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 2d1ddbe58 - cec930020 YARN-2949. Add documentation for CGroups. (Contributed by Varun Vasudev) (cherry picked from commit 389f881d423c1f7c2bb90ff521e59eb8c7d26214) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7373. Clean up temporary files after fsimage transfer failures. Contributed by Kihwal Lee

2014-12-18 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 389f881d4 - c0d666c74 HDFS-7373. Clean up temporary files after fsimage transfer failures. Contributed by Kihwal Lee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 cec930020 - 8854c7801 HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk c0d666c74 - abb2ebbc3 HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7373. Clean up temporary files after fsimage transfer failures. Contributed by Kihwal Lee (cherry picked from commit c0d666c74e9ea76564a2458c6c0a78ae7afa9fea)

2014-12-18 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 8854c7801 - 8bffaa46f HDFS-7373. Clean up temporary files after fsimage transfer failures. Contributed by Kihwal Lee (cherry picked from commit c0d666c74e9ea76564a2458c6c0a78ae7afa9fea) Project:

hadoop git commit: HADOOP-11427. ChunkedArrayList: fix removal via iterator and implement get (cmccabe)

2014-12-18 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk abb2ebbc3 - 07619aa51 HADOOP-11427. ChunkedArrayList: fix removal via iterator and implement get (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/07619aa5

hadoop git commit: HADOOP-11427. ChunkedArrayList: fix removal via iterator and implement get (cmccabe) (cherry picked from commit 07619aa516deb9094a18e0c64ce66ff9c8b05e92)

2014-12-18 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 8bffaa46f - 2743b94c2 HADOOP-11427. ChunkedArrayList: fix removal via iterator and implement get (cmccabe) (cherry picked from commit 07619aa516deb9094a18e0c64ce66ff9c8b05e92) Project:

hadoop git commit: HDFS-7543. Avoid path resolution when getting FileStatus for audit logs. Contributed by Haohui Mai.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 2743b94c2 - b1703c5c8 HDFS-7543. Avoid path resolution when getting FileStatus for audit logs. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7543. Avoid path resolution when getting FileStatus for audit logs. Contributed by Haohui Mai.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 07619aa51 - 65f2a4ee6 HDFS-7543. Avoid path resolution when getting FileStatus for audit logs. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11385. Prevent cross site scripting attack on JMXJSONServlet. Contributed by Haohui Mai.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 65f2a4ee6 - ef1fc5185 HADOOP-11385. Prevent cross site scripting attack on JMXJSONServlet. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11385. Prevent cross site scripting attack on JMXJSONServlet. Contributed by Haohui Mai.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 b1703c5c8 - a508001dd HADOOP-11385. Prevent cross site scripting attack on JMXJSONServlet. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11409. FileContext.getFileContext can stack overflow if default fs misconfigured. Contributed by Gera Shegalov

2014-12-18 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk ef1fc5185 - b9d49761f HADOOP-11409. FileContext.getFileContext can stack overflow if default fs misconfigured. Contributed by Gera Shegalov Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11409. FileContext.getFileContext can stack overflow if default fs misconfigured. Contributed by Gera Shegalov (cherry picked from commit b9d49761f72078a0a83137ba8197d08b71f3

2014-12-18 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 a508001dd - 84ea92879 HADOOP-11409. FileContext.getFileContext can stack overflow if default fs misconfigured. Contributed by Gera Shegalov (cherry picked from commit b9d49761f72078a0a83137ba8197d08b71f385e0) Project:

hadoop git commit: HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 84ea92879 - 27ef6e4a6 HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk b9d49761f - c4d97136e HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7530. Allow renaming of encryption zone roots. Contributed by Charles Lamb.

2014-12-18 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk c4d97136e - b0b908443 HDFS-7530. Allow renaming of encryption zone roots. Contributed by Charles Lamb. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b0b90844 Tree:

hadoop git commit: HDFS-7530. Allow renaming of encryption zone roots. Contributed by Charles Lamb.

2014-12-18 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 27ef6e4a6 - 8d98d8774 HDFS-7530. Allow renaming of encryption zone roots. Contributed by Charles Lamb. (cherry picked from commit b0b9084433d5e80131429e6e76858b099deb2dda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDFS-7431. log message for InvalidMagicNumberException may be incorrect. Contributed by Yi Liu.

2014-12-18 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 8d98d8774 - 947475c12 HDFS-7431. log message for InvalidMagicNumberException may be incorrect. Contributed by Yi Liu. (cherry picked from commit 5df7ecb33ab24de903f0fd98e2a055164874def5) Project:

hadoop git commit: HDFS-7431. log message for InvalidMagicNumberException may be incorrect. Contributed by Yi Liu.

2014-12-18 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/trunk b0b908443 - 5df7ecb33 HDFS-7431. log message for InvalidMagicNumberException may be incorrect. Contributed by Yi Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-2964. RM prematurely cancels tokens for jobs that submit jobs (oozie). Contributed by Jian He

2014-12-18 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 5df7ecb33 - 0402bada1 YARN-2964. RM prematurely cancels tokens for jobs that submit jobs (oozie). Contributed by Jian He Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-2964. RM prematurely cancels tokens for jobs that submit jobs (oozie). Contributed by Jian He (cherry picked from commit 0402bada1989258ecbfdc437cb339322a1f55a97)

2014-12-18 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 947475c12 - 173664d70 YARN-2964. RM prematurely cancels tokens for jobs that submit jobs (oozie). Contributed by Jian He (cherry picked from commit 0402bada1989258ecbfdc437cb339322a1f55a97) Project:

hadoop git commit: HADOOP-11431. Clean up redundant maven-site-plugin configuration. Contributed by Herve Boutemy.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 0402bada1 - efe635774 HADOOP-11431. Clean up redundant maven-site-plugin configuration. Contributed by Herve Boutemy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11431. Clean up redundant maven-site-plugin configuration. Contributed by Herve Boutemy.

2014-12-18 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 173664d70 - 99c176ea6 HADOOP-11431. Clean up redundant maven-site-plugin configuration. Contributed by Herve Boutemy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11430. Add GenericTestUtils#disableLog, GenericTestUtils#setLogLevel (cmccabe)

2014-12-18 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk efe635774 - 6635ccd21 HADOOP-11430. Add GenericTestUtils#disableLog, GenericTestUtils#setLogLevel (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6635ccd2

hadoop git commit: HADOOP-11430. Add GenericTestUtils#disableLog, GenericTestUtils#setLogLevel (cmccabe) (cherry picked from commit 6635ccd21766faf8f6a15d937dc8919a9075c988)

2014-12-18 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 99c176ea6 - fe38ed2ee HADOOP-11430. Add GenericTestUtils#disableLog, GenericTestUtils#setLogLevel (cmccabe) (cherry picked from commit 6635ccd21766faf8f6a15d937dc8919a9075c988) Project: