Browse Source

debug CI installation issue

marko asplund 11 years ago
parent
commit
8fcc246ef5
1 changed files with 4 additions and 3 deletions
  1. 4 3
      toolset/run-ci.py

+ 4 - 3
toolset/run-ci.py

@@ -348,9 +348,10 @@ class CIRunnner:
     sudo -u benchmarkdbuser psql hello_world < config/create-postgres.sql
     sudo -u benchmarkdbuser psql hello_world < config/create-postgres.sql
 
 
     # Setup Apache Cassandra
     # Setup Apache Cassandra
-    pwd
-    echo foobar
-    find config
+    sudo dpkg -l cassandra
+    sudo apt-cache search cassandra
+    which cqlsh
+    cqlsh --version
     cqlsh -f config/cassandra/create-keyspace.cql
     cqlsh -f config/cassandra/create-keyspace.cql
     python config/cassandra/db-data-gen.py | cqlsh
     python config/cassandra/db-data-gen.py | cqlsh