You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "Antoine Queric (JIRA)" <ji...@apache.org> on 2019/02/28 08:57:00 UTC

[jira] [Created] (SDAP-189) ningester documentation : specifying cassandra port in connection settings

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)