aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-09-11 17:28:36 -0700
committerAndrew Or <andrewor14@gmail.com>2014-09-11 17:28:36 -0700
commitce59725b8703d18988e495dbaaf86ddde4bdfc5a (patch)
tree46137e645403359e8803fb1757b30514cf071477 /streaming
parent6324eb7b5b0ae005cb2e913e36b1508bd6f1b9b8 (diff)
downloadspark-ce59725b8703d18988e495dbaaf86ddde4bdfc5a.tar.gz
spark-ce59725b8703d18988e495dbaaf86ddde4bdfc5a.tar.bz2
spark-ce59725b8703d18988e495dbaaf86ddde4bdfc5a.zip
[SPARK-3429] Don't include the empty string "" as a defaultAclUser
Changes logging from ``` 14/09/05 02:01:08 INFO SecurityManager: Changing view acls to: aash, 14/09/05 02:01:08 INFO SecurityManager: Changing modify acls to: aash, 14/09/05 02:01:08 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(aash, ); users with modify permissions: Set(aash, ) ``` to ``` 14/09/05 02:28:28 INFO SecurityManager: Changing view acls to: aash 14/09/05 02:28:28 INFO SecurityManager: Changing modify acls to: aash 14/09/05 02:28:28 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(aash); users with modify permissions: Set(aash) ``` Note that the first set of logs have a Set of size 2 containing "aash" and the empty string "" cc tgravescs Author: Andrew Ash <andrew@andrewash.com> Closes #2286 from ash211/empty-default-acl and squashes the following commits: 18cc612 [Andrew Ash] Use .isEmpty instead of =="" cf973a1 [Andrew Ash] Don't include the empty string "" as a defaultAclUser
Diffstat (limited to 'streaming')
0 files changed, 0 insertions, 0 deletions