Zouxxyy commented on issue #8257: URL: https://github.com/apache/hudi/issues/8257#issuecomment-1481481964
@LiJie20190102 The reason why your task will fail is that the hbase you are using is 2.4.13, the constructor of ReaderContext has changed, and a configuration needs to be fetched through hfs, resulting in NPE here: https://github.com/apache/hbase/blob/90fb1ddc1df9b345f26687d5d24cedfb19621d63/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/ReaderContext.java#L53 -- 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]
