|
@@ -1336,28 +1336,11 @@ public interface ClientProtocol {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Remove xattr of a file or directory.Value in xAttr parameter is ignored.
|
|
* 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,
|
|
* The name must be prefixed with the namespace followed by ".". For example,
|
|
* "user.attr".
|
|
* "user.attr".
|
|
->>>>>>> .merge-right.r1614550
|
|
|
|
* <p/>
|
|
* <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.
|
|
* Refer to the HDFS extended attributes user documentation for details.
|
|
*
|
|
*
|
|
->>>>>>> .merge-right.r1614550
|
|
|
|
* @param src file or directory
|
|
* @param src file or directory
|
|
* @param xAttr <code>XAttr</code> to remove
|
|
* @param xAttr <code>XAttr</code> to remove
|
|
* @throws IOException
|
|
* @throws IOException
|