Skip to content

Instantly share code, notes, and snippets.

@rawc0der
Created June 9, 2016 18:27
Show Gist options
  • Save rawc0der/e8421be5c42dbbee443f9eff614f8b40 to your computer and use it in GitHub Desktop.
Save rawc0der/e8421be5c42dbbee443f9eff614f8b40 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Building Kylin:Storage-HBase 1.5.2.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ kylin-storage-hbase ---
[INFO]
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ kylin-storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /kylin/storage-hbase/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ kylin-storage-hbase ---
[INFO] Compiling 100 source files to /kylin/storage-hbase/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[97,12] error: cannot find symbol
[ERROR] symbol: class Table
location: class EndpointTupleIterator
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[103,160] error: cannot find symbol
[ERROR] symbol: class Connection
location: class EndpointTupleIterator
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[294,89] error: cannot find symbol
[ERROR] symbol: class Table
location: class EndpointTupleIterator
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCLI.java:[76,19] error: cannot find symbol
[ERROR] symbol: class Admin
location: class CubeMigrationCLI
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[37,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[55,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseConnection
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[129,18] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseConnection
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[162,38] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseConnection
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[183,44] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseConnection
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[213,35] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseConnection
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/InvertedIndexStorageQuery.java:[23,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/CubeStorageQuery.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/MergeGCStep.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/MergeGCStep.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[32,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[66,12] error: cannot find symbol
[ERROR] symbol: class Admin
location: class CubeMigrationCheckCLI
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HBaseStreamingOutput.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HBaseStreamingOutput.java:[91,12] error: cannot find symbol
[ERROR] symbol: class Table
location: class HBaseStreamingOutput
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeHBaseScanRPC.java:[28,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeHBaseScanRPC.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverEnabler.java:[26,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverEnabler.java:[63,113] error: cannot find symbol
[ERROR] symbol: class Table
location: class ObserverEnabler
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/StorageCleanupJob.java:[39,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/StorageCleanupJob.java:[40,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseClean.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseClean.java:[34,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseClean.java:[35,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[94,39] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[125,51] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[129,51] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[133,45] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[137,33] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[159,33] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[207,36] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[261,45] error: cannot find symbol
[ERROR] symbol: class Connection
location: class GridTableHBaseBenchmark
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[25,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[26,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[27,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/OrphanHBaseCleanJob.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/OrphanHBaseCleanJob.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/OrphanHBaseCleanJob.java:[37,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HtableAlterMetadataCLI.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HtableAlterMetadataCLI.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HtableAlterMetadataCLI.java:[32,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[37,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[38,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[73,12] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseResourceStore
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[314,74] error: cannot find symbol
[ERROR] symbol: class Table
location: class HBaseResourceStore
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[340,78] error: cannot find symbol
[ERROR] symbol: class Table
location: class HBaseResourceStore
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseRegionSizeCalculator.java:[49,55] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseRegionSizeCalculator
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java:[28,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[28,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[44,4] error: cannot find symbol
[ERROR] symbol: class Table
location: class HBaseClientKVIterator
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[48,33] error: cannot find symbol
[ERROR] symbol: class Connection
location: class HBaseClientKVIterator
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/RowCounterCLI.java:[27,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/RowCounterCLI.java:[28,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/RowCounterCLI.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/ExtendCubeToHybridCLI.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/RegionScannerAdapter.java:[30,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: package org.apache.hadoop.hbase.regionserver
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/RegionScannerAdapter.java:[55,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: class RegionScannerAdapter
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/RegionScannerAdapter.java:[65,46] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: class RegionScannerAdapter
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/DeprecatedGCStep.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/DeprecatedGCStep.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[43,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[44,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[45,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[195,58] error: cannot find symbol
[ERROR] symbol: class Admin
location: class DeployCoprocessorCLI
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[231,58] error: cannot find symbol
[ERROR] symbol: class Admin
location: class DeployCoprocessorCLI
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[342,54] error: cannot find symbol
[ERROR] symbol: class Admin
location: class DeployCoprocessorCLI
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[29,37] error: cannot find symbol
[ERROR] symbol: class BufferedMutator
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Table
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[90,14] error: cannot find symbol
[ERROR] symbol: class BufferedMutator
location: class SimpleHBaseStore.Writer
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[127,14] error: cannot find symbol
[ERROR] symbol: class Table
location: class SimpleHBaseStore.Reader
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[51,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[52,17] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregateRegionObserver.java:[29,43] error: cannot find symbol
[ERROR] symbol: class Region
location: package org.apache.hadoop.hbase.regionserver
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java:[29,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: package org.apache.hadoop.hbase.regionserver
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverAggregationCache.java:[30,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: package org.apache.hadoop.hbase.regionserver
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java:[121,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: class AggregationScanner
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java:[131,46] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: class AggregationScanner
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[34,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[57,12] error: cannot find symbol
[ERROR] symbol: class Admin
location: class UpdateHTableHostCLI
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverAggregationCache.java:[113,47] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: class ObserverAggregationCache.AggregationRegionScanner
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverAggregationCache.java:[123,50] error: cannot find symbol
[ERROR] symbol: class ScannerContext
location: class ObserverAggregationCache.AggregationRegionScanner
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseUsage.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseUsage.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Connection
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseUsage.java:[31,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/IICreateHTableJob.java:[27,37] error: cannot find symbol
[ERROR] symbol: class Admin
location: package org.apache.hadoop.hbase.client
/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[60,17] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[68,21] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[72,30] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[212,40] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[240,38] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[268,39] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[285,31] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[305,42] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[328,40] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[351,39] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[357,41] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[378,33] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[397,32] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[413,32] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[428,39] DirectBuffer is internal proprietary API and may be removed in a future release
[INFO] 117 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Kylin:AtopCalcite ................................. SUCCESS [2.781s]
[INFO] Kylin:Core-Common ................................. SUCCESS [0.611s]
[INFO] Kylin:Core-Metadata ............................... SUCCESS [0.670s]
[INFO] Kylin:Core-Dictionary ............................. SUCCESS [0.316s]
[INFO] Kylin:Core-Cube ................................... SUCCESS [0.400s]
[INFO] Kylin:Core-Job .................................... SUCCESS [0.507s]
[INFO] Kylin:Core-Storage ................................ SUCCESS [0.272s]
[INFO] Kylin:InvertedIndex ............................... SUCCESS [4.803s]
[INFO] Kylin:Engine-MR ................................... SUCCESS [2.872s]
[INFO] Kylin:Engine-Streaming ............................ SUCCESS [0.466s]
[INFO] Kylin:Storage-HBase ............................... FAILURE [8.828s]
[INFO] Kylin:Spark ....................................... SKIPPED
[INFO] Kylin:Source-Hive ................................. SKIPPED
[INFO] Kylin:Source-Kafka ................................ SKIPPED
[INFO] Kylin:Query ....................................... SKIPPED
[INFO] Kylin:Tool ........................................ SKIPPED
[INFO] Kylin:JDBC ........................................ SKIPPED
[INFO] Kylin:RESTServer .................................. SKIPPED
[INFO] Kylin:Assembly .................................... SKIPPED
[INFO] Kylin:IT .......................................... SKIPPED
[INFO] Kylin:HadoopOLAPEngine ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.594s
[INFO] Finished at: Thu Jun 09 18:08:29 UTC 2016
[INFO] Final Memory: 40M/1363M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project kylin-storage-hbase: Compilation failure: Compilation failure:
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[97,12] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class EndpointTupleIterator
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[103,160] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class EndpointTupleIterator
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/coprocessor/endpoint/EndpointTupleIterator.java:[294,89] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class EndpointTupleIterator
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCLI.java:[76,19] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: class CubeMigrationCLI
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[37,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[55,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseConnection
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[129,18] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseConnection
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[162,38] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseConnection
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[183,44] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseConnection
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseConnection.java:[213,35] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseConnection
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/InvertedIndexStorageQuery.java:[23,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/CubeStorageQuery.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/MergeGCStep.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/MergeGCStep.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[32,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCheckCLI.java:[66,12] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: class CubeMigrationCheckCLI
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HBaseStreamingOutput.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HBaseStreamingOutput.java:[91,12] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class HBaseStreamingOutput
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeHBaseScanRPC.java:[28,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeHBaseScanRPC.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverEnabler.java:[26,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverEnabler.java:[63,113] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class ObserverEnabler
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/StorageCleanupJob.java:[39,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/StorageCleanupJob.java:[40,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseClean.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseClean.java:[34,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseClean.java:[35,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[94,39] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[125,51] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[129,51] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[133,45] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[137,33] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[159,33] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[207,36] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[261,45] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class GridTableHBaseBenchmark
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[25,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[26,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[27,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/OrphanHBaseCleanJob.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/OrphanHBaseCleanJob.java:[36,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/OrphanHBaseCleanJob.java:[37,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HtableAlterMetadataCLI.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HtableAlterMetadataCLI.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HtableAlterMetadataCLI.java:[32,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[37,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[38,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[73,12] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseResourceStore
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[314,74] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class HBaseResourceStore
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/HBaseResourceStore.java:[340,78] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class HBaseResourceStore
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseRegionSizeCalculator.java:[49,55] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseRegionSizeCalculator
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java:[28,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[28,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[44,4] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class HBaseClientKVIterator
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java:[48,33] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: class HBaseClientKVIterator
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/RowCounterCLI.java:[27,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/RowCounterCLI.java:[28,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/RowCounterCLI.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/ExtendCubeToHybridCLI.java:[31,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/RegionScannerAdapter.java:[30,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: package org.apache.hadoop.hbase.regionserver
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/RegionScannerAdapter.java:[55,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: class RegionScannerAdapter
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/RegionScannerAdapter.java:[65,46] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: class RegionScannerAdapter
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/DeprecatedGCStep.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/DeprecatedGCStep.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[43,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[44,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[45,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[195,58] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: class DeployCoprocessorCLI
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[231,58] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: class DeployCoprocessorCLI
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[342,54] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: class DeployCoprocessorCLI
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[29,37] error: cannot find symbol
[ERROR] symbol: class BufferedMutator
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[35,37] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[90,14] error: cannot find symbol
[ERROR] symbol: class BufferedMutator
[ERROR] location: class SimpleHBaseStore.Writer
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/SimpleHBaseStore.java:[127,14] error: cannot find symbol
[ERROR] symbol: class Table
[ERROR] location: class SimpleHBaseStore.Reader
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[51,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[52,17] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregateRegionObserver.java:[29,43] error: cannot find symbol
[ERROR] symbol: class Region
[ERROR] location: package org.apache.hadoop.hbase.regionserver
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java:[29,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: package org.apache.hadoop.hbase.regionserver
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverAggregationCache.java:[30,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: package org.apache.hadoop.hbase.regionserver
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java:[121,43] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: class AggregationScanner
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/AggregationScanner.java:[131,46] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: class AggregationScanner
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[32,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[33,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[34,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/UpdateHTableHostCLI.java:[57,12] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: class UpdateHTableHostCLI
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverAggregationCache.java:[113,47] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: class ObserverAggregationCache.AggregationRegionScanner
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/coprocessor/observer/ObserverAggregationCache.java:[123,50] error: cannot find symbol
[ERROR] symbol: class ScannerContext
[ERROR] location: class ObserverAggregationCache.AggregationRegionScanner
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseUsage.java:[29,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseUsage.java:[30,37] error: cannot find symbol
[ERROR] symbol: class Connection
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HBaseUsage.java:[31,37] error: cannot find symbol
[ERROR] symbol: class ConnectionFactory
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/ii/IICreateHTableJob.java:[27,37] error: cannot find symbol
[ERROR] symbol: class Admin
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[60,17] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[68,21] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[72,30] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[212,40] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[240,38] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[268,39] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[285,31] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[305,42] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[328,40] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[351,39] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[357,41] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[378,33] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[397,32] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[413,32] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] /kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/filter/UnsafeAccess.java:[428,39] DirectBuffer is internal proprietary API and may be removed in a future release
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :kylin-storage-hbase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment