Skip to content

Commit

Permalink
Trying to fix Quick Start markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlo committed Jan 11, 2013
1 parent 7e244f0 commit 144e367
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -23,19 +23,20 @@ Please note that it will not compile on 32-bit systems.

## Quick Start
1. First build the entire distribution:

ant build

2. Next make the project jar file for the target benchmark.
H-Store includes several [benchmarks](http://hstore.cs.brown.edu/doc/deployment/benchmarks/)
that are built-in and ready to execute.
A project jar contains all the of stored procedures and statements for the target
benchmark, as well as the cluster configuration for the database system.
that are built-in and ready to execute. A project jar contains all the of stored
procedures and statements for the target benchmark, as well as the cluster
configuration for the database system.

export HSTORE_BENCHMARK=tm1
ant hstore-prepare -Dproject=$HSTORE_BENCHMARK

3. You can now execute the benchmark locally on your machine with two partitions
ant hstore-benchmark -Dproject=$HSTORE_BENCHMARK

More information is available here:
ant hstore-benchmark -Dproject=$HSTORE_BENCHMARK

<http://hstore.cs.brown.edu/doc/quick-start/>
More information is available here: <http://hstore.cs.brown.edu/doc/quick-start/>

0 comments on commit 144e367

Please sign in to comment.