Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D04A180B4 for ; Thu, 4 Feb 2016 16:27:40 +0000 (UTC) Received: (qmail 56711 invoked by uid 500); 4 Feb 2016 16:27:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 56612 invoked by uid 500); 4 Feb 2016 16:27:40 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 56576 invoked by uid 99); 4 Feb 2016 16:27:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 16:27:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E84F02C1F64 for ; Thu, 4 Feb 2016 16:27:39 +0000 (UTC) Date: Thu, 4 Feb 2016 16:27:39 +0000 (UTC) From: "Jeremiah Jordan (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-11001) Hadoop integration is incompatible with Cassandra Driver 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-11001: ---------------------------------------- Reviewer: Jeremiah Jordan > 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)