yangBottle commented on pull request #31302: URL: https://github.com/apache/spark/pull/31302#issuecomment-766514118
> @yangBottle do you have an official answer from Apache Hadoop community or HBase community that we should look up old ones first? > And, you're basically saying `Hivehbasetableinputformat`'s `mapreduce` implementation is unable to use, and it will be an issue in that code. No,This is just a personal opinion.And I debug the source code, I found that some initialization operations of hbase are done in the interface implementation of the old api, creating NewHadoopRDD will get an empty hbase table instance.So I think it should look up old ones first. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
