You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-user@hadoop.apache.org by Farrokh Shahriari <mo...@gmail.com> on 2012/10/01 10:07:06 UTC

Test SecureBase with YCSB

Hi
I wanna test the SecureBase code which is available at github site with
YCSB(yahoo cloud serving benchmark). I can put data into a insecure table
without any problems,but when I use securecreate( use secure table ) with
ycsb, I got this error:
.
.
.
 at org.jruby.Ruby.runScript(Ruby.java:693)
 at org.jruby.Ruby.runScript(Ruby.java:686)
 at org.jruby.Ruby.runNormally(Ruby.java:593)
 at org.jruby.Ruby.runFromMain(Ruby.java:442)
 at org.jruby.Main.doRunFromMain(Main.java:321)
 at org.jruby.Main.internalRun(Main.java:241)
 at org.jruby.Main.run(Main.java:207)
 at org.jruby.Main.run(Main.java:191)
 at org.jruby.Main.main(Main.java:171)
ERROR: java.lang.NullPointerException: null

Also I've tried to use necessary libraries like SecureBase,but didn't get
answer.Can anyone help me ?

Tnx