svn commit: r1469215 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/bin/hadoop-config.sh

2013-04-18 Thread harsh
Author: harsh Date: Thu Apr 18 08:01:08 2013 New Revision: 1469215 URL: http://svn.apache.org/r1469215 Log: HADOOP-9450. HADOOP_USER_CLASSPATH_FIRST is not honored; CLASSPATH is PREpended instead of APpended. Contributed by Chris Nauroth and Harsh J. (harsh) Modified: hadoop/common/branches

svn commit: r1469216 - in /hadoop/common/branches/branch-1: CHANGES.txt bin/hadoop

2013-04-18 Thread harsh
Author: harsh Date: Thu Apr 18 08:04:41 2013 New Revision: 1469216 URL: http://svn.apache.org/r1469216 Log: Backport of HADOOP-9450. HADOOP_USER_CLASSPATH_FIRST is not honored; CLASSPATH is PREpended instead of APpended. Contributed by Chris Nauroth and Harsh J. (harsh) Modified: hadoop/com

svn commit: r1469218 - in /hadoop/common/branches/branch-1-win: CHANGES.branch-1-win.txt bin/hadoop bin/hadoop-config.cmd

2013-04-18 Thread harsh
Author: harsh Date: Thu Apr 18 08:06:42 2013 New Revision: 1469218 URL: http://svn.apache.org/r1469218 Log: Backport of HADOOP-9450. HADOOP_USER_CLASSPATH_FIRST is not honored; CLASSPATH is PREpended instead of APpended. Contributed by Chris Nauroth and Harsh J. (harsh) Modified: hadoop/com

svn commit: r1469340 - /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-pipes/src/main/native/pipes/impl/HadoopPipes.cc

2013-04-18 Thread tgraves
Author: tgraves Date: Thu Apr 18 14:20:33 2013 New Revision: 1469340 URL: http://svn.apache.org/r1469340 Log: MAPREDUCE-4383. HadoopPipes.cc needs to include unistd.h. (Andy Isaacson via tgraves) Modified: hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-pipes/src/main/native/pipes/im

svn commit: r1469557 - in /hadoop/common/tags: release-0.23.7-rc0/ release-0.23.7/

2013-04-18 Thread tgraves
Author: tgraves Date: Thu Apr 18 20:41:30 2013 New Revision: 1469557 URL: http://svn.apache.org/r1469557 Log: Hadoop 0.23.7 release. Added: hadoop/common/tags/release-0.23.7/ (props changed) - copied from r1469556, hadoop/common/tags/release-0.23.7-rc0/ Removed: hadoop/common/tags

svn commit: r1469560 - /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

2013-04-18 Thread tgraves
Author: tgraves Date: Thu Apr 18 20:49:05 2013 New Revision: 1469560 URL: http://svn.apache.org/r1469560 Log: Updating for 0.23.7 release Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt Modified: hadoop/common/branches/branch-0.23/hadoop-common-

svn commit: r1469565 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/ipc/Server.java src/test/java/org/apache/hadoop/ipc/TestServ

2013-04-18 Thread kihwal
Author: kihwal Date: Thu Apr 18 20:54:07 2013 New Revision: 1469565 URL: http://svn.apache.org/r1469565 Log: svn merge -c 1375790 Merging from trunk to branch-2 to fix HADOOP-8711. Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt hadoop/common/br

[Hadoop Wiki] Update of "HowToReleasePostMavenization" by ThomasGraves

2013-04-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The "HowToReleasePostMavenization" page has been changed by ThomasGraves: http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=46&rev2=47 Comment: minor fix to up

[Hadoop Wiki] Update of "HowToReleasePostMavenization" by ThomasGraves

2013-04-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The "HowToReleasePostMavenization" page has been changed by ThomasGraves: http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=47&rev2=48 1. Copy the ne

[Hadoop Wiki] Trivial Update of "HowToReleasePostMavenization" by ThomasGraves

2013-04-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The "HowToReleasePostMavenization" page has been changed by ThomasGraves: http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=48&rev2=49 rm -r hadoop-${version

[Hadoop Wiki] Update of "ContributorsGroup" by EliCollins

2013-04-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The "ContributorsGroup" page has been changed by EliCollins: http://wiki.apache.org/hadoop/ContributorsGroup?action=diff&rev1=51&rev2=52 * joshdsullivan * JoydeepSensarma * Jun

svn commit: r1469664 - /hadoop/common/branches/HDFS-2802/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/SnapshotCommands.java

2013-04-18 Thread szetszwo
Author: szetszwo Date: Fri Apr 19 02:07:52 2013 New Revision: 1469664 URL: http://svn.apache.org/r1469664 Log: HDFS-4717. Change the path parameter type of the snapshot methods in HdfsAdmin from String to Path. Modified: hadoop/common/branches/HDFS-2802/hadoop-common-project/hadoop-common/s

svn commit: r1469667 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/util/Shell.java src/main/winutils/task.c

2013-04-18 Thread vinodkv
Author: vinodkv Date: Fri Apr 19 02:14:58 2013 New Revision: 1469667 URL: http://svn.apache.org/r1469667 Log: YARN-493. Fixed some shell related flaws in YARN on Windows. Contributed by Chris Nauroth. HADOOP-9486. Promoted Windows and Shell related utils from YARN to Hadoop Common. Contributed b

svn commit: r1469669 - /hadoop/common/branches/HDFS-2802/

2013-04-18 Thread szetszwo
Author: szetszwo Date: Fri Apr 19 02:42:16 2013 New Revision: 1469669 URL: http://svn.apache.org/r1469669 Log: Merge r1469042 through r1469643 from trunk. Modified: hadoop/common/branches/HDFS-2802/ (props changed) Propchange: hadoop/common/branches/HDFS-2802/ -

svn commit: r1469669 - in /hadoop/common/branches/HDFS-2802/hadoop-common-project/hadoop-common: CHANGES.txt src/main/bin/hadoop-config.cmd src/main/bin/hadoop-config.sh src/main/docs/ src/main/java/

2013-04-18 Thread szetszwo
Author: szetszwo Date: Fri Apr 19 02:42:16 2013 New Revision: 1469669 URL: http://svn.apache.org/r1469669 Log: Merge r1469042 through r1469643 from trunk. Modified: hadoop/common/branches/HDFS-2802/hadoop-common-project/hadoop-common/CHANGES.txt (contents, props changed) hadoop/commo