From d6e767a700ce98c5ea4361a951442d8b8aad43f8 Mon Sep 17 00:00:00 2001 From: nygard89 Date: Fri, 15 Apr 2016 14:05:37 +0200 Subject: [PATCH] [riak] Fixed formatting errors in README.md. --- riak/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/riak/README.md b/riak/README.md index 678fe094..43e9b736 100644 --- a/riak/README.md +++ b/riak/README.md @@ -36,10 +36,11 @@ Now, create a bucket type named "ycsb"[1](#f1) by logging int 1. In every `riak.conf` file, search for the `##strong_consistency=on` line and uncomment it. It's important that you do this before you start your cluster! 2. Run the following `riak-admin` commands: - ``` - riak-admin bucket-type create ycsb '{"props":{"allow_mult":"false","consistent":true}}' - riak-admin bucket-type activate ycsb - ``` + + ``` + riak-admin bucket-type create ycsb '{"props":{"allow_mult":"false","consistent":true}}' + riak-admin bucket-type activate ycsb + ``` If instead you want to use the eventual consistency model implemented in Riak, then type: ``` @@ -66,4 +67,5 @@ You can either specify these configuration parameters via command line or set th Note: For more information on workloads and how to run them please see: https://github.com/brianfrankcooper/YCSB/wiki/Running-a-Workload 1 As specified in the `riak.properties` file. See parameters configuration section for further info. [↩](#a1) + 2 IMPORTANT NOTE: Currently the `scan` transactions are NOT SUPPORTED for the benchmarks which use the strong consistency model! However this will not cause the benchmark to fail, it simply won't perform any scan transaction at all. These latter will immediately return with a `Status.NOT_IMPLEMENTED` code. [↩](#a2)