[
https://issues.apache.org/jira/browse/CASSANDRA-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132541#comment-15132541
]
Jeremiah Jordan commented on CASSANDRA-11001:
---------------------------------------------
One fix needed:
Per the https://github.com/datastax/java-driver/tree/3.0/upgrade_guide
{code}poolingOptions.setMaxSimultaneousRequestsPerConnectionThreshold{code}
turned into {code}poolingOptions.setNewConnectionThreshold{code} not
{code}poolingOptions.setMaxRequestsPerConnection{code}
You still have a:
bq. TODO re-check SSLOptions.DEFAULT_SSL_CIPHER_SUITES
> Hadoop integration is incompatible with Cassandra Driver 3.0.0
> --------------------------------------------------------------
>
> Key: CASSANDRA-11001
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11001
> Project: Cassandra
> Issue Type: Bug
> Reporter: Jacek Lewandowski
> Assignee: Robert Stupp
> Fix For: 3.0.x
>
>
> When using Hadoop input format with SSL and Cassandra Driver 3.0.0-beta1, we
> hit the following exception:
> {noformat}
> Exception in thread "main" java.lang.NoSuchFieldError:
> DEFAULT_SSL_CIPHER_SUITES
> at
> org.apache.cassandra.hadoop.cql3.CqlConfigHelper.getSSLOptions(CqlConfigHelper.java:548)
> at
> org.apache.cassandra.hadoop.cql3.CqlConfigHelper.getCluster(CqlConfigHelper.java:315)
> at
> org.apache.cassandra.hadoop.cql3.CqlConfigHelper.getInputCluster(CqlConfigHelper.java:298)
> at
> org.apache.cassandra.hadoop.cql3.CqlInputFormat.getSplits(CqlInputFormat.java:131)
> {noformat}
> Should this be fixed with reflection so that Hadoop input/output formats are
> compatible with both old and new driver?
> [~jjordan], [~alexliu68] ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)