svn commit: r1602886 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/docs/releasenotes.html

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:07:00 2014
New Revision: 1602886

URL: http://svn.apache.org/r1602886
Log:
Preparing to release hadoop-2.4.1.

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

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

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=1602886&r1=1602885&r2=1602886&view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Jun 
16 15:07:00 2014
@@ -571,7 +571,7 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10561. Copy command with preserve option should handle Xattrs.
 (Yi Liu via cnauroth)
 
-Release 2.4.1 - UNRELEASED
+Release 2.4.1 - 2014-06-23 
 
   INCOMPATIBLE CHANGES
 

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html?rev=1602886&r1=1602885&r2=1602886&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
 Mon Jun 16 15:07:00 2014
@@ -1,4 +1,662 @@
 
+Hadoop  2.4.1 Release Notes
+
+   H1 {font-family: sans-serif}
+   H2 {font-family: sans-serif; margin-left: 7mm}
+   TABLE {margin-left: 7mm}
+
+
+
+Hadoop  2.4.1 Release Notes
+These release notes include new developer and user-facing incompatibilities, 
features, and major improvements. 
+
+Changes since Hadoop 2.4.0
+
+ https://issues.apache.org/jira/browse/YARN-2081";>YARN-2081.
+ Minor bug reported by Hong Zhiguo and fixed by Hong Zhiguo 
(applications/distributed-shell)
+ TestDistributedShell fails after YARN-1962
+ java.lang.AssertionError: expected:<1> but was:<0>
+at org.junit.Assert.fail(Assert.java:88)
+at org.junit.Assert.failNotEquals(Assert.java:743)
+at org.junit.Assert.assertEquals(Assert.java:118)
+at org.junit.Assert.assertEquals(Assert.java:555)
+at org.junit.Assert.assertEquals(Assert.java:542)
+at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShell(TestDistributedShell.java:198)
+ https://issues.apache.org/jira/browse/YARN-2066";>YARN-2066.
+ Minor bug reported by Ted Yu and fixed by Hong Zhiguo 
+ Wrong field is referenced in 
GetApplicationsRequestPBImpl#mergeLocalToBuilder()
+ {code}
+if (this.finish != null) {
+  builder.setFinishBegin(start.getMinimumLong());
+  builder.setFinishEnd(start.getMaximumLong());
+}
+{code}
+this.finish should be referenced in the if block.
+ https://issues.apache.org/jira/browse/YARN-2053";>YARN-2053.
+ Major sub-task reported by Sumit Mohanty and fixed by Wangda Tan 
(resourcemanager)
+ Slider AM fails to restart: NPE in 
RegisterApplicationMasterResponseProto$Builder.addAllNmTokensFromPreviousAttempts
+ Slider AppMaster restart fails with the following:
+{code}
+org.apache.hadoop.yarn.proto.YarnServiceProtos$RegisterApplicationMasterResponseProto$Builder.addAllNmTokensFromPreviousAttempts(YarnServiceProtos.java:2700)
+{code}
+ https://issues.apache.org/jira/browse/YARN-2016";>YARN-2016.
+ Major bug reported by Venkat Ranganathan and fixed by Junping Du 
(resourcemanager)
+ Yarn getApplicationRequest start time range is not honored
+ When we query for the previous applications by creating an 
instance of GetApplicationsRequest and setting the start time range and 
application tag, we see that the start range provided is not honored and all 
applications with the tag are returned
+
+Attaching a reproducer.
+
+
+ https://issues.apache.org/jira/browse/YARN-1986";>YARN-1986.
+ Critical bug reported by Jon Bringhurst and fixed by Hong Zhiguo 
+ In Fifo Scheduler, node heartbeat in between creating app and attempt 
causes NPE
+ After upgrade from 2.2.0 to 2.4.0, NPE on first job start.
+
+-After RM was restarted, the job runs without a problem.-
+
+{noformat}
+19:11:13,441 FATAL ResourceManager:600 - Error in handling event type 
NODE_UPDATE to the scheduler
+java.lang.NullPointerException
+   at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.assignContainers(FifoScheduler.java:462)
+   at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.nodeUpdate(FifoScheduler.java:714)
+   at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.handle(FifoScheduler.java:743)
+   at 
org.apache.hadoop.yar

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

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:11:14 2014
New Revision: 1602887

URL: http://svn.apache.org/r1602887
Log:
Preparing to release hadoop-2.4.1.

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

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




svn commit: r1602887 - in /hadoop/common/branches/branch-2/hadoop-common-project: ./ hadoop-common/ hadoop-common/CHANGES.txt hadoop-common/src/ hadoop-common/src/main/docs/ hadoop-common/src/main/doc

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:11:14 2014
New Revision: 1602887

URL: http://svn.apache.org/r1602887
Log:
Preparing to release hadoop-2.4.1.

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/docs/
   (props changed)

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

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

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

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=1602887&r1=1602886&r2=1602887&view=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 
Mon Jun 16 15:11:14 2014
@@ -234,7 +234,7 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10561. Copy command with preserve option should handle Xattrs.
 (Yi Liu via cnauroth)
 
-Release 2.4.1 - UNRELEASED
+Release 2.4.1 - 2014-06-23 
 
   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:r1602886

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

Propchange: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/
--
  Merged 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs:r1602886

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html?rev=1602887&r1=1602886&r2=1602887&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
 Mon Jun 16 15:11:14 2014
@@ -1,4 +1,662 @@
 
+Hadoop  2.4.1 Release Notes
+
+   H1 {font-family: sans-serif}
+   H2 {font-family: sans-serif; margin-left: 7mm}
+   TABLE {margin-left: 7mm}
+
+
+
+Hadoop  2.4.1 Release Notes
+These release notes include new developer and user-facing incompatibilities, 
features, and major improvements. 
+
+Changes since Hadoop 2.4.0
+
+ https://issues.apache.org/jira/browse/YARN-2081";>YARN-2081.
+ Minor bug reported by Hong Zhiguo and fixed by Hong Zhiguo 
(applications/distributed-shell)
+ TestDistributedShell fails after YARN-1962
+ java.lang.AssertionError: expected:<1> but was:<0>
+at org.junit.Assert.fail(Assert.java:88)
+at org.junit.Assert.failNotEquals(Assert.java:743)
+at org.junit.Assert.assertEquals(Assert.java:118)
+at org.junit.Assert.assertEquals(Assert.java:555)
+at org.junit.Assert.assertEquals(Assert.java:542)
+at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShell(TestDistributedShell.java:198)
+ https://issues.apache.org/jira/browse/YARN-2066";>YARN-2066.
+ Minor bug reported by Ted Yu and fixed by Hong Zhiguo 
+ Wrong field is referenced in 
GetApplicationsRequestPBImpl#mergeLocalToBuilder()
+ {code}
+if (this.finish != null) {
+  builder.setFinishBegin(start.getMinimumLong());
+  builder.setFinishEnd(start.getMaximumLong());
+}
+{code}
+this.finish should be referenced in the if block.
+ https://issues.apache.org/jira/browse/YARN-2053";>YARN-2053.
+ Major sub-task reported by Sumit Mohanty and fixed by Wangda Tan 
(resourcemanager)
+ Slider AM f

svn commit: r1602888 - in /hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common: CHANGES.txt src/main/docs/releasenotes.html

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:11:55 2014
New Revision: 1602888

URL: http://svn.apache.org/r1602888
Log:
Preparing to release hadoop-2.4.1.

Modified:

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

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

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1602888&r1=1602887&r2=1602888&view=diff
==
--- 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/CHANGES.txt
 (original)
+++ 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/CHANGES.txt
 Mon Jun 16 15:11:55 2014
@@ -1,4 +1,4 @@
-Release 2.4.1 - UNRELEASED
+Release 2.4.1 - 2014-06-23 
 
   INCOMPATIBLE CHANGES
 

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html?rev=1602888&r1=1602887&r2=1602888&view=diff
==
--- 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
 (original)
+++ 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
 Mon Jun 16 15:11:55 2014
@@ -1,4 +1,662 @@
 
+Hadoop  2.4.1 Release Notes
+
+   H1 {font-family: sans-serif}
+   H2 {font-family: sans-serif; margin-left: 7mm}
+   TABLE {margin-left: 7mm}
+
+
+
+Hadoop  2.4.1 Release Notes
+These release notes include new developer and user-facing incompatibilities, 
features, and major improvements. 
+
+Changes since Hadoop 2.4.0
+
+ https://issues.apache.org/jira/browse/YARN-2081";>YARN-2081.
+ Minor bug reported by Hong Zhiguo and fixed by Hong Zhiguo 
(applications/distributed-shell)
+ TestDistributedShell fails after YARN-1962
+ java.lang.AssertionError: expected:<1> but was:<0>
+at org.junit.Assert.fail(Assert.java:88)
+at org.junit.Assert.failNotEquals(Assert.java:743)
+at org.junit.Assert.assertEquals(Assert.java:118)
+at org.junit.Assert.assertEquals(Assert.java:555)
+at org.junit.Assert.assertEquals(Assert.java:542)
+at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShell(TestDistributedShell.java:198)
+ https://issues.apache.org/jira/browse/YARN-2066";>YARN-2066.
+ Minor bug reported by Ted Yu and fixed by Hong Zhiguo 
+ Wrong field is referenced in 
GetApplicationsRequestPBImpl#mergeLocalToBuilder()
+ {code}
+if (this.finish != null) {
+  builder.setFinishBegin(start.getMinimumLong());
+  builder.setFinishEnd(start.getMaximumLong());
+}
+{code}
+this.finish should be referenced in the if block.
+ https://issues.apache.org/jira/browse/YARN-2053";>YARN-2053.
+ Major sub-task reported by Sumit Mohanty and fixed by Wangda Tan 
(resourcemanager)
+ Slider AM fails to restart: NPE in 
RegisterApplicationMasterResponseProto$Builder.addAllNmTokensFromPreviousAttempts
+ Slider AppMaster restart fails with the following:
+{code}
+org.apache.hadoop.yarn.proto.YarnServiceProtos$RegisterApplicationMasterResponseProto$Builder.addAllNmTokensFromPreviousAttempts(YarnServiceProtos.java:2700)
+{code}
+ https://issues.apache.org/jira/browse/YARN-2016";>YARN-2016.
+ Major bug reported by Venkat Ranganathan and fixed by Junping Du 
(resourcemanager)
+ Yarn getApplicationRequest start time range is not honored
+ When we query for the previous applications by creating an 
instance of GetApplicationsRequest and setting the start time range and 
application tag, we see that the start range provided is not honored and all 
applications with the tag are returned
+
+Attaching a reproducer.
+
+
+ https://issues.apache.org/jira/browse/YARN-1986";>YARN-1986.
+ Critical bug reported by Jon Bringhurst and fixed by Hong Zhiguo 
+ In Fifo Scheduler, node heartbeat in between creating app and attempt 
causes NPE
+ After upgrade from 2.2.0 to 2.4.0, NPE on first job start.
+
+-After RM was restarted, the job runs without a problem.-
+
+{noformat}
+19:11:13,441 FATAL ResourceManager:600 - Error in handling event type 
NODE_UPDATE to the scheduler
+java.lang.NullPointerException
+   at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.assignContainers(FifoScheduler.java:462)
+   at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.nodeUpdate(FifoScheduler.java:714)
+   at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.handle(FifoScheduler.java:743)
+   at 
org.apache.h

svn commit: r1602894 - /hadoop/common/branches/branch-2.4.1/

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:18:21 2014
New Revision: 1602894

URL: http://svn.apache.org/r1602894
Log:
Preparing to release hadoop-2.4.1.

Added:
hadoop/common/branches/branch-2.4.1/   (props changed)
  - copied from r1602893, hadoop/common/branches/branch-2.4/

Propchange: hadoop/common/branches/branch-2.4.1/
--
--- svn:ignore (added)
+++ svn:ignore Mon Jun 16 15:18:21 2014
@@ -0,0 +1,5 @@
+.classpath
+.git
+.project
+.settings
+target

Propchange: hadoop/common/branches/branch-2.4.1/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Jun 16 15:18:21 2014
@@ -0,0 +1,8 @@
+/hadoop/common/branches/HDFS-2802:1360400-1480829
+/hadoop/common/branches/HDFS-3042:1306184-1342109
+/hadoop/common/branches/HDFS-4685:1547224-1569863
+/hadoop/common/branches/HDFS-5535:1550130-1574256
+/hadoop/common/branches/branch-0.23-PB:1227776-1294021
+/hadoop/common/branches/branch-2:1575449,1576128,1576157,1576980,1578515,1579694
+/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,1555190,1561885,1562659,1562923,1562925,1563328,1563356,1563362,1564002,1564885,1565435,1565840,1567497,1567720,1567767,1567835,1569950,1570070,1570429,1572284,1573031,1573433-1573434,1573883,1573887,1574246,1574259,1574787,1574796,1574998,1575100,1575109,1575611,1575797,1576047,1576194,1576533,1576979,1576989,1577350,1577426,1577798,1579692,1580013,1586790,1590940-1590941




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

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:21:36 2014
New Revision: 1602896

URL: http://svn.apache.org/r1602896
Log:
Set version in branch-2.4.1 to 2.4.1.

Modified:

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

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

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

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

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

Modified: 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-annotations/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-annotations/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-annotations/pom.xml
 Mon Jun 16 15:21:36 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../../hadoop-project
   
   org.apache.hadoop
   hadoop-annotations
-  2.4.1-SNAPSHOT
+  2.4.1
   Apache Hadoop Annotations
   Apache Hadoop Annotations
   jar

Modified: 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth-examples/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth-examples/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth-examples/pom.xml
 Mon Jun 16 15:21:36 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../../hadoop-project
   
   org.apache.hadoop
   hadoop-auth-examples
-  2.4.1-SNAPSHOT
+  2.4.1
   war
 
   Apache Hadoop Auth Examples

Modified: 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-auth/pom.xml 
Mon Jun 16 15:21:36 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../../hadoop-project
   
   org.apache.hadoop
   hadoop-auth
-  2.4.1-SNAPSHOT
+  2.4.1
   jar
 
   Apache Hadoop Auth

Modified: 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-common/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-common/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-common/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-common/pom.xml 
Mon Jun 16 15:21:36 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project-dist
-2.4.1-SNAPSHOT
+2.4.1
 ../../hadoop-project-dist
   
   org.apache.hadoop
   hadoop-common
-  2.4.1-SNAPSHOT
+  2.4.1
   Apache Hadoop Common
   Apache Hadoop Common
   jar

Modified: 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-minikdc/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-minikdc/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-minikdc/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-minikdc/pom.xml
 Mon Jun 16 15:21:36 2014
@@ -18,13 +18,13 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../../hadoop-project
   
   4.0.0
   org.apache.hadoop
   hadoop-minikdc
-  2.4.1-SNAPSHOT
+  2.4.1
   Apache Hadoop MiniKDC
   Apache Hadoop MiniKDC
   jar

Modified: 
hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-nfs/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-common-project/hadoop-nfs/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
=

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

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:21:06 2014
New Revision: 1602895

URL: http://svn.apache.org/r1602895
Log:
Set version in branch-2.4 to 2.4.2-SNAPSHOT.

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

Modified: hadoop/common/branches/branch-2.4/hadoop-assemblies/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-assemblies/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- hadoop/common/branches/branch-2.4/hadoop-assemblies/pom.xml (original)
+++ hadoop/common/branches/branch-2.4/hadoop-assemblies/pom.xml Mon Jun 16 
15:21:06 2014
@@ -23,12 +23,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../hadoop-project
   
   org.apache.hadoop
   hadoop-assemblies
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   Apache Hadoop Assemblies
   Apache Hadoop Assemblies
 

Modified: hadoop/common/branches/branch-2.4/hadoop-client/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-client/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- hadoop/common/branches/branch-2.4/hadoop-client/pom.xml (original)
+++ hadoop/common/branches/branch-2.4/hadoop-client/pom.xml Mon Jun 16 15:21:06 
2014
@@ -18,12 +18,12 @@
   
 org.apache.hadoop
 hadoop-project-dist
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../hadoop-project-dist
   
   org.apache.hadoop
   hadoop-client
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   jar
 
   Apache Hadoop Client

Modified: hadoop/common/branches/branch-2.4/hadoop-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-dist/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- hadoop/common/branches/branch-2.4/hadoop-dist/pom.xml (original)
+++ hadoop/common/branches/branch-2.4/hadoop-dist/pom.xml Mon Jun 16 15:21:06 
2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../hadoop-project
   
   org.apache.hadoop
   hadoop-dist
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   Apache Hadoop Distribution
   Apache Hadoop Distribution
   jar

Modified: hadoop/common/branches/branch-2.4/hadoop-maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-maven-plugins/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- hadoop/common/branches/branch-2.4/hadoop-maven-plugins/pom.xml (original)
+++ hadoop/common/branches/branch-2.4/hadoop-maven-plugins/pom.xml Mon Jun 16 
15:21:06 2014
@@ -19,7 +19,7 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../hadoop-project
   
   org.apache.hadoop

Modified: hadoop/common/branches/branch-2.4/hadoop-minicluster/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-minicluster/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- hadoop/common/branches/branch-2.4/hadoop-minicluster/pom.xml (original)
+++ hadoop/common/branches/branch-2.4/hadoop-minicluster/pom.xml Mon Jun 16 
15:21:06 2014
@@ -18,12 +18,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../hadoop-project
   
   org.apache.hadoop
   hadoop-minicluster
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   jar
 
   Apache Hadoop Mini-Cluster

Modified: hadoop/common/br

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

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:21:36 2014
New Revision: 1602896

URL: http://svn.apache.org/r1602896
Log:
Set version in branch-2.4.1 to 2.4.1.

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

Modified: hadoop/common/branches/branch-2.4.1/hadoop-assemblies/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-assemblies/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- hadoop/common/branches/branch-2.4.1/hadoop-assemblies/pom.xml (original)
+++ hadoop/common/branches/branch-2.4.1/hadoop-assemblies/pom.xml Mon Jun 16 
15:21:36 2014
@@ -23,12 +23,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../hadoop-project
   
   org.apache.hadoop
   hadoop-assemblies
-  2.4.1-SNAPSHOT
+  2.4.1
   Apache Hadoop Assemblies
   Apache Hadoop Assemblies
 

Modified: hadoop/common/branches/branch-2.4.1/hadoop-client/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-client/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- hadoop/common/branches/branch-2.4.1/hadoop-client/pom.xml (original)
+++ hadoop/common/branches/branch-2.4.1/hadoop-client/pom.xml Mon Jun 16 
15:21:36 2014
@@ -18,12 +18,12 @@
   
 org.apache.hadoop
 hadoop-project-dist
-2.4.1-SNAPSHOT
+2.4.1
 ../hadoop-project-dist
   
   org.apache.hadoop
   hadoop-client
-  2.4.1-SNAPSHOT
+  2.4.1
   jar
 
   Apache Hadoop Client

Modified: hadoop/common/branches/branch-2.4.1/hadoop-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-dist/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- hadoop/common/branches/branch-2.4.1/hadoop-dist/pom.xml (original)
+++ hadoop/common/branches/branch-2.4.1/hadoop-dist/pom.xml Mon Jun 16 15:21:36 
2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../hadoop-project
   
   org.apache.hadoop
   hadoop-dist
-  2.4.1-SNAPSHOT
+  2.4.1
   Apache Hadoop Distribution
   Apache Hadoop Distribution
   jar

Modified: hadoop/common/branches/branch-2.4.1/hadoop-maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-maven-plugins/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- hadoop/common/branches/branch-2.4.1/hadoop-maven-plugins/pom.xml (original)
+++ hadoop/common/branches/branch-2.4.1/hadoop-maven-plugins/pom.xml Mon Jun 16 
15:21:36 2014
@@ -19,7 +19,7 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../hadoop-project
   
   org.apache.hadoop

Modified: hadoop/common/branches/branch-2.4.1/hadoop-minicluster/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4.1/hadoop-minicluster/pom.xml?rev=1602896&r1=1602895&r2=1602896&view=diff
==
--- hadoop/common/branches/branch-2.4.1/hadoop-minicluster/pom.xml (original)
+++ hadoop/common/branches/branch-2.4.1/hadoop-minicluster/pom.xml Mon Jun 16 
15:21:36 2014
@@ -18,12 +18,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.1
 ../hadoop-project
   
   org.apache.hadoop
   hadoop-minicluster
-  2.4.1-SNAPSHOT
+  2.4.1
   jar
 
   Apache Hadoop Mini-Cluster

Modified: hadoop/common/branches/b

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

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:21:06 2014
New Revision: 1602895

URL: http://svn.apache.org/r1602895
Log:
Set version in branch-2.4 to 2.4.2-SNAPSHOT.

Modified:

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

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

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

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

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-annotations/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-annotations/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-annotations/pom.xml
 Mon Jun 16 15:21:06 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../../hadoop-project
   
   org.apache.hadoop
   hadoop-annotations
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   Apache Hadoop Annotations
   Apache Hadoop Annotations
   jar

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth-examples/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth-examples/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth-examples/pom.xml
 Mon Jun 16 15:21:06 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../../hadoop-project
   
   org.apache.hadoop
   hadoop-auth-examples
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   war
 
   Apache Hadoop Auth Examples

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth/pom.xml 
(original)
+++ hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-auth/pom.xml 
Mon Jun 16 15:21:06 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../../hadoop-project
   
   org.apache.hadoop
   hadoop-auth
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   jar
 
   Apache Hadoop Auth

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-common/pom.xml 
Mon Jun 16 15:21:06 2014
@@ -20,12 +20,12 @@
   
 org.apache.hadoop
 hadoop-project-dist
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../../hadoop-project-dist
   
   org.apache.hadoop
   hadoop-common
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   Apache Hadoop Common
   Apache Hadoop Common
   jar

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-minikdc/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-minikdc/pom.xml?rev=1602895&r1=1602894&r2=1602895&view=diff
==
--- 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-minikdc/pom.xml 
(original)
+++ 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-minikdc/pom.xml 
Mon Jun 16 15:21:06 2014
@@ -18,13 +18,13 @@
   
 org.apache.hadoop
 hadoop-project
-2.4.1-SNAPSHOT
+2.4.2-SNAPSHOT
 ../../hadoop-project
   
   4.0.0
   org.apache.hadoop
   hadoop-minikdc
-  2.4.1-SNAPSHOT
+  2.4.2-SNAPSHOT
   Apache Hadoop MiniKDC
   Apache Hadoop MiniKDC
   jar

Modified: 
hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-nfs/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-common-project/hadoop-nfs/pom.xml?rev=1602895&r1=1602894&r2=1602895&vie

svn commit: r1602897 - /hadoop/common/tags/release-2.4.1-rc0/

2014-06-16 Thread acmurthy
Author: acmurthy
Date: Mon Jun 16 15:23:59 2014
New Revision: 1602897

URL: http://svn.apache.org/r1602897
Log:
Apache Hadoop 2.4.1 release.

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

Propchange: hadoop/common/tags/release-2.4.1-rc0/
--
--- svn:ignore (added)
+++ svn:ignore Mon Jun 16 15:23:59 2014
@@ -0,0 +1,5 @@
+.classpath
+.git
+.project
+.settings
+target

Propchange: hadoop/common/tags/release-2.4.1-rc0/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Jun 16 15:23:59 2014
@@ -0,0 +1,8 @@
+/hadoop/common/branches/HDFS-2802:1360400-1480829
+/hadoop/common/branches/HDFS-3042:1306184-1342109
+/hadoop/common/branches/HDFS-4685:1547224-1569863
+/hadoop/common/branches/HDFS-5535:1550130-1574256
+/hadoop/common/branches/branch-0.23-PB:1227776-1294021
+/hadoop/common/branches/branch-2:1575449,1576128,1576157,1576980,1578515,1579694
+/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,1555190,1561885,1562659,1562923,1562925,1563328,1563356,1563362,1564002,1564885,1565435,1565840,1567497,1567720,1567767,1567835,1569950,1570070,1570429,1572284,1573031,1573433-1573434,1573883,1573887,1574246,1574259,1574787,1574796,1574998,1575100,1575109,1575611,1575797,1576047,1576194,1576533,1576979,1576989,1577350,1577426,1577798,1579692,1580013,1586790,1590940-1590941




svn commit: r1602941 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java

2014-06-16 Thread jing9
Author: jing9
Date: Mon Jun 16 17:51:37 2014
New Revision: 1602941

URL: http://svn.apache.org/r1602941
Log:
HADOOP-10657. Have RetryInvocationHandler log failover attempt at INFO level. 
Contributed by Ming Ma.

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/io/retry/RetryInvocationHandler.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=1602941&r1=1602940&r2=1602941&view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Jun 
16 17:51:37 2014
@@ -427,6 +427,9 @@ Release 2.5.0 - UNRELEASED
 
 HADOOP-10688. Expose thread-level FileSystem StatisticsData (Sandy Ryza)
 
+HADOOP-10657. Have RetryInvocationHandler log failover attempt at INFO
+level. (Ming Ma via jing9)
+
   OPTIMIZATIONS
 
   BUG FIXES 

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java?rev=1602941&r1=1602940&r2=1602941&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
 Mon Jun 16 17:51:37 2014
@@ -136,9 +136,7 @@ public class RetryInvocationHandler i
   msg += " after " + invocationFailoverCount + " fail over 
attempts"; 
 }
 msg += ". Trying to fail over " + 
formatSleepMessage(action.delayMillis);
-if (LOG.isDebugEnabled()) {
-  LOG.debug(msg, e);
-}
+LOG.info(msg, e);
   } else {
 if(LOG.isDebugEnabled()) {
   LOG.debug("Exception while invoking " + method.getName()




svn commit: r1602942 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java

2014-06-16 Thread jing9
Author: jing9
Date: Mon Jun 16 17:53:24 2014
New Revision: 1602942

URL: http://svn.apache.org/r1602942
Log:
HADOOP-10657. Merge r1602941 from trunk.

Modified:

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

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java

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=1602942&r1=1602941&r2=1602942&view=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 
Mon Jun 16 17:53:24 2014
@@ -82,6 +82,9 @@ Release 2.5.0 - UNRELEASED
 
 HADOOP-10688. Expose thread-level FileSystem StatisticsData (Sandy Ryza)
 
+HADOOP-10657. Have RetryInvocationHandler log failover attempt at INFO
+level. (Ming Ma via jing9)
+
   OPTIMIZATIONS
 
   BUG FIXES 

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java?rev=1602942&r1=1602941&r2=1602942&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
 Mon Jun 16 17:53:24 2014
@@ -137,9 +137,7 @@ public class RetryInvocationHandler i
   msg += " after " + invocationFailoverCount + " fail over 
attempts"; 
 }
 msg += ". Trying to fail over " + 
formatSleepMessage(action.delayMillis);
-if (LOG.isDebugEnabled()) {
-  LOG.debug(msg, e);
-}
+LOG.info(msg, e);
   } else {
 if(LOG.isDebugEnabled()) {
   LOG.debug("Exception while invoking " + method.getName()




svn commit: r1602947 [3/3] - in /hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common: ./ dev-support/ src/main/docs/ src/main/java/ src/main/java/org/apache/hadoop/fs/ src/main/ja

2014-06-16 Thread clamb
Modified: 
hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java?rev=1602947&r1=1602946&r2=1602947&view=diff
==
--- 
hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java
 (original)
+++ 
hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java
 Mon Jun 16 18:13:57 2014
@@ -96,7 +96,7 @@ public class TestNetworkTopologyWithNode
   }
 
   @Test
-  public void testPseudoSortByDistance() throws Exception {
+  public void testSortByDistance() throws Exception {
 NodeBase[] testNodes = new NodeBase[4];
 
 // array contains both local node, local node group & local rack node
@@ -104,7 +104,8 @@ public class TestNetworkTopologyWithNode
 testNodes[1] = dataNodes[2];
 testNodes[2] = dataNodes[3];
 testNodes[3] = dataNodes[0];
-cluster.pseudoSortByDistance(dataNodes[0], testNodes );
+cluster.sortByDistance(dataNodes[0], testNodes,
+testNodes.length, 0xDEADBEEF);
 assertTrue(testNodes[0] == dataNodes[0]);
 assertTrue(testNodes[1] == dataNodes[1]);
 assertTrue(testNodes[2] == dataNodes[2]);
@@ -115,7 +116,8 @@ public class TestNetworkTopologyWithNode
 testNodes[1] = dataNodes[4];
 testNodes[2] = dataNodes[1];
 testNodes[3] = dataNodes[0];
-cluster.pseudoSortByDistance(dataNodes[0], testNodes );
+cluster.sortByDistance(dataNodes[0], testNodes,
+testNodes.length, 0xDEADBEEF);
 assertTrue(testNodes[0] == dataNodes[0]);
 assertTrue(testNodes[1] == dataNodes[1]);
 
@@ -124,7 +126,8 @@ public class TestNetworkTopologyWithNode
 testNodes[1] = dataNodes[3];
 testNodes[2] = dataNodes[2];
 testNodes[3] = dataNodes[0];
-cluster.pseudoSortByDistance(dataNodes[0], testNodes );
+cluster.sortByDistance(dataNodes[0], testNodes,
+testNodes.length, 0xDEADBEEF);
 assertTrue(testNodes[0] == dataNodes[0]);
 assertTrue(testNodes[1] == dataNodes[2]);
 
@@ -133,7 +136,8 @@ public class TestNetworkTopologyWithNode
 testNodes[1] = dataNodes[7];
 testNodes[2] = dataNodes[2];
 testNodes[3] = dataNodes[0];
-cluster.pseudoSortByDistance(computeNode, testNodes );
+cluster.sortByDistance(computeNode, testNodes,
+testNodes.length, 0xDEADBEEF);
 assertTrue(testNodes[0] == dataNodes[0]);
 assertTrue(testNodes[1] == dataNodes[2]);
   }

Modified: 
hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/KeyStoreTestUtil.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/KeyStoreTestUtil.java?rev=1602947&r1=1602946&r2=1602947&view=diff
==
--- 
hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/KeyStoreTestUtil.java
 (original)
+++ 
hadoop/common/branches/fs-encryption/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/KeyStoreTestUtil.java
 Mon Jun 16 18:13:57 2014
@@ -76,8 +76,8 @@ public class KeyStoreTestUtil {
* @throws GeneralSecurityException thrown if an Security error ocurred.
*/
   public static X509Certificate generateCertificate(String dn, KeyPair pair,
-int days, String algorithm)
-throws GeneralSecurityException, IOException {
+  int days, String algorithm)
+  throws GeneralSecurityException, IOException {
 PrivateKey privkey = pair.getPrivate();
 X509CertInfo info = new X509CertInfo();
 Date from = new Date();
@@ -92,7 +92,7 @@ public class KeyStoreTestUtil {
 info.set(X509CertInfo.ISSUER, new CertificateIssuerName(owner));
 info.set(X509CertInfo.KEY, new CertificateX509Key(pair.getPublic()));
 info
-  .set(X509CertInfo.VERSION, new 
CertificateVersion(CertificateVersion.V3));
+.set(X509CertInfo.VERSION, new 
CertificateVersion(CertificateVersion.V3));
 AlgorithmId algo = new AlgorithmId(AlgorithmId.md5WithRSAEncryption_oid);
 info.set(X509CertInfo.ALGORITHM_ID, new CertificateAlgorithmId(algo));
 
@@ -103,30 +103,30 @@ public class KeyStoreTestUtil {
 // Update the algorith, and resign.
 algo = (AlgorithmId) cert.get(X509CertImpl.SIG_ALG);
 info
-  .set(CertificateAlgorithmId.NAME + "." + 
CertificateAlgorithmId.ALGORITHM,
-   algo);
+.set(CertificateAlgorithmId.NAME + "." + 
Certifi

svn commit: r1602991 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: ./ src/main/java/org/apache/hadoop/ipc/ src/main/java/org/apache/hadoop/security/ src/test/java/org/apache/hadoop/se

2014-06-16 Thread cnauroth
Author: cnauroth
Date: Mon Jun 16 20:30:04 2014
New Revision: 1602991

URL: http://svn.apache.org/r1602991
Log:
HADOOP-10683. Users authenticated with KERBEROS are recorded as being 
authenticated with SIMPLE. Contributed by Benoy Antony.

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/ipc/Server.java

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.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=1602991&r1=1602990&r2=1602991&view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Jun 
16 20:30:04 2014
@@ -553,6 +553,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10678. SecurityUtil has unnecessary synchronization on collection
 used for only tests. (Benoy Antony via cnauroth)
 
+HADOOP-10683. Users authenticated with KERBEROS are recorded as being
+authenticated with SIMPLE. (Benoy Antony via cnauroth)
+
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
 HADOOP-10520. Extended attributes definition and FileSystem APIs for

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java?rev=1602991&r1=1602990&r2=1602991&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
 Mon Jun 16 20:30:04 2014
@@ -1221,7 +1221,7 @@ public abstract class Server {
 ugi.addTokenIdentifier(tokenId);
 return ugi;
   } else {
-return UserGroupInformation.createRemoteUser(authorizedId);
+return UserGroupInformation.createRemoteUser(authorizedId, authMethod);
   }
 }
 

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java?rev=1602991&r1=1602990&r2=1602991&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
 Mon Jun 16 20:30:04 2014
@@ -1157,13 +1157,25 @@ public class UserGroupInformation {
   @InterfaceAudience.Public
   @InterfaceStability.Evolving
   public static UserGroupInformation createRemoteUser(String user) {
+return createRemoteUser(user, AuthMethod.SIMPLE);
+  }
+  
+  /**
+   * Create a user from a login name. It is intended to be used for remote
+   * users in RPC, since it won't have any credentials.
+   * @param user the full user principal name, must not be empty or null
+   * @return the UserGroupInformation for the remote user.
+   */
+  @InterfaceAudience.Public
+  @InterfaceStability.Evolving
+  public static UserGroupInformation createRemoteUser(String user, AuthMethod 
authMethod) {
 if (user == null || user.isEmpty()) {
   throw new IllegalArgumentException("Null user");
 }
 Subject subject = new Subject();
 subject.getPrincipals().add(new User(user));
 UserGroupInformation result = new UserGroupInformation(subject);
-result.setAuthenticationMethod(AuthenticationMethod.SIMPLE);
+result.setAuthenticationMethod(authMethod);
 return result;
   }
 

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java?rev=1602991&r1=1602990&r2=1602991&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/s

svn commit: r1602994 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: ./ src/main/java/org/apache/hadoop/ipc/ src/main/java/org/apache/hadoop/security/ src/test/java/org/apac

2014-06-16 Thread cnauroth
Author: cnauroth
Date: Mon Jun 16 20:32:05 2014
New Revision: 1602994

URL: http://svn.apache.org/r1602994
Log:
HADOOP-10683. Merging change r1602991 from trunk to branch-2.

Modified:

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

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

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java

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=1602994&r1=1602993&r2=1602994&view=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 
Mon Jun 16 20:32:05 2014
@@ -216,6 +216,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10678. SecurityUtil has unnecessary synchronization on collection
 used for only tests. (Benoy Antony via cnauroth)
 
+HADOOP-10683. Users authenticated with KERBEROS are recorded as being
+authenticated with SIMPLE. (Benoy Antony via cnauroth)
+
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
 HADOOP-10520. Extended attributes definition and FileSystem APIs for

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java?rev=1602994&r1=1602993&r2=1602994&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
 Mon Jun 16 20:32:05 2014
@@ -1215,7 +1215,7 @@ public abstract class Server {
 ugi.addTokenIdentifier(tokenId);
 return ugi;
   } else {
-return UserGroupInformation.createRemoteUser(authorizedId);
+return UserGroupInformation.createRemoteUser(authorizedId, authMethod);
   }
 }
 

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java?rev=1602994&r1=1602993&r2=1602994&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
 Mon Jun 16 20:32:05 2014
@@ -1145,13 +1145,25 @@ public class UserGroupInformation {
   @InterfaceAudience.Public
   @InterfaceStability.Evolving
   public static UserGroupInformation createRemoteUser(String user) {
+return createRemoteUser(user, AuthMethod.SIMPLE);
+  }
+  
+  /**
+   * Create a user from a login name. It is intended to be used for remote
+   * users in RPC, since it won't have any credentials.
+   * @param user the full user principal name, must not be empty or null
+   * @return the UserGroupInformation for the remote user.
+   */
+  @InterfaceAudience.Public
+  @InterfaceStability.Evolving
+  public static UserGroupInformation createRemoteUser(String user, AuthMethod 
authMethod) {
 if (user == null || user.isEmpty()) {
   throw new IllegalArgumentException("Null user");
 }
 Subject subject = new Subject();
 subject.getPrincipals().add(new User(user));
 UserGroupInformation result = new UserGroupInformation(subject);
-result.setAuthenticationMethod(AuthenticationMethod.SIMPLE);
+result.setAuthenticationMethod(authMethod);
 return result;
   }
 

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java?rev=1602994&r1=1602993&r2=1602994&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-

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

2014-06-16 Thread cmccabe
Author: cmccabe
Date: Mon Jun 16 20:36:06 2014
New Revision: 1602999

URL: http://svn.apache.org/r1602999
Log:
HDFS-6539. test_native_mini_dfs is skipped in hadoop-hdfs pom.xml (decstery via 
cmccabe)

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

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




[Hadoop Wiki] Trivial Update of "ContributorsGroup" by SteveLoughran

2014-06-16 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 SteveLoughran:
https://wiki.apache.org/hadoop/ContributorsGroup?action=diff&rev1=86&rev2=87

Comment:
new contributor: masokan

   * MarkSchnitzius
   * Marie Higgenbtoham
   * MasatakeIwasaki
+  * masokan
   * masukomi
   * MateiZaharia
   * MattFoley


[Hadoop Wiki] Update of "Distributions and Commercial Support" by SteveLoughran

2014-06-16 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Distributions and Commercial Support" page has been changed by 
SteveLoughran:
https://wiki.apache.org/hadoop/Distributions%20and%20Commercial%20Support?action=diff&rev1=72&rev2=73

Comment:
add comments at the top providing guidelines to contributors; add the "Apache" 
prefix in more places.

  ## page was renamed from Distribution
+ ##
+ ## EDITORS:
+ ## 1. Use "Apache Hadoop" when appropriate -and do the same for Apache HBase 
and other ASF projects.
+ ## 2. Do not go overboard in explaining how wonderful your product is, stick 
in more URLs than a myspace page#
+ ## and generally get overexcited. This is not an advertisement site.
+ ## 3. This is about products built from Hadoop or designed to run on it -not 
replacements.
+ ## 4. Please don't be rude about the ASF products or any of your competitors.
+ ## 5. You write it -you get to keep the links up to date. If they break we'll 
just cut the links entirely.
+ 
  = Products that include Apache Hadoop or derivative works and Commercial 
Support =
  The following companies provide products that include Apache Hadoop, a 
derivative work thereof, commercial support, and/or tools and utilities related 
to Hadoop.
  
@@ -19, +28 @@

   * [[http://aws.amazon.com/|Amazon Web Services]]
* Amazon offers a version of Apache Hadoop on their EC2 infrastructure, 
sold as [[http://aws.amazon.com/elasticmapreduce|Amazon Elastic MapReduce]].
  
-  * [[https://incubator.apache.org/bigtop|Bigtop]]
+  * [[https://incubator.apache.org/bigtop|Apache Bigtop]]
-   * Bigtop is a project for the development of packaging and tests of the 
Apache Hadoop ecosystem. This includes testing at various levels (packaging, 
platform, runtime, upgrade, etc...) developed by a community with a focus on 
the system as a whole, rather than individual projects.
+   * Apache Bigtop is a project for the development of packaging and tests of 
the Apache Hadoop ecosystem. This includes testing at various levels 
(packaging, platform, runtime, upgrade, etc...) developed by a community with a 
focus on the system as a whole, rather than individual projects.
-   * Bigtop doesn't provide binary artifacts of its releases, it is source 
only project.
+   * Apache Bigtop doesn't provide binary artifacts of its releases, it is 
source only project.
  
   * [[http://www.cascading.org/|Cascading]] - Cascading is a popular 
feature-rich API for defining and executing complex and fault tolerant data 
processing workflows on a Apache Hadoop cluster. Cascading 2.0 is 
Apache-licensed.
  
@@ -36, +45 @@

* DAS Log File Aggregator is a plug-in to DAS that makes it easy to import 
large numbers of log files stored on disparate servers.
  
   * [[http://www.dataminelab.com|Data Mine Lab]]
-   * Data Mine Lab is a London based consultancy developing solutions based on 
Hadoop, Mahout, HBase and Amazon Web Services. Data Mine Lab uses combination 
of cloud computing, MapReduce, columnar databases and open source Business 
Intelligence tools to develop solutions that add value to their customers' 
businesses and the data they collect.
+   * Data Mine Lab is a London-based consultancy developing solutions based on 
Apache Hadoop, Apache Mahout, Apache HBase and Amazon Web Services. Data Mine 
Lab uses combination of cloud computing, MapReduce, columnar databases and open 
source Business Intelligence tools to develop solutions that add value to their 
customers' businesses and the data they collect.
  
   * [[http://www.datasalt.com/|Datasalt]]
-   * Datasalt is a Hadoop consulting company which has released two 
open-source products on top of Hadoop ([[http://pangool.net|Pangool]], an 
easier low-level API for Hadoop, and [[http://sploutsql.com|Splout SQL]], a 
low-latency SQL serving engine on top of Hadoop). Datasalt provides commercial 
support, public / private training and custom Hadoop development.
+   * Datasalt is an Apache Hadoop consulting company which has released two 
open-source products on top of Hadoop ([[http://pangool.net|Pangool]], an 
easier low-level API for Hadoop, and [[http://sploutsql.com|Splout SQL]], a 
low-latency SQL serving engine on top of Hadoop). Datasalt provides commercial 
support, public / private training and custom Hadoop development.
  
   * [[http://www.datastax.com|DataStax]]
-   * DataStax provides a product which fully integrates 
[[http://www.datastax.com/what-we-offer/products-services/datastax-enterprise/apache-hadoop|hadoop]]
 with 
[[http://www.datastax.com/what-we-offer/products-services/datastax-enterprise/apache-cassandra|Apache
 Cassandra]] and 
[[http://www.datastax.com/what-we-offer/products-services/datastax-enterprise/apache-solr|Apache
 Solr]] in its 
[[http://www.datastax.com/what-we-offer/products-services/datastax-enterprise|DataStax
 Enterprise platform]]. DataStax Enterprise is completely free to use for 
development environments w

svn commit: r1603023 - in /hadoop/common/trunk/hadoop-common-project: hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java hadoop-common/CHANGE

2014-06-16 Thread cnauroth
Author: cnauroth
Date: Mon Jun 16 23:09:30 2014
New Revision: 1603023

URL: http://svn.apache.org/r1603023
Log:
HADOOP-10702. KerberosAuthenticationHandler does not log the principal names 
correctly. Contributed by Benoy Antony.

Modified:

hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java?rev=1603023&r1=1603022&r2=1603023&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
 Mon Jun 16 23:09:30 2014
@@ -193,7 +193,7 @@ public class KerberosAuthenticationHandl
   
   for (String spnegoPrincipal : spnegoPrincipals) {
 LOG.info("Login using keytab {}, for principal {}",
-keytab, principal);
+keytab, spnegoPrincipal);
 final KerberosConfiguration kerberosConfiguration =
 new KerberosConfiguration(keytab, spnegoPrincipal);
 final LoginContext loginContext =

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=1603023&r1=1603022&r2=1603023&view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Jun 
16 23:09:30 2014
@@ -556,6 +556,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10683. Users authenticated with KERBEROS are recorded as being
 authenticated with SIMPLE. (Benoy Antony via cnauroth)
 
+HADOOP-10702. KerberosAuthenticationHandler does not log the principal 
names
+correctly. (Benoy Antony via cnauroth)
+
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
 HADOOP-10520. Extended attributes definition and FileSystem APIs for




svn commit: r1603024 - in /hadoop/common/branches/branch-2/hadoop-common-project: hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java hadoop-c

2014-06-16 Thread cnauroth
Author: cnauroth
Date: Mon Jun 16 23:11:34 2014
New Revision: 1603024

URL: http://svn.apache.org/r1603024
Log:
HADOOP-10702. Merging change r1603023 from trunk to branch-2.

Modified:

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java

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

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java?rev=1603024&r1=1603023&r2=1603024&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/KerberosAuthenticationHandler.java
 Mon Jun 16 23:11:34 2014
@@ -193,7 +193,7 @@ public class KerberosAuthenticationHandl
   
   for (String spnegoPrincipal : spnegoPrincipals) {
 LOG.info("Login using keytab {}, for principal {}",
-keytab, principal);
+keytab, spnegoPrincipal);
 final KerberosConfiguration kerberosConfiguration =
 new KerberosConfiguration(keytab, spnegoPrincipal);
 final LoginContext loginContext =

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=1603024&r1=1603023&r2=1603024&view=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 
Mon Jun 16 23:11:34 2014
@@ -219,6 +219,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10683. Users authenticated with KERBEROS are recorded as being
 authenticated with SIMPLE. (Benoy Antony via cnauroth)
 
+HADOOP-10702. KerberosAuthenticationHandler does not log the principal 
names
+correctly. (Benoy Antony via cnauroth)
+
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
 HADOOP-10520. Extended attributes definition and FileSystem APIs for




svn commit: r1603025 - in /hadoop/common/trunk: hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/ hadoop

2014-06-16 Thread wang
Author: wang
Date: Mon Jun 16 23:23:33 2014
New Revision: 1603025

URL: http://svn.apache.org/r1603025
Log:
HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from the 
source files license header. Contributed by Henry Saputra.

Modified:

hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java

hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java

hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java

hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java

hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml

hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml

Modified: 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java
 (original)
+++ 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java
 Mon Jun 16 23:23:33 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java
 (original)
+++ 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java
 Mon Jun 16 23:23:33 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java
 (original)
+++ 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java
 Mon Jun 16 23:23:33 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java
 (original)
+++ 
hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java
 Mon Jun 16 23:23:33 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
 (original)
+++ 
hadoop/common/tr

svn commit: r1603025 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/conf/hadoop-env.sh src/main/conf/hadoop-policy.xml src/main/conf/log4j.properties

2014-06-16 Thread wang
Author: wang
Date: Mon Jun 16 23:23:33 2014
New Revision: 1603025

URL: http://svn.apache.org/r1603025
Log:
HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from the 
source files license header. Contributed by Henry Saputra.

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

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties

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=1603025&r1=1603024&r2=1603025&view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Jun 
16 23:23:33 2014
@@ -430,6 +430,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10657. Have RetryInvocationHandler log failover attempt at INFO
 level. (Ming Ma via jing9)
 
+HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from
+the source files license header. (Henry Saputra via wang)
+
   OPTIMIZATIONS
 
   BUG FIXES 

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
 Mon Jun 16 23:23:33 2014
@@ -1,5 +1,3 @@
-# Copyright 2011 The Apache Software Foundation
-# 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml?rev=1603025&r1=1603024&r2=1603025&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml
 Mon Jun 16 23:23:33 2014
@@ -1,8 +1,6 @@
 
 
 

svn commit: r1603026 - in /hadoop/common/branches/branch-2: ./ hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plug

2014-06-16 Thread wang
Author: wang
Date: Mon Jun 16 23:27:03 2014
New Revision: 1603026

URL: http://svn.apache.org/r1603026
Log:
HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from the 
source files license header. Contributed by Henry Saputra.

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

hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java

hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java

hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java

hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java

hadoop/common/branches/branch-2/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml

hadoop/common/branches/branch-2/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml

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

Modified: 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java?rev=1603026&r1=1603025&r2=1603026&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java
 Mon Jun 16 23:27:03 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java?rev=1603026&r1=1603025&r2=1603026&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java
 Mon Jun 16 23:27:03 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java?rev=1603026&r1=1603025&r2=1603026&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java
 Mon Jun 16 23:27:03 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at

Modified: 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java?rev=1603026&r1=1603025&r2=1603026&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/versioninfo/VersionInfoMojo.java
 Mon Jun 16 23:27:03 2014
@@ -1,6 +1,4 @@
 /*
- * Copyright 2012 The Apache Software Foundation.
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a cop

svn commit: r1603026 - in /hadoop/common/branches/branch-2/hadoop-common-project: ./ hadoop-common/ hadoop-common/src/ hadoop-common/src/main/conf/

2014-06-16 Thread wang
Author: wang
Date: Mon Jun 16 23:27:03 2014
New Revision: 1603026

URL: http://svn.apache.org/r1603026
Log:
HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from the 
source files license header. Contributed by Henry Saputra.

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/conf/hadoop-env.sh

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties

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

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

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=1603026&r1=1603025&r2=1603026&view=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 
Mon Jun 16 23:27:03 2014
@@ -85,6 +85,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10657. Have RetryInvocationHandler log failover attempt at INFO
 level. (Ming Ma via jing9)
 
+HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from
+the source files license header. (Henry Saputra via wang)
+
   OPTIMIZATIONS
 
   BUG FIXES 

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

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

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh?rev=1603026&r1=1603025&r2=1603026&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
 Mon Jun 16 23:27:03 2014
@@ -1,5 +1,3 @@
-# Copyright 2011 The Apache Software Foundation
-# 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml?rev=1603026&r1=1603025&r2=1603026&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml
 Mon Jun 16 23:27:03 2014
@@ -1,8 +1,6 @@
 
 
 

svn commit: r1603042 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

2014-06-16 Thread jlowe
Author: jlowe
Date: Tue Jun 17 02:23:58 2014
New Revision: 1603042

URL: http://svn.apache.org/r1603042
Log:
HADOOP-10699. Fix build native library on mac osx. Contributed by Binglin Chang

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

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

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=1603042&r1=1603041&r2=1603042&view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Tue Jun 
17 02:23:58 2014
@@ -562,6 +562,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10702. KerberosAuthenticationHandler does not log the principal 
names
 correctly. (Benoy Antony via cnauroth)
 
+HADOOP-10699. Fix build native library on mac osx (Binglin Chang via
+jlowe)
+
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
 HADOOP-10520. Extended attributes definition and FileSystem APIs for

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c?rev=1603042&r1=1603041&r2=1603042&view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c
 Tue Jun 17 02:23:58 2014
@@ -73,7 +73,10 @@ Java_org_apache_hadoop_security_JniBased
   // was successful or not (as long as it was called we need to call
   // endnetgrent)
   setnetgrentCalledFlag = 1;
-#ifndef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__MACH__)
+  setnetgrent(cgroup);
+  {
+#else
   if(setnetgrent(cgroup) == 1) {
 #endif
 current = NULL;
@@ -90,9 +93,7 @@ Java_org_apache_hadoop_security_JniBased
 userListSize++;
   }
 }
-#ifndef __FreeBSD__
   }
-#endif
 
   //--
   // build return data (java array)




svn commit: r1603043 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

2014-06-16 Thread jlowe
Author: jlowe
Date: Tue Jun 17 02:25:13 2014
New Revision: 1603043

URL: http://svn.apache.org/r1603043
Log:
svn merge -c 1603042 FIXES: HADOOP-10699. Fix build native library on mac osx. 
Contributed by Binglin Chang

Modified:

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

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

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=1603043&r1=1603042&r2=1603043&view=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 Jun 17 02:25:13 2014
@@ -225,6 +225,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10702. KerberosAuthenticationHandler does not log the principal 
names
 correctly. (Benoy Antony via cnauroth)
 
+HADOOP-10699. Fix build native library on mac osx (Binglin Chang via
+jlowe)
+
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
 HADOOP-10520. Extended attributes definition and FileSystem APIs for

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c?rev=1603043&r1=1603042&r2=1603043&view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c
 Tue Jun 17 02:25:13 2014
@@ -73,7 +73,10 @@ Java_org_apache_hadoop_security_JniBased
   // was successful or not (as long as it was called we need to call
   // endnetgrent)
   setnetgrentCalledFlag = 1;
-#ifndef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__MACH__)
+  setnetgrent(cgroup);
+  {
+#else
   if(setnetgrent(cgroup) == 1) {
 #endif
 current = NULL;
@@ -90,9 +93,7 @@ Java_org_apache_hadoop_security_JniBased
 userListSize++;
   }
 }
-#ifndef __FreeBSD__
   }
-#endif
 
   //--
   // build return data (java array)




svn commit: r1603055 - in /hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc: protoc-gen-hrpc.cc proxy.c proxy.h

2014-06-16 Thread cmccabe
Author: cmccabe
Date: Tue Jun 17 04:58:24 2014
New Revision: 1603055

URL: http://svn.apache.org/r1603055
Log:
HADOOP-10706. Fix initialization of hrpc_sync_ctx (decstery via cmccabe)

Modified:

hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/protoc-gen-hrpc.cc

hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.c

hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.h

Modified: 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/protoc-gen-hrpc.cc
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/protoc-gen-hrpc.cc?rev=1603055&r1=1603054&r2=1603055&view=diff
==
--- 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/protoc-gen-hrpc.cc
 (original)
+++ 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/protoc-gen-hrpc.cc
 Tue Jun 17 04:58:24 2014
@@ -381,12 +381,12 @@ private:
 "uv_sem_wait(&ctx->sem);\n"
 "if (ctx->err) {\n"
 "err = ctx->err;\n"
-"hrpc_release_sync_ctx(ctx);\n"
+"hrpc_proxy_release_sync_ctx(ctx);\n"
 "return err;\n"
 "}\n"
 "resp = $resp_ty_uscore$__unpack(NULL, ctx->resp.pb_len,\n"
 "  ctx->resp.pb_base);\n"
-"hrpc_release_sync_ctx(ctx);\n"
+"hrpc_proxy_release_sync_ctx(ctx);\n"
 "if (!resp) {\n"
 "return hadoop_lerr_alloc(EINVAL,\n"
 "   \"$sync_call$: failed to parse response from server\");\n"

Modified: 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.c
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.c?rev=1603055&r1=1603054&r2=1603055&view=diff
==
--- 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.c
 (original)
+++ 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.c
 Tue Jun 17 04:58:24 2014
@@ -96,14 +96,14 @@ struct hrpc_sync_ctx *hrpc_proxy_alloc_s
 if (!ctx) {
 return NULL;
 }
+memset(ctx, 0, sizeof(*ctx));
 if (uv_sem_init(&ctx->sem, 0)) {
 return NULL;
 }
-memset(&ctx, 0, sizeof(ctx));
 return ctx;
 }
 
-void hrpc_release_sync_ctx(struct hrpc_sync_ctx *ctx)
+void hrpc_proxy_release_sync_ctx(struct hrpc_sync_ctx *ctx)
 {
 free(ctx->resp.base);
 uv_sem_destroy(&ctx->sem);

Modified: 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.h
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.h?rev=1603055&r1=1603054&r2=1603055&view=diff
==
--- 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.h
 (original)
+++ 
hadoop/common/branches/HADOOP-10388/hadoop-native-core/src/main/native/rpc/proxy.h
 Tue Jun 17 04:58:24 2014
@@ -141,7 +141,7 @@ struct hrpc_sync_ctx *hrpc_proxy_alloc_s
  *
  * @param proxy The sync context.
  */
-void hrpc_release_sync_ctx(struct hrpc_sync_ctx *ctx);
+void hrpc_proxy_release_sync_ctx(struct hrpc_sync_ctx *ctx);
 
 /**
  * A callback which synchronous RPCs can use.