You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2016/11/15 03:21:58 UTC

[jira] [Updated] (KYLIN-2186) The AggregationScanner class occured error when we compiled the kylin project using hbase-server-1.2.x.jar.

     [ https://issues.apache.org/jira/browse/KYLIN-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qiang Zhang updated KYLIN-2186:
-------------------------------
    Description: 
The RegionScanner and InternalScanner interface was different between hbase-server-1.2.x.jar and hbase-server-0.9.8.jar. The AggregationScanner class inherited the RegionScanner interface. But it couldn't be compatible with hbase-server-1.2.x.jar and hbase-server-0.9.8.jar.
The reappear steps is as following:
1. Get source code using git from git://git.apache.org/kylin.git;
2. Run the mvn command to compile the kylin project;
3. Compile successfully;
4. Modify the value of the <hbase-hadoop2.version> to 1.2.0 in the pom.xml of the kylin project;
5. Run the mvn command to compile the kylin project;
3. Compile fail;

  was:
The RegionScanner and InternalScanner interface was different between hbase-client-1.2.x.jar and hbase-client-0.9.8.jar. The AggregationScanner class inherited the RegionScanner interface. But it couldn't be compatible with hbase-client-1.2.x.jar and hbase-client-0.9.8.jar.
The reappear steps is as following:
1. Get source code using git from git://git.apache.org/kylin.git;
2. Run the mvn command to compile the kylin project;
3. Compile successfully;
4. Modify the value of the <hbase-hadoop2.version> to 1.2.0 in the pom.xml of the kylin project;
5. Run the mvn command to compile the kylin project;
3. Compile fail;

        Summary: The AggregationScanner class occured error when we compiled the kylin project using hbase-server-1.2.x.jar.  (was: The AggregationScanner class occured error when we compiled the kylin project using hbase-client-1.2.x.jar.)

> The AggregationScanner class occured error when we compiled the kylin project using hbase-server-1.2.x.jar.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-2186
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2186
>             Project: Kylin
>          Issue Type: Bug
>          Components: Storage - HBase
>    Affects Versions: v1.5.3, v1.5.2.1, v1.5.4, v1.5.4.1
>         Environment: CentOS Linux release 7.2.1511、maven 3.2.5、jdk1.7.0_80
>            Reporter: Qiang Zhang
>            Assignee: liyang
>              Labels: patch
>
> The RegionScanner and InternalScanner interface was different between hbase-server-1.2.x.jar and hbase-server-0.9.8.jar. The AggregationScanner class inherited the RegionScanner interface. But it couldn't be compatible with hbase-server-1.2.x.jar and hbase-server-0.9.8.jar.
> The reappear steps is as following:
> 1. Get source code using git from git://git.apache.org/kylin.git;
> 2. Run the mvn command to compile the kylin project;
> 3. Compile successfully;
> 4. Modify the value of the <hbase-hadoop2.version> to 1.2.0 in the pom.xml of the kylin project;
> 5. Run the mvn command to compile the kylin project;
> 3. Compile fail;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)