Support Questions

Find answers, ask questions, and share your expertise

HBase using WASB as rootDir

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

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

Are you using HDI? What version of HDP?

Mentor

HDP 2.3.2, not HDI

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

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.

Mentor