Loading Memcached-Java-Load-Client

Hi,

Thanks for the reply. I want to run Memcached-Java-Load-Client with memcached not with couchbase.

I have added spymemcached-2.9.1 to lib directory of Memcached-Java-Load-Client and compile it. Then I added slf4j-simple-1.7.5.jar and slf4j-api-1.7.5.jar into lib directory too.
But Still after attempting to load the client by
java -cp build/ycsb.jar:lib/slf4j-api-1.7.5.jar:lib/slf4j-simple-1.7.5.jar:lib/memcached-2.6.jar com.yahoo.ycsb.LoadGenerator -load -P workloads/workloadb

I got the error :

2013-08-13 21:44:23.049 INFO net.spy.memcached.MemcachedConnection: Added {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0} to connect queue
2013-08-13 21:44:23.052 INFO net.spy.memcached.MemcachedConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@f970646
Exception in thread “PooledThread-0” java.lang.NoSuchMethodError: net.spy.memcached.MemcachedClient.set(Ljava/lang/String;ILjava/lang/Object;)Lnet/spy/memcached/internal/OperationFuture;
at com.yahoo.ycsb.db.SpymemcachedClient.set(Unknown Source)
at com.yahoo.ycsb.memcached.MemcachedWrapper.set(Unknown Source)
at com.yahoo.ycsb.workloads.MemcachedCoreWorkload.doInsert(Unknown Source)
at com.yahoo.ycsb.client.ClientThreadPool$PooledThread.run(Unknown Source)
2013-08-13 21:44:23.053 INFO net.spy.memcached.MemcachedConnection: Added {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0} to connect queue
Exception in thread “Thread-0” java.lang.IllegalThreadStateException
at java.lang.ThreadGroup.addUnstarted(ThreadGroup.java:864)
at java.lang.Thread.init(Thread.java:389)
at java.lang.Thread.(Thread.java:511)
at com.yahoo.ycsb.client.ClientThreadPool$PooledThread.(Unknown Source)
at com.yahoo.ycsb.client.ClientThreadPool.(Unknown Source)
at com.yahoo.ycsb.client.LoadThread.run(Unknown Source)
2013-08-13 21:44:23.054 INFO net.spy.memcached.MemcachedConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@6ce25f8a

Any help or suggestion will be appreciated.

Best Regards,
Saeid.