我打算使用 hbase connector spark,我是在自己的开发机器上部署hbase的,使用的是local方式,这种情况如何build呢
我看Readme.md是这样的 mvn -Dspark.version=3.1.2 -Dscala.version=2.12.10 -Dscala.binary.version=2.12 -Dhbase.version=2.4.8 -Dhadoop-three.version=3.2.0 clean install 对于local模式的HBase,-Dhadoop-three.version该如何指定哇