Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8A661200B71 for ; Wed, 17 Aug 2016 05:33:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8904E160ABC; Wed, 17 Aug 2016 03:33:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0214E160AA8 for ; Wed, 17 Aug 2016 05:33:21 +0200 (CEST) Received: (qmail 99356 invoked by uid 500); 17 Aug 2016 03:33:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 99323 invoked by uid 99); 17 Aug 2016 03:33:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2016 03:33:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 87E682C02A1 for ; Wed, 17 Aug 2016 03:33:20 +0000 (UTC) Date: Wed, 17 Aug 2016 03:33:20 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16428) hbase-spark will not compile on Spark 2.0.0 due to private Logger MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 17 Aug 2016 03:33:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423806#comment-15423806 ] Ted Yu commented on HBASE-16428: -------------------------------- Dupe of HBASE-16179 There're other compilation errors. > hbase-spark will not compile on Spark 2.0.0 due to private Logger > ----------------------------------------------------------------- > > Key: HBASE-16428 > URL: https://issues.apache.org/jira/browse/HBASE-16428 > Project: HBase > Issue Type: Bug > Components: spark > Affects Versions: 2.0.0 > Environment: AWS EMR Spark 2.0.0 > Reporter: Euan de Kock > > Compiling a Spark application using Spark 2.0.0 will fail when the HBaseContext is referenced as this module references spark.Logging. In Spark 2.0.0 this was moved to a private location as it was never intended to be used outside of the Spark API. > The actual error code is: > {quote} > [ERROR] error: missing or invalid dependency detected while loading class file 'HBaseContext.class'. > [INFO] Could not access type Logging in package org.apache.spark, > [INFO] because it (or its dependencies) are missing. > {quote} > See [https://issues.apache.org/jira/browse/SPARK-13928] for details on this change to Spark. -- This message was sent by Atlassian JIRA (v6.3.4#6332)