Hi, Thanks for your concern about potential flaws in HBase. I would like to point your attention to this page:
http://wiki.apache.org/hadoop/Hbase/HowToContribute Feel free to file a JIRA at: https://issues.apache.org/jira/browse/HBASE And once you have a solution we would be happy to review any patches you provide. Thanks, -ryan On Fri, Nov 27, 2009 at 1:14 AM, Erik Bengtson <[email protected]> wrote: > Hi, > > A DataNucleus, HBase user posted this: > http://www.jpox.org/servlet/forum/viewthread_thread,5869 > > He is having trouble to run DataNucleus HBase in a JVM running with > security manager activated. > > The permission required for the codebase is a SocketPermission, > however the HBase client api does not run in a privileged block. > > To workaround we've added the doPrivileged block in DataNucleus, and > the user grants datanucleus-hbase jar the SocketPermission. > > However, I think you should add these doPrivileged blocks to HBase > code. Could you please look at these, and let me know when it's > solved, so we can remove the doPrivileged blocks from DataNucleus > code? >
