Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v3.1.1
-
None
Description
When a large data is written to hbase cluster at the same time,the cluster load will become very high,which will affect the query performance. This pr allows data to be written data to hadoop hdfs when doing step “Convert Cuboid Data to HFile”,and then hfile will be transferred to the hbase cluster by DistCp。DistCp controls the speed of write data so as to reduce the pressure of cluster。 This pr adds a new step " HFile Distcp To HBase" between “Convert Cuboid Data to HFile” and "Load HFile to HBase Table" 。As look like this: