[
https://issues.apache.org/jira/browse/GORA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147309#comment-14147309
]
ASF GitHub Bot commented on GORA-376:
-------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/gora/pull/10
> Gora Cassandra doesn't accept user credentials for connection
> -------------------------------------------------------------
>
> Key: GORA-376
> URL: https://issues.apache.org/jira/browse/GORA-376
> Project: Apache Gora
> Issue Type: Bug
> Components: gora-cassandra
> Affects Versions: 0.3, 0.4, 0.5
> Reporter: Viju Kothuvatiparambil
> Assignee: Viju Kothuvatiparambil
> Labels: patch
> Fix For: 0.6
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> The following properties are defined in gora.properties
> gora.cassandrastore.servers=host:port
> gora.cassandrastore.username=username
> gora.cassandrastore.password=password
> Initialization method in CassandraClient.java only takes the host name, but
> credentials are not passed to the constructor for CassandraHostConfigurator.
> public void initialize(Class<K> keyClass, Class<T> persistentClass) throws
> Exception {
> ....
> this.cluster =
> HFactory.getOrCreateCluster(this.cassandraMapping.getClusterName(),
> new CassandraHostConfigurator(this.cassandraMapping.getHostName()));
> ....
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)