Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1676E18C52 for ; Tue, 23 Feb 2016 10:18:31 +0000 (UTC) Received: (qmail 66527 invoked by uid 500); 23 Feb 2016 10:18:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66481 invoked by uid 500); 23 Feb 2016 10:18:18 -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 66446 invoked by uid 99); 23 Feb 2016 10:18:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 10:18:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 187EE2C1F57 for ; Tue, 23 Feb 2016 10:18:18 +0000 (UTC) Date: Tue, 23 Feb 2016 10:18:18 +0000 (UTC) From: "Appy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15310) hbase-spark module has compilation failures with clover profile 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/HBASE-15310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158665#comment-15158665 ] Appy commented on HBASE-15310: ------------------------------ Ahh, forgot to mention it above, sorry. Also replace the tabs with space. bq. -1 whitespace 0m 1s The patch has 16 line(s) with tabs. > hbase-spark module has compilation failures with clover profile > --------------------------------------------------------------- > > Key: HBASE-15310 > URL: https://issues.apache.org/jira/browse/HBASE-15310 > Project: HBase > Issue Type: Bug > Components: spark, test > Affects Versions: 2.0.0 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-15310.patch > > > running with a clover profile enabled will fail due to cross compilation ordering issues with the hbase-spark module. > {code} > 21:07:47 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-spark: Compilation failure: Compilation failure: > 21:07:47 [ERROR] /data/jenkins/workspace/CDH5.7.0-HBase-1.2.0-Clover/hbase-spark/target/clover/src-instrumented/org/apache/hadoop/hbase/spark/example/hbasecontext/JavaHBaseBulkDeleteExample.java:[23,36] error: cannot find symbol > 21:07:47 [ERROR] symbol: class JavaHBaseContext > 21:07:47 [ERROR] location: package org.apache.hadoop.hbase.spark > 21:07:47 [ERROR] /data/jenkins/workspace/CDH5.7.0-HBase-1.2.0-Clover/hbase-spark/target/clover/src-instrumented/org/apache/hadoop/hbase/spark/example/hbasecontext/JavaHBaseDistributedScan.java:[27,36] error: cannot find symbol > .... (many classes) > {code} > Apparently this is a known issue and this page shows a remedy. > https://confluence.atlassian.com/display/CLOVERKB/Java-+Scala+cross-compilation+error+-+cannot+find+symbol -- This message was sent by Atlassian JIRA (v6.3.4#6332)