We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea05d74 commit e18382dCopy full SHA for e18382d
README.org
@@ -10,7 +10,7 @@ You need Java and maven.
10
#+BEGIN_SRC java
11
git clone git://github.com/russelldb/bench_shim.git
12
mvn clean install
13
- mvn exec:java -Dexec.mainClass="com.basho.riak.bench.BenchDriverApp" -Dexec.classpathScope=runtime -Dexec.args="[email protected] MY_COOKIE"
+ mvn exec:java -Dexec.mainClass="com.basho.riak.bench.BenchShimApp" -Dexec.classpathScope=runtime -Dexec.args="[email protected] MY_COOKIE"
14
#+END_SRC
15
16
This will start a local Jinterface node. You then need to configure your basho_bench installation to talk to this Java node.
0 commit comments