Skip to content
Snippets Groups Projects
Commit e52a4fd5 authored by m1ch1's avatar m1ch1
Browse files

gh-66 updated nosqldb readme

parent 75af6730
No related branches found
No related tags found
No related merge requests found
This directory should contain kvclient-1.2.123.jar for building
and running Oracle NoSQL Database client.
CONFIGURE CONFIGURE
$KVHOME is Oracle NoSQL Database package files. $KVHOME is Oracle NoSQL Database package files.
$KVROOT is a data directory. $KVROOT is a data directory.
$YCSBHOME is a YCSB home directory.
$ mkdir $KVROOT mkdir $KVROOT
$ java -jar $KVHOME/lib/kvstore-1.2.123.jar makebootconfig \ java -jar $KVHOME/lib/kvstore-1.2.123.jar makebootconfig \
-root $KVROOT -port 5000 -admin 5001 -host localhost \ -root $KVROOT -port 5000 -admin 5001 -host localhost \
-harange 5010,5020 -harange 5010,5020
$ java -jar $KVHOME/lib/kvstore-1.2.123.jar start -root $KVROOT java -jar $KVHOME/lib/kvstore-1.2.123.jar start -root $KVROOT
$ java -jar $KVHOME/lib/kvstore-1.2.123.jar runadmin \ java -jar $KVHOME/lib/kvstore-1.2.123.jar runadmin \
-port 5000 -host localhost -script ../script.txt -port 5000 -host localhost -script $YCSBHOME/conf/script.txt
BENCHMARK BENCHMARK
$ java -cp build/ycsb.jar:db/nosqldb/lib/kvclient-1.2.123.jar \ $YCSBHOME/bin/ycsb load nosqldb workloads/workloada
com.yahoo.ycsb.Client -db com.yahoo.ycsb.db.NoSqlDbClient \ $YCSBHOME/bin/ycsb run nosqldb workloads/workloada
-P workloads/workloada
PROPERTIES PROPERTIES
See nosqldb.properties. See $YCSBHOME/conf/nosqldb.properties.
STOP STOP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment