- 论坛徽章:
- 0
|
[work@w-m2 ~/software/hbase/conf]$ grep -n 'ratio' *.xml
hbase-default.xml:2:<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
hbase-default.xml:24:<configuration>
hbase-default.xml:125: operations such as fetching of the root region from root region
hbase-default.xml:361: all updates across the duration of the compaction.
hbase-default.xml:546: of operation. For a fully-distributed setup, this should be set to a full
hbase-default.xml:572: ZooKeeper's configuration. Hence, if you want to add an option from zoo.cfg,
hbase-default.xml:573: e.g. "initLimit=10" you would append the following to your configuration:
hbase-default.xml:658:</configuration>
hbase-site.xml:2:<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
hbase-site.xml:24:<configuration>
hbase-site.xml:77:</configuration>
[work@w-m2 ~/software/hbase/conf]$
为什么会出现这个匹配结果? |
|