You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "cnfree0355 (via GitHub)" <gi...@apache.org> on 2023/04/12 11:42:58 UTC

[GitHub] [hudi] cnfree0355 commented on issue #5372: [SUPPORT] Compatible with multiple HBASE version or hbase: 2.1.0-cdh6.3.2

cnfree0355 commented on issue #5372:
URL: https://github.com/apache/hudi/issues/5372#issuecomment-1505125150

   ## **Build  hudi 0.13 with cdh 2.1.0-cdh6.3.2 error**
   
   `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project hudi-common: Compilation failure: Compilation failure:
   [ERROR] /Users/apple/Documents/Java_Projects/hudi/hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieAvroHFileReader.java:[48,40] cannot find symbol
   [ERROR] symbol: class HFileInfo
   [ERROR] location: package org.apache.hadoop.hbase.io.hfile
   [ERROR] /Users/apple/Documents/Java_Projects/hudi/hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieHFileUtils.java:[29,40] cannot find symbol
   [ERROR] symbol: class HFileInfo
   [ERROR] location: package org.apache.hadoop.hbase.io.hfile
   [ERROR] /Users/apple/Documents/Java_Projects/hudi/hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieHFileUtils.java:[30,40] cannot find symbol
   [ERROR] symbol: class ReaderContext
   [ERROR] location: package org.apache.hadoop.hbase.io.hfile
   [ERROR] /Users/apple/Documents/Java_Projects/hudi/hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieHFileUtils.java:[31,40] cannot find symbol
   [ERROR] symbol: class ReaderContextBuilder
   [ERROR] location: package org.apache.hadoop.hbase.io.hfile
   [ERROR] -> [Help 1]`
   
   Beacuse in hbase version 2.1.0-cdh6.3.2 with hbase-common-2.1.0-cdh6.3.2.jar which dose not include the org.apache.hadoop.hbase.io.hfile.{HFileInfo,ReaderContext,ReaderContextBuilder} class ,**So it build failed**


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org