Huawei Related Exams
H13-723_V2.0 Exam
Spark Streamingavailable fromKafkaReceive data and perform calculations, and the calculation results can only be stored inHDFS, can no longer be written backKafka.
TowardsHBaseincrease in the clusterRegionServerhost, the original cluster must be stopped first, becauseHBaseDynamic expansion is not supported.
existBaseIn application development, when a table'sRowkeyRange and distribution are known, pre-score is recommendedregion,
Please call the following code (fragment) to pre-sort a tableregionAfter this table will create severalregion?
splits【0】=Bytes.toBytes("A");splits【1】=Bytes.toBytes("H");splits【2】
=Bytes.toBytes("O");splits【3】=Bytes.toBytes("U");admin.createTable(htd,splits);