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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to