You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2016/02/24 19:12:18 UTC

[jira] [Comment Edited] (HBASE-15310) hbase-spark module has compilation failures with clover profile

    [ https://issues.apache.org/jira/browse/HBASE-15310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163444#comment-15163444 ] 

Jonathan Hsieh edited comment on HBASE-15310 at 2/24/16 6:11 PM:
-----------------------------------------------------------------

v2: this should have fixed the tabs and removed the version as suggested by appy. 


was (Author: jmhsieh):
this should have fixed the tabs and removed the version as suggested by appy. 

> 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, hbase-15310.v2.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)