Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HBase using WASB as rootDir

avatar
Master Mentor

Has this been tested? I cannot see region info, pre-splitting a table occurs but I do not see whether it actually took effect. Deleting/disabling/pre-splitting a table takes a long time.

1 ACCEPTED SOLUTION

avatar
Guru

Using WASB as a filesystem backend for HBase has been tested and certified by Hortonworks and MS jointly. However, you should not use it with plain HDP on WASB since some configuration for WAL directories are needed (storing WALs on page store versus storing data files in blob store). I would recommend using HDI.

View solution in original post

5 REPLIES 5

avatar
Master Mentor

Are you using HDI? What version of HDP?

avatar
Master Mentor

HDP 2.3.2, not HDI

avatar
Master Mentor

I see a lot of Jira activity on WASB and HBase, I guess I'm out of luck here https://issues.apache.org/jira/browse/HADOOP-12089

avatar
Guru

Using WASB as a filesystem backend for HBase has been tested and certified by Hortonworks and MS jointly. However, you should not use it with plain HDP on WASB since some configuration for WAL directories are needed (storing WALs on page store versus storing data files in blob store). I would recommend using HDI.

avatar
Master Mentor