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/23 07:24:18 UTC

[jira] [Updated] (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:all-tabpanel ]

Jonathan Hsieh updated HBASE-15310:
-----------------------------------
    Description: 
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

  was:
running with a clover profile enabled will fail due to cross compilation ordering issues with the hbase-spark module.  

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


> 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
>
>
> 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)