Fixup on the hbasecon banner image.. add date and location
This commit is contained in:
parent
7b33a740b1
commit
d5d26f0804
|
@ -317,7 +317,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
|
|||
if (perms != Perms.ALL) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug(String.format("permissions for '%s' are not correct: have %0x, want %0x",
|
||||
id, perms, Perms.ALL));
|
||||
id.toString(), perms, Perms.ALL));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -336,7 +336,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Validate whether ACL set for all superusers.
|
||||
*/
|
||||
|
@ -366,7 +366,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Validate whether ACL ID is superuser.
|
||||
*/
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<height>0</height>
|
||||
<width>0</width>
|
||||
-->
|
||||
<src>images/hbasecon2016-stack-logo.jpg</src>
|
||||
<src>images/hbasecon2016-stacked.png</src>
|
||||
<href>http://hbasecon.com/</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
|
|
Loading…
Reference in New Issue