Skip to content

Commit

Permalink
Add cassandra to development server
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Mar 11, 2022
1 parent 4ba9859 commit af86809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/trino-server-dev/etc/catalog/cassandra.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
connector.name=cassandra
# Can be used with `bin/ptl env up --environment singlenode-cassandra --without-trino`
cassandra.contact-points=localhost
cassandra.allow-drop-table=true
1 change: 1 addition & 0 deletions testing/trino-server-dev/etc/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ plugin.bundles=\
../../plugin/trino-password-authenticators/pom.xml, \
../../plugin/trino-iceberg/pom.xml,\
../../plugin/trino-blackhole/pom.xml,\
../../plugin/trino-cassandra/pom.xml,\
../../plugin/trino-memory/pom.xml,\
../../plugin/trino-jmx/pom.xml,\
../../plugin/trino-raptor-legacy/pom.xml,\
Expand Down

0 comments on commit af86809

Please sign in to comment.