Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Nov 1, 2016
1 parent 426965c commit ddb2d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging as lg


__version__ = '2.0.12'
__version__ = '2.0.13'
__license__ = 'MIT'


Expand Down
6 changes: 3 additions & 3 deletions hdfs/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ def set_acl(self, hdfs_path, acl_spec, clear=True):
:param acl_spec: String representation of an ACL spec. Must be a valid
string with entries for user, group and other. For example:
`"user::rwx,user:foo:rw-,group::r--,other::---"`.
:param clear: Clear existing ACL entries. If set to false, all existing ACL entries
that are not specified in this call are retained without changes, behaving like ModifyAcl_. For example:
`"user:foo:rwx"`.
:param clear: Clear existing ACL entries. If set to false, all existing ACL
entries that are not specified in this call are retained without changes,
behaving like ModifyAcl_. For example: `"user:foo:rwx"`.
.. _SetAcl: SETACL_
.. SETACL_: https://hadoop.apache.org/docs/stable2/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#Set_ACL
Expand Down

0 comments on commit ddb2d66

Please sign in to comment.