You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by wa...@apache.org on 2014/08/01 00:45:08 UTC

svn commit: r1615013 - /hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java

Author: wang
Date: Thu Jul 31 22:45:08 2014
New Revision: 1615013

URL: http://svn.apache.org/r1615013
Log:
Fix some merge errors that slipped through.

Modified:
    hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java

Modified: hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java?rev=1615013&r1=1615012&r2=1615013&view=diff
==============================================================================
--- hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java (original)
+++ hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java Thu Jul 31 22:45:08 2014
@@ -1336,28 +1336,11 @@ public interface ClientProtocol {
   
   /**
    * Remove xattr of a file or directory.Value in xAttr parameter is ignored.
-<<<<<<< .working
-   * Name must be prefixed with user/trusted/security/system/raw.
-=======
    * The name must be prefixed with the namespace followed by ".". For example,
    * "user.attr".
->>>>>>> .merge-right.r1614550
    * <p/>
-<<<<<<< .working
-   * A regular user only can remove xattr of "user" namespace.
-   * A super user can remove xattr of "user" and "trusted" namespace.
-   * XAttr of "security" and "system" namespace is only used/exposed 
-   * internally to the FS impl.
-   * The xattrs of the "raw" namespace are only used/exposed when accessed in
-   * the /.reserved/raw HDFS directory hierarchy. These attributes can only be
-   * accessed by the superuser.
-   * <p/>
-   * @see <a href="http://en.wikipedia.org/wiki/Extended_file_attributes">
-   * http://en.wikipedia.org/wiki/Extended_file_attributes</a>
-=======
    * Refer to the HDFS extended attributes user documentation for details.
    *
->>>>>>> .merge-right.r1614550
    * @param src file or directory
    * @param xAttr <code>XAttr</code> to remove
    * @throws IOException