svn commit: r1567103 - /hadoop/common/branches/branch-2.3.0/

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:17:51 2014
New Revision: 1567103

URL: http://svn.apache.org/r1567103
Log:
Preparing for hadoop-2.3.0 release.

Added:
hadoop/common/branches/branch-2.3.0/   (props changed)
  - copied from r1567102, hadoop/common/branches/branch-2.3/

Propchange: hadoop/common/branches/branch-2.3.0/
--
--- svn:ignore (added)
+++ svn:ignore Tue Feb 11 13:17:51 2014
@@ -0,0 +1,5 @@
+.classpath
+.git
+.project
+.settings
+target

Propchange: hadoop/common/branches/branch-2.3.0/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Feb 11 13:17:51 2014
@@ -0,0 +1,6 @@
+/hadoop/common/branches/HDFS-2802:1360400-1480829
+/hadoop/common/branches/HDFS-3042:1306184-1342109
+/hadoop/common/branches/branch-0.23-PB:1227776-1294021
+/hadoop/common/branches/branch-2:1561724,1561861,1561880,1561966-1561967,1562608
+/hadoop/common/branches/branch-2.0.4-alpha:1463804
+/hadoop/common/trunk:1161777,1161781,1162188,1162421,1162491,1162499,1162613,1162928,1162954,1162979,1163050,1163069,1163490,1163768,1163852,1163858,1163981,1164255,1164301,1164339,1166009,1166402,1167001,1167383,1167662,1170085,1170379,1170459,1171297,1172916,1173402,1176550,1177487,1177531,1177859,1177864,1182189,1182205,1182214,1189613,1189932,1189982,1195575,1196113,1196129,1204114,1204117,1204122,1204124,1204129,1204131,1204177,1204370,1204376,1204388,1205260,1205697,1206786,1206830,1207694,1208153,1208313,1212021,1212062,1212073,1212084,1213537,1213586,1213592-1213593,1213954,1214046,1220510,1221348,1225114,1225192,1225456,1225489,1225591,1226211,1226239,1226350,1227091,1227165,1227423,1227964,1229347,1230398,1231569,1231572,1231627,1231640,1233605,1234555,1235135,1235137,1235956,1236456,1239752,1240897,1240928,1243065,1243104,1244766,1245751,1245762,1293419,1295061,1295227,1296556,1298044,1298696,1298700,1299045,1299434,1299963,1301308,1301312,1301820,1301871,1302624,1302704-
 
1302705,1303474,1304063,1304099,1304112,1304118,1305230,1309625,1310185,1311556,1312029,1329319,1333557,1334216,1342112,1347867,1348207,1349124,1349616,1351445,1351818,1357442,1361813,1373683,1374696,1375450,1375829,1379646,1380921,1400347,1430682,1430688,1440245,1445965,1458741,1465121,1476395,1477849,1480838,1480840,1487093,1507259,1531125,1561885,1562659,1562923,1562925




svn commit: r1567111 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:25:30 2014
New Revision: 1567111

URL: http://svn.apache.org/r1567111
Log:
Preparing to release hadoop-2.3.0

Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567111r1=1567110r2=1567111view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Tue Feb 
11 13:25:30 2014
@@ -334,15 +334,27 @@ Release 2.4.0 - UNRELEASED
 HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. (bc Wong
 via atm)
 
-Release 2.3.0 - UNRELEASED
+Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
-HADOOP-8545. Filesystem Implementation for OpenStack Swift
-(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.3.0 - 2014-02-18
+
+  INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
+HADOOP-8545. Filesystem Implementation for OpenStack Swift
+(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+
   IMPROVEMENTS
 
 HADOOP-10046. Print a log message when SSL is enabled.




svn commit: r1567112 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:27:18 2014
New Revision: 1567112

URL: http://svn.apache.org/r1567112
Log:
Preparing to release hadoop-2.3.0

Modified:

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567112r1=1567111r2=1567112view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt 
Tue Feb 11 13:27:18 2014
@@ -36,15 +36,27 @@ Release 2.4.0 - UNRELEASED
 HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. (bc Wong
 via atm)
 
-Release 2.3.0 - UNRELEASED
+Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
-HADOOP-8545. Filesystem Implementation for OpenStack Swift
-(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.3.0 - 2014-02-18
+
+  INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
+HADOOP-8545. Filesystem Implementation for OpenStack Swift
+(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+
   IMPROVEMENTS
 
 HADOOP-10046. Print a log message when SSL is enabled.




svn commit: r1567113 - /hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:27:22 2014
New Revision: 1567113

URL: http://svn.apache.org/r1567113
Log:
Preparing to release hadoop-2.3.0

Modified:

hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567113r1=1567112r2=1567113view=diff
==
--- 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt
 (original)
+++ 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt
 Tue Feb 11 13:27:22 2014
@@ -1,14 +1,26 @@
 Hadoop Change Log
 
-Release 2.3.0 - UNRELEASED
+Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
-HADOOP-8545. Filesystem Implementation for OpenStack Swift
-(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.3.0 - 2014-02-18
+
+  INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
+HADOOP-8545. Filesystem Implementation for OpenStack Swift
+(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+
   IMPROVEMENTS
 
 HADOOP-10046. Print a log message when SSL is enabled.




svn commit: r1567114 - /hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/CHANGES.txt

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:27:26 2014
New Revision: 1567114

URL: http://svn.apache.org/r1567114
Log:
Preparing to release hadoop-2.3.0

Modified:

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567114r1=1567113r2=1567114view=diff
==
--- 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/CHANGES.txt
 (original)
+++ 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/CHANGES.txt
 Tue Feb 11 13:27:26 2014
@@ -1,14 +1,26 @@
 Hadoop Change Log
 
-Release 2.3.0 - UNRELEASED
+Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
-HADOOP-8545. Filesystem Implementation for OpenStack Swift
-(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.3.0 - 2014-02-18
+
+  INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
+HADOOP-8545. Filesystem Implementation for OpenStack Swift
+(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+
   IMPROVEMENTS
 
 HADOOP-10046. Print a log message when SSL is enabled.




svn commit: r1567118 [1/2] - /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:32:07 2014
New Revision: 1567118

URL: http://svn.apache.org/r1567118
Log:
Release notes for hadoop-2.3.0.

Modified:

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html



svn commit: r1567119 [1/2] - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:33:14 2014
New Revision: 1567119

URL: http://svn.apache.org/r1567119
Log:
Release notes for hadoop-2.3.0.

Modified:

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html



svn commit: r1567120 [1/2] - /hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:33:19 2014
New Revision: 1567120

URL: http://svn.apache.org/r1567120
Log:
Release notes for hadoop-2.3.0.

Modified:

hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html



svn commit: r1567121 [1/2] - /hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:33:24 2014
New Revision: 1567121

URL: http://svn.apache.org/r1567121
Log:
Release notes for hadoop-2.3.0.

Modified:

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html



svn commit: r1567122 - in /hadoop/common/branches/branch-2.3: ./ hadoop-assemblies/ hadoop-client/ hadoop-dist/ hadoop-maven-plugins/ hadoop-minicluster/ hadoop-project-dist/ hadoop-project/ hadoop-to

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:35:32 2014
New Revision: 1567122

URL: http://svn.apache.org/r1567122
Log:
Set version in branch-2.3 to 2.3.1-SNAPSHOT.

Modified:
hadoop/common/branches/branch-2.3/hadoop-assemblies/pom.xml
hadoop/common/branches/branch-2.3/hadoop-client/pom.xml
hadoop/common/branches/branch-2.3/hadoop-dist/pom.xml
hadoop/common/branches/branch-2.3/hadoop-maven-plugins/pom.xml
hadoop/common/branches/branch-2.3/hadoop-minicluster/pom.xml
hadoop/common/branches/branch-2.3/hadoop-project-dist/pom.xml
hadoop/common/branches/branch-2.3/hadoop-project/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-archives/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-datajoin/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-distcp/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-extras/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-gridmix/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-openstack/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-pipes/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-rumen/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-sls/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-streaming/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/hadoop-tools-dist/pom.xml
hadoop/common/branches/branch-2.3/hadoop-tools/pom.xml
hadoop/common/branches/branch-2.3/pom.xml

Modified: hadoop/common/branches/branch-2.3/hadoop-assemblies/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-assemblies/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- hadoop/common/branches/branch-2.3/hadoop-assemblies/pom.xml (original)
+++ hadoop/common/branches/branch-2.3/hadoop-assemblies/pom.xml Tue Feb 11 
13:35:32 2014
@@ -23,12 +23,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-assemblies/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   nameApache Hadoop Assemblies/name
   descriptionApache Hadoop Assemblies/description
 

Modified: hadoop/common/branches/branch-2.3/hadoop-client/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-client/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- hadoop/common/branches/branch-2.3/hadoop-client/pom.xml (original)
+++ hadoop/common/branches/branch-2.3/hadoop-client/pom.xml Tue Feb 11 13:35:32 
2014
@@ -18,12 +18,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project-dist/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../hadoop-project-dist/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-client/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   packagingjar/packaging
 
   descriptionApache Hadoop Client/description

Modified: hadoop/common/branches/branch-2.3/hadoop-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-dist/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- hadoop/common/branches/branch-2.3/hadoop-dist/pom.xml (original)
+++ hadoop/common/branches/branch-2.3/hadoop-dist/pom.xml Tue Feb 11 13:35:32 
2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-dist/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   descriptionApache Hadoop Distribution/description
   nameApache Hadoop Distribution/name
   packagingjar/packaging

Modified: hadoop/common/branches/branch-2.3/hadoop-maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-maven-plugins/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- hadoop/common/branches/branch-2.3/hadoop-maven-plugins/pom.xml (original)
+++ hadoop/common/branches/branch-2.3/hadoop-maven-plugins/pom.xml Tue Feb 11 
13:35:32 2014
@@ -19,7 +19,7 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../hadoop-project/relativePath
   /parent
   

svn commit: r1567122 - in /hadoop/common/branches/branch-2.3/hadoop-common-project: hadoop-annotations/pom.xml hadoop-auth-examples/pom.xml hadoop-auth/pom.xml hadoop-common/pom.xml hadoop-minikdc/pom

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:35:32 2014
New Revision: 1567122

URL: http://svn.apache.org/r1567122
Log:
Set version in branch-2.3 to 2.3.1-SNAPSHOT.

Modified:

hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-annotations/pom.xml

hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth-examples/pom.xml
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth/pom.xml

hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/pom.xml

hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-minikdc/pom.xml
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-nfs/pom.xml
hadoop/common/branches/branch-2.3/hadoop-common-project/pom.xml

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-annotations/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-annotations/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-annotations/pom.xml
 Tue Feb 11 13:35:32 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-annotations/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   descriptionApache Hadoop Annotations/description
   nameApache Hadoop Annotations/name
   packagingjar/packaging

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth-examples/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth-examples/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth-examples/pom.xml
 Tue Feb 11 13:35:32 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-auth-examples/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   packagingwar/packaging
 
   nameApache Hadoop Auth Examples/name

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth/pom.xml 
(original)
+++ hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-auth/pom.xml 
Tue Feb 11 13:35:32 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-auth/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   packagingjar/packaging
 
   nameApache Hadoop Auth/name

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/pom.xml?rev=1567122r1=1567121r2=1567122view=diff
==
--- 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/pom.xml 
Tue Feb 11 13:35:32 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project-dist/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.1-SNAPSHOT/version
 relativePath../../hadoop-project-dist/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-common/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.1-SNAPSHOT/version
   descriptionApache Hadoop Common/description
   nameApache Hadoop Common/name
   packagingjar/packaging

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-minikdc/pom.xml
URL: 

svn commit: r1567123 - in /hadoop/common/branches/branch-2.3.0: ./ hadoop-assemblies/ hadoop-client/ hadoop-dist/ hadoop-maven-plugins/ hadoop-minicluster/ hadoop-project-dist/ hadoop-project/ hadoop-

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:35:38 2014
New Revision: 1567123

URL: http://svn.apache.org/r1567123
Log:
Set version in branch-2.3.0 to 2.3.0.

Modified:
hadoop/common/branches/branch-2.3.0/hadoop-assemblies/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-client/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-dist/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-maven-plugins/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-minicluster/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-project-dist/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-project/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-archives/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-datajoin/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-distcp/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-extras/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-gridmix/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-openstack/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-pipes/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-rumen/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-sls/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-streaming/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/hadoop-tools-dist/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-tools/pom.xml
hadoop/common/branches/branch-2.3.0/pom.xml

Modified: hadoop/common/branches/branch-2.3.0/hadoop-assemblies/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-assemblies/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- hadoop/common/branches/branch-2.3.0/hadoop-assemblies/pom.xml (original)
+++ hadoop/common/branches/branch-2.3.0/hadoop-assemblies/pom.xml Tue Feb 11 
13:35:38 2014
@@ -23,12 +23,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-assemblies/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   nameApache Hadoop Assemblies/name
   descriptionApache Hadoop Assemblies/description
 

Modified: hadoop/common/branches/branch-2.3.0/hadoop-client/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-client/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- hadoop/common/branches/branch-2.3.0/hadoop-client/pom.xml (original)
+++ hadoop/common/branches/branch-2.3.0/hadoop-client/pom.xml Tue Feb 11 
13:35:38 2014
@@ -18,12 +18,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project-dist/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../hadoop-project-dist/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-client/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   packagingjar/packaging
 
   descriptionApache Hadoop Client/description

Modified: hadoop/common/branches/branch-2.3.0/hadoop-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-dist/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- hadoop/common/branches/branch-2.3.0/hadoop-dist/pom.xml (original)
+++ hadoop/common/branches/branch-2.3.0/hadoop-dist/pom.xml Tue Feb 11 13:35:38 
2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-dist/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   descriptionApache Hadoop Distribution/description
   nameApache Hadoop Distribution/name
   packagingjar/packaging

Modified: hadoop/common/branches/branch-2.3.0/hadoop-maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-maven-plugins/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- hadoop/common/branches/branch-2.3.0/hadoop-maven-plugins/pom.xml (original)
+++ hadoop/common/branches/branch-2.3.0/hadoop-maven-plugins/pom.xml Tue Feb 11 
13:35:38 2014
@@ -19,7 +19,7 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../hadoop-project/relativePath
   /parent
   

svn commit: r1567123 - in /hadoop/common/branches/branch-2.3.0/hadoop-common-project: hadoop-annotations/pom.xml hadoop-auth-examples/pom.xml hadoop-auth/pom.xml hadoop-common/pom.xml hadoop-minikdc/p

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 13:35:38 2014
New Revision: 1567123

URL: http://svn.apache.org/r1567123
Log:
Set version in branch-2.3.0 to 2.3.0.

Modified:

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-annotations/pom.xml

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth-examples/pom.xml

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth/pom.xml

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/pom.xml

hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-minikdc/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-nfs/pom.xml
hadoop/common/branches/branch-2.3.0/hadoop-common-project/pom.xml

Modified: 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-annotations/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-annotations/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-annotations/pom.xml
 Tue Feb 11 13:35:38 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-annotations/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   descriptionApache Hadoop Annotations/description
   nameApache Hadoop Annotations/name
   packagingjar/packaging

Modified: 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth-examples/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth-examples/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth-examples/pom.xml
 Tue Feb 11 13:35:38 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-auth-examples/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   packagingwar/packaging
 
   nameApache Hadoop Auth Examples/name

Modified: 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-auth/pom.xml 
Tue Feb 11 13:35:38 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../../hadoop-project/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-auth/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   packagingjar/packaging
 
   nameApache Hadoop Auth/name

Modified: 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/pom.xml?rev=1567123r1=1567122r2=1567123view=diff
==
--- 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-common/pom.xml 
Tue Feb 11 13:35:38 2014
@@ -20,12 +20,12 @@
   parent
 groupIdorg.apache.hadoop/groupId
 artifactIdhadoop-project-dist/artifactId
-version2.3.0-SNAPSHOT/version
+version2.3.0/version
 relativePath../../hadoop-project-dist/relativePath
   /parent
   groupIdorg.apache.hadoop/groupId
   artifactIdhadoop-common/artifactId
-  version2.3.0-SNAPSHOT/version
+  version2.3.0/version
   descriptionApache Hadoop Common/description
   nameApache Hadoop Common/name
   packagingjar/packaging

Modified: 
hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-minikdc/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3.0/hadoop-common-project/hadoop-minikdc/pom.xml?rev=1567123r1=1567122r2=1567123view=diff

svn commit: r1567161 - /hadoop/common/tags/release-2.3.0-rc0/

2014-02-11 Thread acmurthy
Author: acmurthy
Date: Tue Feb 11 14:47:33 2014
New Revision: 1567161

URL: http://svn.apache.org/r1567161
Log:
Apache Hadoop 2.3.0 release.

Added:
hadoop/common/tags/release-2.3.0-rc0/   (props changed)
  - copied from r1567160, hadoop/common/branches/branch-2.3.0/

Propchange: hadoop/common/tags/release-2.3.0-rc0/
--
--- svn:ignore (added)
+++ svn:ignore Tue Feb 11 14:47:33 2014
@@ -0,0 +1,5 @@
+.classpath
+.git
+.project
+.settings
+target

Propchange: hadoop/common/tags/release-2.3.0-rc0/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Feb 11 14:47:33 2014
@@ -0,0 +1,6 @@
+/hadoop/common/branches/HDFS-2802:1360400-1480829
+/hadoop/common/branches/HDFS-3042:1306184-1342109
+/hadoop/common/branches/branch-0.23-PB:1227776-1294021
+/hadoop/common/branches/branch-2:1561724,1561861,1561880,1561966-1561967,1562608
+/hadoop/common/branches/branch-2.0.4-alpha:1463804
+/hadoop/common/trunk:1161777,1161781,1162188,1162421,1162491,1162499,1162613,1162928,1162954,1162979,1163050,1163069,1163490,1163768,1163852,1163858,1163981,1164255,1164301,1164339,1166009,1166402,1167001,1167383,1167662,1170085,1170379,1170459,1171297,1172916,1173402,1176550,1177487,1177531,1177859,1177864,1182189,1182205,1182214,1189613,1189932,1189982,1195575,1196113,1196129,1204114,1204117,1204122,1204124,1204129,1204131,1204177,1204370,1204376,1204388,1205260,1205697,1206786,1206830,1207694,1208153,1208313,1212021,1212062,1212073,1212084,1213537,1213586,1213592-1213593,1213954,1214046,1220510,1221348,1225114,1225192,1225456,1225489,1225591,1226211,1226239,1226350,1227091,1227165,1227423,1227964,1229347,1230398,1231569,1231572,1231627,1231640,1233605,1234555,1235135,1235137,1235956,1236456,1239752,1240897,1240928,1243065,1243104,1244766,1245751,1245762,1293419,1295061,1295227,1296556,1298044,1298696,1298700,1299045,1299434,1299963,1301308,1301312,1301820,1301871,1302624,1302704-
 
1302705,1303474,1304063,1304099,1304112,1304118,1305230,1309625,1310185,1311556,1312029,1329319,1333557,1334216,1342112,1347867,1348207,1349124,1349616,1351445,1351818,1357442,1361813,1373683,1374696,1375450,1375829,1379646,1380921,1400347,1430682,1430688,1440245,1445965,1458741,1465121,1476395,1477849,1480838,1480840,1487093,1507259,1531125,1561885,1562659,1562923,1562925




svn commit: r1567238 - /hadoop/common/branches/HDFS-4685/

2014-02-11 Thread cnauroth
Author: cnauroth
Date: Tue Feb 11 17:55:07 2014
New Revision: 1567238

URL: http://svn.apache.org/r1567238
Log:
Merge trunk to HDFS-4685.

Modified:
hadoop/common/branches/HDFS-4685/   (props changed)

Propchange: hadoop/common/branches/HDFS-4685/
--
  Merged /hadoop/common/trunk:r1566987-1567237




svn commit: r1567238 [3/3] - in /hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common: CHANGES.txt src/main/docs/ src/main/docs/releasenotes.html src/main/java/ src/test/core/

2014-02-11 Thread cnauroth
Propchange: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/main/java/
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java:r1566987-1567237

Propchange: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/test/core/
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/core:r1566987-1567237




svn commit: r1567238 [1/3] - in /hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common: CHANGES.txt src/main/docs/ src/main/docs/releasenotes.html src/main/java/ src/test/core/

2014-02-11 Thread cnauroth
Author: cnauroth
Date: Tue Feb 11 17:55:07 2014
New Revision: 1567238

URL: http://svn.apache.org/r1567238
Log:
Merge trunk to HDFS-4685.

Modified:

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/CHANGES.txt
   (contents, props changed)

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/main/docs/
   (props changed)

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/main/java/
   (props changed)

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/test/core/
   (props changed)

Modified: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567238r1=1567237r2=1567238view=diff
==
--- 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/CHANGES.txt
 (original)
+++ 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/CHANGES.txt
 Tue Feb 11 17:55:07 2014
@@ -334,15 +334,27 @@ Release 2.4.0 - UNRELEASED
 HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. (bc Wong
 via atm)
 
-Release 2.3.0 - UNRELEASED
+Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
-HADOOP-8545. Filesystem Implementation for OpenStack Swift
-(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.3.0 - 2014-02-18
+
+  INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
+HADOOP-8545. Filesystem Implementation for OpenStack Swift
+(Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+
   IMPROVEMENTS
 
 HADOOP-10046. Print a log message when SSL is enabled.

Propchange: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/CHANGES.txt
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt:r1566987-1567237

Propchange: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/main/docs/
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs:r1566987-1567237




svn commit: r1567421 - /hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

2014-02-11 Thread cnauroth
Author: cnauroth
Date: Tue Feb 11 22:18:08 2014
New Revision: 1567421

URL: http://svn.apache.org/r1567421
Log:
HDFS-5625. Write end user documentation for HDFS ACLs. Contributed by Chris 
Nauroth.

Modified:

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

Modified: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm?rev=1567421r1=1567420r2=1567421view=diff
==
--- 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
 (original)
+++ 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
 Tue Feb 11 22:18:08 2014
@@ -231,6 +231,29 @@ get
 
Returns 0 on success and -1 on error.
 
+getfacl
+
+   Usage: hdfs dfs -getfacl [-R] path 
+
+   Displays the Access Control Lists (ACLs) of files and directories. If a
+   directory has a default ACL, then getfacl also displays the default ACL.
+
+   Options:
+
+ * -R: List the ACLs of all files and directories recursively.
+
+ * path: File or directory to list.
+
+   Examples:
+
+ * hdfs dfs -getfacl /file
+
+ * hdfs dfs -getfacl -R /dir
+
+   Exit Code:
+
+   Returns 0 on success and non-zero on error.
+
 getmerge
 
Usage: hdfs dfs -getmerge src localdst [addnl]
@@ -379,6 +402,52 @@ rmr
 
Returns 0 on success and -1 on error.
 
+setfacl
+
+   Usage: hdfs dfs -setfacl [-R] [{-b|-k} {-m|-x acl_spec} path]|[--set 
acl_spec path] 
+
+   Sets Access Control Lists (ACLs) of files and directories.
+
+   Options:
+
+ * -b: Remove all but the base ACL entries. The entries for user, group and
+   others are retained for compatibility with permission bits.
+
+ * -k: Remove the default ACL.
+
+ * -R: Apply operations to all files and directories recursively.
+
+ * -m: Modify ACL. New entries are added to the ACL, and existing entries
+   are retained.
+
+ * -x: Remove specified ACL entries. Other ACL entries are retained.
+
+ * --set: Fully replace the ACL, discarding all existing entries. The
+   acl_spec must include entries for user, group, and others for
+   compatibility with permission bits.
+
+ * acl_spec: Comma separated list of ACL entries.
+
+ * path: File or directory to modify.
+
+   Examples:
+
+  * hdfs dfs -setfacl -m user:hadoop:rw- /file
+
+  * hdfs dfs -setfacl -x user:hadoop /file
+
+  * hdfs dfs -setfacl -b /file
+
+  * hdfs dfs -setfacl -k /dir
+
+  * hdfs dfs -setfacl --set 
user::rw-,user:hadoop:rw-,group::r--,other::r-- /file
+
+  * hdfs dfs -setfacl -R -m user:hadoop:r-x /dir
+
+   Exit Code:
+
+   Returns 0 on success and non-zero on error.
+
 setrep
 
Usage: hdfs dfs -setrep [-R] [-w] numReplicas path 




svn commit: r1567422 - /hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

2014-02-11 Thread cnauroth
Author: cnauroth
Date: Tue Feb 11 22:20:42 2014
New Revision: 1567422

URL: http://svn.apache.org/r1567422
Log:
HDFS-5625. Add documentation example for setting a default ACL. Contributed by 
Chris Nauroth.

Modified:

hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

Modified: 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm?rev=1567422r1=1567421r2=1567422view=diff
==
--- 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
 (original)
+++ 
hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
 Tue Feb 11 22:20:42 2014
@@ -444,6 +444,8 @@ setfacl
 
   * hdfs dfs -setfacl -R -m user:hadoop:r-x /dir
 
+  * hdfs dfs -setfacl -m default:user:hadoop:r-x /dir
+
Exit Code:
 
Returns 0 on success and non-zero on error.




svn commit: r1567482 - /hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java

2014-02-11 Thread sandy
Author: sandy
Date: Wed Feb 12 01:16:05 2014
New Revision: 1567482

URL: http://svn.apache.org/r1567482
Log:
YARN-1504. RM changes for moving apps between queues (Sandy Ryza)

Modified:

hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java

Modified: 
hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java?rev=1567482r1=1567481r2=1567482view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java
 Wed Feb 12 01:16:05 2014
@@ -54,6 +54,7 @@ import org.apache.hadoop.yarn.api.record
 import org.apache.hadoop.yarn.api.records.QueueUserACLInfo;
 import org.apache.hadoop.yarn.api.records.Resource;
 import org.apache.hadoop.yarn.api.records.ResourceRequest;
+import org.apache.hadoop.yarn.exceptions.YarnException;
 import org.apache.hadoop.yarn.server.resourcemanager.RMContext;
 import org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore;
 import org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainer;
@@ -866,5 +867,11 @@ public class ResourceSchedulerWrapper im
   public RMContainer getRMContainer(ContainerId containerId) {
 return null;
   }
+
+  @Override
+  public String moveApplication(ApplicationId appId, String newQueue)
+  throws YarnException {
+return scheduler.moveApplication(appId, newQueue);
+  }
 }
 




svn commit: r1567497 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/fs/Globber.java

2014-02-11 Thread cmccabe
Author: cmccabe
Date: Wed Feb 12 02:12:11 2014
New Revision: 1567497

URL: http://svn.apache.org/r1567497
Log:
HADOOP-10338. Cannot get the FileStatus of the root inode from the new Globber 
(cmccabe)

Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567497r1=1567496r2=1567497view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Wed Feb 
12 02:12:11 2014
@@ -334,6 +334,9 @@ Release 2.4.0 - UNRELEASED
 HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. (bc Wong
 via atm)
 
+HADOOP-10338. Cannot get the FileStatus of the root inode from the new
+Globber (cmccabe)
+
 Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java?rev=1567497r1=1567496r2=1567497view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java
 Wed Feb 12 02:12:11 2014
@@ -114,7 +114,8 @@ class Globber {
   if (fs != null) {
 scheme = fs.getUri().getScheme();
   } else {
-scheme = fc.getDefaultFileSystem().getUri().getScheme();
+scheme = fc.getFSofPath(fc.fixRelativePart(path)).
+getUri().getScheme();
   }
 }
 return scheme;
@@ -126,7 +127,8 @@ class Globber {
   if (fs != null) {
 authority = fs.getUri().getAuthority();
   } else {
-authority = fc.getDefaultFileSystem().getUri().getAuthority();
+authority = fc.getFSofPath(fc.fixRelativePart(path)).
+  getUri().getAuthority();
   }
 }
 return authority ;
@@ -162,18 +164,26 @@ class Globber {
   // Starting out at the root of the filesystem, we try to match
   // filesystem entries against pattern components.
   ArrayListFileStatus candidates = new ArrayListFileStatus(1);
+  // To get the real FileStatus of root, we'd have to do an expensive
+  // RPC to the NameNode.  So we create a placeholder FileStatus which has
+  // the correct path, but defaults for the rest of the information.
+  // Later, if it turns out we actually want the FileStatus of root, we'll
+  // replace the placeholder with a real FileStatus obtained from the
+  // NameNode.
+  FileStatus rootPlaceholder;
   if (Path.WINDOWS  !components.isEmpty()
Path.isWindowsAbsolutePath(absPattern.toUri().getPath(), true)) {
 // On Windows the path could begin with a drive letter, e.g. /E:/foo.
 // We will skip matching the drive letter and start from listing the
 // root of the filesystem on that drive.
 String driveLetter = components.remove(0);
-candidates.add(new FileStatus(0, true, 0, 0, 0, new Path(scheme,
-authority, Path.SEPARATOR + driveLetter + Path.SEPARATOR)));
+rootPlaceholder = new FileStatus(0, true, 0, 0, 0, new Path(scheme,
+authority, Path.SEPARATOR + driveLetter + Path.SEPARATOR));
   } else {
-candidates.add(new FileStatus(0, true, 0, 0, 0,
-new Path(scheme, authority, Path.SEPARATOR)));
+rootPlaceholder = new FileStatus(0, true, 0, 0, 0,
+new Path(scheme, authority, Path.SEPARATOR));
   }
+  candidates.add(rootPlaceholder);
   
   for (int componentIdx = 0; componentIdx  components.size();
   componentIdx++) {
@@ -245,6 +255,12 @@ class Globber {
 candidates = newCandidates;
   }
   for (FileStatus status : candidates) {
+// Use object equality to see if this status is the root placeholder.
+// See the explanation for rootPlaceholder above for more information.
+if (status == rootPlaceholder) {
+  status = getFileStatus(rootPlaceholder.getPath());
+  if (status == null) continue;
+}
 // HADOOP-3497 semantics: the user-defined filter is applied at the
 // end, once the full path is built up.
 if (filter.accept(status.getPath())) {




svn commit: r1567500 - /hadoop/common/branches/branch-2/

2014-02-11 Thread cmccabe
Author: cmccabe
Date: Wed Feb 12 02:16:21 2014
New Revision: 1567500

URL: http://svn.apache.org/r1567500
Log:
HADOOP-10338. Cannot get the FileStatus of the root inode from the new Globber 
(cmccabe)

Modified:
hadoop/common/branches/branch-2/   (props changed)

Propchange: hadoop/common/branches/branch-2/
--
  Merged /hadoop/common/trunk:r1567497




svn commit: r1567500 - in /hadoop/common/branches/branch-2/hadoop-common-project: ./ hadoop-common/ hadoop-common/CHANGES.txt hadoop-common/src/ hadoop-common/src/main/java/ hadoop-common/src/main/jav

2014-02-11 Thread cmccabe
Author: cmccabe
Date: Wed Feb 12 02:16:21 2014
New Revision: 1567500

URL: http://svn.apache.org/r1567500
Log:
HADOOP-10338. Cannot get the FileStatus of the root inode from the new Globber 
(cmccabe)

Modified:
hadoop/common/branches/branch-2/hadoop-common-project/   (props changed)
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/   
(props changed)

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt 
  (contents, props changed)
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/   
(props changed)

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/
   (props changed)

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java

Propchange: hadoop/common/branches/branch-2/hadoop-common-project/
--
  Merged /hadoop/common/trunk/hadoop-common-project:r1567497

Propchange: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/
--
  Merged /hadoop/common/trunk/hadoop-common-project/hadoop-common:r1567497

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567500r1=1567499r2=1567500view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt 
Wed Feb 12 02:16:21 2014
@@ -36,6 +36,9 @@ Release 2.4.0 - UNRELEASED
 HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. (bc Wong
 via atm)
 
+HADOOP-10338. Cannot get the FileStatus of the root inode from the new
+Globber (cmccabe)
+
 Release 2.3.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

Propchange: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt:r1567497

Propchange: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/
--
  Merged /hadoop/common/trunk/hadoop-common-project/hadoop-common/src:r1567497

Propchange: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java:r1567497

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java?rev=1567500r1=1567499r2=1567500view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java
 Wed Feb 12 02:16:21 2014
@@ -114,7 +114,8 @@ class Globber {
   if (fs != null) {
 scheme = fs.getUri().getScheme();
   } else {
-scheme = fc.getDefaultFileSystem().getUri().getScheme();
+scheme = fc.getFSofPath(fc.fixRelativePart(path)).
+getUri().getScheme();
   }
 }
 return scheme;
@@ -126,7 +127,8 @@ class Globber {
   if (fs != null) {
 authority = fs.getUri().getAuthority();
   } else {
-authority = fc.getDefaultFileSystem().getUri().getAuthority();
+authority = fc.getFSofPath(fc.fixRelativePart(path)).
+  getUri().getAuthority();
   }
 }
 return authority ;
@@ -162,18 +164,26 @@ class Globber {
   // Starting out at the root of the filesystem, we try to match
   // filesystem entries against pattern components.
   ArrayListFileStatus candidates = new ArrayListFileStatus(1);
+  // To get the real FileStatus of root, we'd have to do an expensive
+  // RPC to the NameNode.  So we create a placeholder FileStatus which has
+  // the correct path, but defaults for the rest of the information.
+  // Later, if it turns out we actually want the FileStatus of root, we'll
+  // replace the placeholder with a real FileStatus obtained from the
+  // NameNode.
+  FileStatus rootPlaceholder;
   if (Path.WINDOWS  !components.isEmpty()

svn commit: r1567535 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java

2014-02-11 Thread shv
Author: shv
Date: Wed Feb 12 07:01:29 2014
New Revision: 1567535

URL: http://svn.apache.org/r1567535
Log:
HDFS-4858. HDFS DataNode to NameNode RPC should timeout. Contributed by Henry 
Wang.

Modified:

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java?rev=1567535r1=1567534r2=1567535view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
 Wed Feb 12 07:01:29 2014
@@ -220,7 +220,7 @@ public class Client {
* @param conf Configuration
* @return the ping interval
*/
-  final static int getPingInterval(Configuration conf) {
+  final public static int getPingInterval(Configuration conf) {
 return conf.getInt(CommonConfigurationKeys.IPC_PING_INTERVAL_KEY,
 CommonConfigurationKeys.IPC_PING_INTERVAL_DEFAULT);
   }




svn commit: r1567537 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java

2014-02-11 Thread shv
Author: shv
Date: Wed Feb 12 07:06:44 2014
New Revision: 1567537

URL: http://svn.apache.org/r1567537
Log:
HDFS-4858. HDFS DataNode to NameNode RPC should timeout. Contributed by Henry 
Wang.

Modified:

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java?rev=1567537r1=1567536r2=1567537view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
 Wed Feb 12 07:06:44 2014
@@ -220,7 +220,7 @@ public class Client {
* @param conf Configuration
* @return the ping interval
*/
-  final static int getPingInterval(Configuration conf) {
+  final public static int getPingInterval(Configuration conf) {
 return conf.getInt(CommonConfigurationKeys.IPC_PING_INTERVAL_KEY,
 CommonConfigurationKeys.IPC_PING_INTERVAL_DEFAULT);
   }