svn commit: r1584371 - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/

2014-04-03 Thread umamahesh
Author: umamahesh
Date: Thu Apr  3 20:09:25 2014
New Revision: 1584371

URL: http://svn.apache.org/r1584371
Log:
Updated my org details


Modified:
hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml
hadoop/common/site/main/publish/bylaws.pdf
hadoop/common/site/main/publish/index.pdf
hadoop/common/site/main/publish/issue_tracking.pdf
hadoop/common/site/main/publish/linkmap.pdf
hadoop/common/site/main/publish/mailing_lists.pdf
hadoop/common/site/main/publish/privacy_policy.pdf
hadoop/common/site/main/publish/releases.pdf
hadoop/common/site/main/publish/version_control.pdf
hadoop/common/site/main/publish/who.html
hadoop/common/site/main/publish/who.pdf

Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml?rev=1584371r1=1584370r2=1584371view=diff
==
--- hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml 
(original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Thu 
Apr  3 20:09:25 2014
@@ -355,7 +355,7 @@
 tr
  tdumamahesh/td
  tda href=https://people.apache.org/~umamahesh/umamahesh.html;Uma 
Maheswara Rao G/a/td
- tdHuawei/td
+ tdIntel/td
  td/td
  td+5.5/td
 /tr
@@ -983,7 +983,7 @@
tr
  tdumamahesh/td
  tda href=https://people.apache.org/~umamahesh/umamahesh.html;Uma 
Maheswara Rao G/a/td
- tdHuawei/td
+ tdIntel/td
  tdHDFS/td
  td+5.5/td
/tr

Modified: hadoop/common/site/main/publish/bylaws.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/bylaws.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/index.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/index.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/issue_tracking.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/issue_tracking.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/linkmap.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/linkmap.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/mailing_lists.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/mailing_lists.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/privacy_policy.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/privacy_policy.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/releases.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/releases.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/version_control.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/version_control.pdf?rev=1584371r1=1584370r2=1584371view=diff
==
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/who.html
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.html?rev=1584371r1=1584370r2=1584371view=diff
==
--- hadoop/common/site/main/publish/who.html (original)
+++ hadoop/common/site/main/publish/who.html Thu Apr  3 20:09:25 2014
@@ -712,7 +712,7 @@ document.write(Last Published:  + docu
  
 td colspan=1 rowspan=1umamahesh/td
  td colspan=1 rowspan=1a 
href=https://people.apache.org/~umamahesh/umamahesh.html;Uma Maheswara Rao 
G/a/td
- td colspan=1 rowspan=1Huawei/td
+ td colspan=1 rowspan=1Intel/td
  td colspan=1 rowspan=1/td
  td colspan=1 rowspan=1+5.5/td
 
@@ -1574,7 +1574,7 @@ document.write(Last Published:  + docu
  
 td colspan=1 rowspan=1umamahesh/td
  td colspan=1 rowspan=1a 

svn commit: r1584431 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/fs/HarFs.java src/main/resources/core-default.xml

2014-04-03 Thread jeagles
Author: jeagles
Date: Thu Apr  3 22:20:47 2014
New Revision: 1584431

URL: http://svn.apache.org/r1584431
Log:
HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee via 
jeagles)

Added:

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

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=1584431r1=1584430r2=1584431view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Apr 
 3 22:20:47 2014
@@ -349,6 +349,9 @@ Release 2.4.1 - UNRELEASED
 
   IMPROVEMENTS
 
+HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee
+via jeagles)
+
   OPTIMIZATIONS
 
   BUG FIXES 

Added: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java?rev=1584431view=auto
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
 (added)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
 Thu Apr  3 22:20:47 2014
@@ -0,0 +1,38 @@
+/**
+* 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
+* regarding copyright ownership. The ASF licenses this file
+* to you 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
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an AS IS BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+package org.apache.hadoop.fs;
+
+import java.io.IOException;
+import java.net.URI;
+import java.net.URISyntaxException;
+
+import org.apache.hadoop.conf.Configuration;
+
+public class HarFs extends DelegateToFileSystem {
+  HarFs(final URI theUri, final Configuration conf)
+  throws IOException, URISyntaxException {
+super(theUri, new HarFileSystem(), conf, har, true);
+  }
+
+  @Override
+  public int getUriDefaultPort() {
+return -1;
+  }
+}
+

Modified: 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml?rev=1584431r1=1584430r2=1584431view=diff
==
--- 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
 (original)
+++ 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
 Thu Apr  3 22:20:47 2014
@@ -452,6 +452,11 @@
   descriptionThe AbstractFileSystem for file: uris./description
 /property
 
+property
+  namefs.AbstractFileSystem.har.impl/name
+  valueorg.apache.hadoop.fs.HarFs/value
+  descriptionThe AbstractFileSystem for har: uris./description
+/property 
 
 property
   namefs.AbstractFileSystem.hdfs.impl/name




svn commit: r1584432 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/fs/HarFs.java src/main/resources/core-default.xml

2014-04-03 Thread jeagles
Author: jeagles
Date: Thu Apr  3 22:25:54 2014
New Revision: 1584432

URL: http://svn.apache.org/r1584432
Log:
HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee via 
jeagles)

Added:

hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
  - copied unchanged from r1584431, 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
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/resources/core-default.xml

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=1584432r1=1584431r2=1584432view=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 
Thu Apr  3 22:25:54 2014
@@ -44,6 +44,9 @@ Release 2.4.1 - UNRELEASED
 
   IMPROVEMENTS
 
+HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee
+via jeagles)
+
   OPTIMIZATIONS
 
   BUG FIXES 

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml?rev=1584432r1=1584431r2=1584432view=diff
==
--- 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
 (original)
+++ 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
 Thu Apr  3 22:25:54 2014
@@ -444,6 +444,11 @@
   descriptionThe AbstractFileSystem for file: uris./description
 /property
 
+property
+  namefs.AbstractFileSystem.har.impl/name
+  valueorg.apache.hadoop.fs.HarFs/value
+  descriptionThe AbstractFileSystem for har: uris./description
+/property 
 
 property
   namefs.AbstractFileSystem.hdfs.impl/name




svn commit: r1584439 - in /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common: CHANGES.txt src/main/java/org/apache/hadoop/fs/HarFs.java src/main/resources/core-default.xml

2014-04-03 Thread kihwal
Author: kihwal
Date: Thu Apr  3 22:39:38 2014
New Revision: 1584439

URL: http://svn.apache.org/r1584439
Log:
HADOOP-10454. Provide FileContext version of har file system. Contributed by 
Koji Noguchi, Jason Lowe and Kihwal Lee.

Added:

hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
  - copied unchanged from r1584431, 
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
Modified:

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

hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

Modified: 
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1584439r1=1584438r2=1584439view=diff
==
--- 
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
 (original)
+++ 
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
 Thu Apr  3 22:39:38 2014
@@ -12,6 +12,9 @@ Release 0.23.11 - UNRELEASED
 
 HADOOP-10164. Allow UGI to login with a known Subject (bobby)
 
+HADOOP-10454. Provide FileContext version of har file system. (kihwal
+via jeagles)
+
   OPTIMIZATIONS
 
   BUG FIXES

Modified: 
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml?rev=1584439r1=1584438r2=1584439view=diff
==
--- 
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
 (original)
+++ 
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
 Thu Apr  3 22:39:38 2014
@@ -282,6 +282,11 @@
   descriptionThe AbstractFileSystem for file: uris./description
 /property
 
+property
+  namefs.AbstractFileSystem.har.impl/name
+  valueorg.apache.hadoop.fs.HarFs/value
+  descriptionThe AbstractFileSystem for har: uris./description
+/property 
 
 property
   namefs.AbstractFileSystem.hdfs.impl/name




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

2014-04-03 Thread kihwal
Author: kihwal
Date: Thu Apr  3 22:46:14 2014
New Revision: 1584441

URL: http://svn.apache.org/r1584441
Log:
Fixing an error in CHANGES.txt

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

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1584441r1=1584440r2=1584441view=diff
==
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt 
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Apr 
 3 22:46:14 2014
@@ -321,6 +321,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10345. Sanitize the the inputs (groups and hosts) for the proxyuser
 configuration. (Benoy Antony via jing9)
 
+HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee
+via jeagles)
+
   OPTIMIZATIONS
 
   BUG FIXES 
@@ -349,9 +352,6 @@ Release 2.4.1 - UNRELEASED
 
   IMPROVEMENTS
 
-HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee
-via jeagles)
-
   OPTIMIZATIONS
 
   BUG FIXES 




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

2014-04-03 Thread kihwal
Author: kihwal
Date: Thu Apr  3 22:47:41 2014
New Revision: 1584442

URL: http://svn.apache.org/r1584442
Log:
Fixing an error in CHANGES.txt

Modified:

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

Modified: 
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1584442r1=1584441r2=1584442view=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 
Thu Apr  3 22:47:41 2014
@@ -14,6 +14,9 @@ Release 2.5.0 - UNRELEASED
 HADOOP-10345. Sanitize the the inputs (groups and hosts) for the proxyuser
 configuration. (Benoy Antony via jing9)
 
+HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee
+via jeagles)
+
   OPTIMIZATIONS
 
   BUG FIXES 
@@ -44,9 +47,6 @@ Release 2.4.1 - UNRELEASED
 
   IMPROVEMENTS
 
-HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee
-via jeagles)
-
   OPTIMIZATIONS
 
   BUG FIXES