tao meng created HUDI-2697:
------------------------------
Summary: Minor changes about hbase index config.
Key: HUDI-2697
URL: https://issues.apache.org/jira/browse/HUDI-2697
Project: Apache Hudi
Issue Type: Bug
Components: configs
Affects Versions: 0.9.0
Reporter: tao meng
Fix For: 0.10.0
now when we use hbase index。
According to the official document ,hoodie.hbase.index.update.partition.path,
hoodie.index.hbase.put.batch.size.autocompute are optional , however when we
not specify the above parameters。 NPE problem will happen。
java.lang.NullPointerException
at
org.apache.hudi.config.HoodieWriteConfig.getHbaseIndexUpdatePartitionPath(HoodieWriteConfig.java:1353)
at
org.apache.hudi.index.hbase.SparkHoodieHBaseIndex.lambda$locationTagFunction$eda54cbe$1(SparkHoodieHBaseIndex.java:212)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)