Hi@akhtar,
To avoid this error you have to add below properties in hbase-site.xml file.
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://IP:port no</value>
</property>
<property>
<name>hbase.zookeeper.property.dataDir</name>
<value>replace zookeeper dir</value>
</property>
</configuration>
Hope this will solve the error.
Thank You