Antoine Queric created SDAP-304:
-----------------------------------
Summary: Making Cassandra keyspace creation optional
Key: SDAP-304
URL: https://issues.apache.org/jira/browse/SDAP-304
Project: Apache Science Data Analytics Platform
Issue Type: Improvement
Components: analysis, nexus
Reporter: Antoine Queric
Depending on the infrastructure requirements, the user responsible for tiles
insertion in Cassandra may not have the permission to create the keyspace.
Adding a dedicated configuration item in domsconfig.ini could make the keyspace
creation optional.
In order to do so, I propose the following addition in domsconfig.ini cassandra
section :
**create_keyspace_granted**
Value could be **True** or **False**
If the value is set to "False", then we skip the keyspace creation & either
create the tables inside (if doesn't exist) or just directly use the
set_keyspace() function.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)