Hello,

I'm newbie of Ignite, so have some question.

When I use Secondary File System to write HBase WAL, should I use
igfs:// instead of hdfs:// ?

hbase-site.xml(default) is hdfs://.

----------
<property>
  <name>hbase.wal.dir</name>
  <value>hdfs://[dnsname]:[port]/user/hbase/WAL</value>
</property>
----------

Does the secondary file system require some configuration changes to Hbase?

Please give me advice.

Thanks,
Takashi

Reply via email to