Created 11-23-2022 06:15 PM
Some hdfs operations (hsync, append, ... ) are not supported with the erasure coding (ec) policy.
Does hbase work well when the data folders of hbase are set to the erasure coding policy?
Is Hbase compatible with HDFS-EC instead of HDFS-replica ?
Created 11-23-2022 10:50 PM
HI @bgkim, Hbase won't work well with data folders of hbase set to EC policy. EC did not implement hflush which is required to not lose data. Additionally, the Data locality is also killed with EC which makes it slower.
--
Was your question answered? Please take some time to click on “Accept as Solution” below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 11-23-2022 10:50 PM
HI @bgkim, Hbase won't work well with data folders of hbase set to EC policy. EC did not implement hflush which is required to not lose data. Additionally, the Data locality is also killed with EC which makes it slower.
--
Was your question answered? Please take some time to click on “Accept as Solution” below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 08-23-2023 10:57 PM
Is anyone aware if there are any plans for hflush implementation in EC in future versions?