This is an automated email from the ASF dual-hosted git repository.
fgreg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/master by this push:
new 725ed5a SDAP-139 Update Cassandra Image Version (#31)
725ed5a is described below
commit 725ed5a7bb7db96662e5351f8cd373f4c54862d6
Author: fgreg <[email protected]>
AuthorDate: Mon Sep 10 16:37:39 2018 -0700
SDAP-139 Update Cassandra Image Version (#31)
* Update cassandra image version. Made init script run on every startup.
* update docs
---
docs/quickstart.rst | 6 ------
1 file changed, 6 deletions(-)
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 5136dcc..42a403d 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -130,12 +130,6 @@ To start cassandra using a volume mount and expose the
connection port 9042:
export CASSANDRA_DATA=~/nexus-quickstart/cassandra
docker run --name cassandra --network sdap-net -p 9042:9042 -v
${CASSANDRA_DATA}:/var/lib/cassandra -d sdap/cassandra:${VERSION}
-If this is your first time starting the cassandra container, you need to
initialize the database by running the DDL script included in the image.
Execute the following command to create the needed keyspace and table:
-
-.. code-block:: bash
-
- docker exec -it cassandra cqlsh -f /tmp/nexustiles.cql
-
.. _quickstart-step6:
Ingest Data