Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr committed Jan 5, 2015
1 parent 7effb7a commit 1baf1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ you will get a standalone Java jar file in the `target/` directory

To run Pithos manually start it with

java -jar target/pithos-0.7.1-standalone.jar
java -jar target/pithos-0.7.3-standalone.jar

To run pithos with an embedded cassandra daemon, first build the
target with:
Expand All @@ -39,7 +39,7 @@ target with:

You can then run the fully standalone artifact:

java -jar pithos-quickstart/target/pithos-quickstart-0.7.1-standalone.jar
java -jar pithos-quickstart/target/pithos-quickstart-0.7.3-standalone.jar

Pithos will expect finding a valid configuration file under `/etc/pithos/pithos.yaml`. You can specify a distinct config file using the `-f` switch.

Expand All @@ -57,7 +57,7 @@ The following startup switches are available:
Pithos includes a schema definition file in order to bootstrap your Cassandra cluster.
To install the schema, run:

java -jar target/pithos-0.7.1-standalone.jar -a install-schema
java -jar target/pithos-0.7.3-standalone.jar -a install-schema


## Test using the s3cmd command line client
Expand Down

0 comments on commit 1baf1dc

Please sign in to comment.