Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-2188

Kylin does not compile with HBase 1.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v1.5.3, v1.5.4, v1.5.4.1
    • None
    • Storage - HBase
    • CentOS Linux release 7.2.1511、maven 3.2.5、jdk1.7.0_80
    • Patch

    Description

      The RegionScanner and InternalScanner interface was different between hbase-server-1.2.x.jar and hbase-server-0.9.8.jar. The AggregationRegionScanner 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;

      Attachments

        Issue Links

          Activity

            People

              liyang.gmt8@gmail.com liyang
              zhangqiang2 Qiang Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: