Antoine Queric created SDAP-189:
-----------------------------------
Summary: ningester documentation : specifying cassandra port in
connection settings
Key: SDAP-189
URL: https://issues.apache.org/jira/browse/SDAP-189
Project: Apache Science Data Analytics Platform
Issue Type: Improvement
Components: nexus
Reporter: Antoine Queric
If the cassandra cluster is not listening on 9042 port, the user must specify
the port in the configuration files.
Adding a "port" configuration item such as :
{code:java}
spring:
profiles:
- docker
data:
cassandra:
keyspaceName: nexustiles
contactPoints: dataweb0-ib1
port: 9049
{code}
works fine.
Adding some examples including the lines where the user can specify the
cassandra CQL port could be helpful.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)