Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27C0818A99 for ; Wed, 15 Jul 2015 07:29:44 +0000 (UTC) Received: (qmail 57957 invoked by uid 500); 15 Jul 2015 07:29:38 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 57852 invoked by uid 500); 15 Jul 2015 07:29:38 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 57841 invoked by uid 99); 15 Jul 2015 07:29:37 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 07:29:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 95F71C047E for ; Wed, 15 Jul 2015 07:29:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id iDWYY_aEJnWR for ; Wed, 15 Jul 2015 07:29:31 +0000 (UTC) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 0EE3F42AA9 for ; Wed, 15 Jul 2015 07:29:31 +0000 (UTC) Received: by wgkl9 with SMTP id l9so25975704wgk.1 for ; Wed, 15 Jul 2015 00:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kagiRmy54EL59Zr0Vho0fxHeQunIMOu+W+uep73Ig9U=; b=z1UlqSqFBJd3mUstHqUJpyFLdQnkuR8aWLw8mLlSpXRRKC1RSe2MxQyd+5N0HU1Nbj P13T24ez/RFEEo7/VPDHqDICdPkFuY5tWLc1lSZMJAxOlHGOYKGHxtRt99noD25N0/IJ nnN6X84PgVCTQROiRUtBxbrJjWTF3XcwaT4shVUZD6AOCYfuNsIz7CYdMHKXmO1tdhTK KoJWoQEr/VAnoVfCPl23zezKjo0amaisjP9OT52/yt5t2Mq07MYT0ihqT1vZnAmYRVJ+ sUDmZlExw8Hk/hnzTALnNSNSbndZK3j05IEYUviDlGwPDS9cw9RYPSMBhC1hGtUQrPRj 9pBg== MIME-Version: 1.0 X-Received: by 10.181.29.100 with SMTP id jv4mr13269037wid.4.1436945370351; Wed, 15 Jul 2015 00:29:30 -0700 (PDT) Received: by 10.28.1.197 with HTTP; Wed, 15 Jul 2015 00:29:30 -0700 (PDT) Date: Wed, 15 Jul 2015 12:59:30 +0530 Message-ID: Subject: hadoop setfacl --set not working From: kumar r To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a1137f4d85c8dcd051ae4eaaa --001a1137f4d85c8dcd051ae4eaaa Content-Type: text/plain; charset=UTF-8 I am windows user, Configured Hadoop-2.6.0 secured with kerberos. Trying to set ACL for a directory using below command *hadoop fs -setfacl --set user::rwx,user:user1:---,group::rwx,other::rwx /test1* It gives *-setfacl: Too many arguments Usage: hadoop fs [generic options] -setfacl [-R] [{-b|-k} {-m|-x } ]|[--set ]* I have posted question in stackoverflow and the link is *http://stackoverflow.com/questions/31422810/hadoop-setfacl-set-not-working* --001a1137f4d85c8dcd051ae4eaaa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I am windows user, Configured Hadoop-2.6.0 secured with ke= rberos. Trying to set ACL for a directory using below command

<=
code>hadoop fs -setfacl --set user::rwx,user:user1:---,group::rwx,other:=
:rwx /test1

It gives

-setfacl: Too many arguments Usage: hadoop fs [generic options] -setfacl [-R] [{-b|-k} {-m|-x <acl_sp= ec>} <path>]|[--set <acl_spec> <path>]
<= /pre>
I have posted question in stackoverflow and the link is

http://stackoverflow.com/questions/31422810/hadoop-setfacl-set= -not-working

--001a1137f4d85c8dcd051ae4eaaa--