diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-09-17 22:35:25 -0400 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-09-17 22:35:25 -0400 |
commit | a9efc16e26cd57d69bb2dc691cec01ec842930cc (patch) | |
tree | 8ed97ecbfdb7c3e94d5e3aad5dff8d812dbefbc7 /distribution/cassandra_job/test.cql | |
parent | bdeb60322c8a4477f19c616f5f1a6a1058c72204 (diff) |
Update distribution files to support helm charts
Helm Charts require new Docker images.
Refined Cassandra and Cassandra cql loader.
Change-Id: Ie7726025afd63e256a43aef9f39d53c32c90c77b
Issue-ID: MUSIC-99
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Diffstat (limited to 'distribution/cassandra_job/test.cql')
-rw-r--r-- | distribution/cassandra_job/test.cql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distribution/cassandra_job/test.cql b/distribution/cassandra_job/test.cql new file mode 100644 index 00000000..196fea22 --- /dev/null +++ b/distribution/cassandra_job/test.cql @@ -0,0 +1,2 @@ +DESCRIBE keyspaces; + |