一、HBase 默认参数详解
1. hbase-default.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://blog.csdn.net/configuration.xsl"?>
<configuration>
<!-- hbase的本地临时目录,每次机器重启数据会丢失,建议放到某个持久化文件目录下 -->
<property>
<name>hbase.tmp.dir</name>
<value>${java.io.tmpdir}/hbase-${user.name}</value>
<description>Temporary directory on the local filesystem.
Change this setting to point to a location more permanent
than '/tmp', the usual resolve for java.io.tmpdir, as the
'/tmp' directory is cleared on machine restart.
本文详细探讨了HBase的默认参数,包括hbase-default.xml和flush_compact.xml的配置内容,深入理解这些参数对于优化HBase性能至关重要。
订阅专栏 解锁全文
525

被折叠的 条评论
为什么被折叠?



