This repository was archived by the owner on Jun 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ you will get a standalone Java jar file in the `target/` directory
2626
2727To run Pithos manually start it with
2828
29- java -jar target/pithos-0.1.10 -standalone.jar
29+ java -jar target/pithos-0.6.0 -standalone.jar
3030
3131To run pithos with an embedded cassandra daemon, first build the
3232target with:
@@ -36,7 +36,7 @@ target with:
3636
3737You can then run the fully standalone artifact:
3838
39- java -jar pithos-quickstart/target/pithos-quickstart-0.1.10 -standalone.jar
39+ java -jar pithos-quickstart/target/pithos-quickstart-0.6.0 -standalone.jar
4040
4141Pithos will expect finding a valid configuration file under ` /etc/pithos/pithos.yaml ` . You can specify a distinct config file using the ` -f ` switch.
4242
@@ -54,7 +54,7 @@ The following startup switches are available:
5454Pithos includes a schema definition file in order to bootstrap your Cassandra cluster.
5555To install the schema, run:
5656
57- java -jar target/pithos-0.1.10 -standalone.jar -a install-schema
57+ java -jar target/pithos-0.6.0 -standalone.jar -a install-schema
5858
5959
6060## Test using the s3cmd command line client
Original file line number Diff line number Diff line change 1- (defproject io.pithos /pithos-quickstart " 0.1.14 "
1+ (defproject io.pithos /pithos-quickstart " 0.6.0 "
22 :description " pithos and cassandra, bundled together"
33 :url " http://pithos.io"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :main io.pithos.quickstart
77 :dependencies [[org.clojure/clojure " 1.7.0-alpha2" ]
8- [io.pithos/pithos " 0.1.14 " ]
8+ [io.pithos/pithos " 0.6.0 " ]
99 [org.apache.cassandra/cassandra-all " 2.1.0" ]])
Original file line number Diff line number Diff line change 1- (defproject io.pithos /pithos " 0.6.0-SNAPSHOT "
1+ (defproject io.pithos /pithos " 0.6.0"
22 :description " cassandra-backed object storage"
33 :maintainer {:email " Pierre-Yves Ritschard <pyr@spootnik.org>" }
44 :url " http://pithos.io"
You can’t perform that action at this time.
0 commit comments