You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/05/07 19:34:01 UTC

svn commit: r772719 - in /hadoop/hbase/trunk: CHANGES.txt conf/hbase-default.xml

Author: stack
Date: Thu May  7 17:34:00 2009
New Revision: 772719

URL: http://svn.apache.org/viewvc?rev=772719&view=rev
Log:
HBASE-???? Remove unused sequencefile and mapfile config. from hbase-default.xml -- will fill in issue number when JIRA db comes back

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=772719&r1=772718&r2=772719&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Thu May  7 17:34:00 2009
@@ -116,6 +116,7 @@
    HBASE-1344  WARN IllegalStateException: Cannot set a region as open if it has
                not been pending
    HBASE-1386  NPE in housekeeping
+   HBASE-????  Remove unused sequencefile and mapfile config. from hbase-default.xml
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=772719&r1=772718&r2=772719&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Thu May  7 17:34:00 2009
@@ -337,25 +337,6 @@
     </description>
   </property>
   <property>
-    <name>hbase.io.index.interval</name>
-    <value>128</value>
-    <description>The interval at which we record offsets in hbase
-    store files/mapfiles.  Default for stock mapfiles is 128.  Index
-    files are read into memory.  If there are many of them, could prove
-    a burden.  If so play with the hadoop io.map.index.skip property and
-    skip every nth index member when reading back the index into memory.
-    Downside to high index interval is lowered access times.
-    </description>
-  </property>
-  <property>
-    <name>hfile.min.blocksize.size</name>
-    <value>65536</value>
-    <description>Minimum store file block size.  The smaller you make this, the
-    bigger your index and the less you fetch on a random-access.  Set size down
-    if you have small cells and want faster random-access of individual cells.
-    </description>
-  </property>
-  <property>
     <name>hfile.min.blocksize.size</name>
     <value>65536</value>
     <description>Minimum store file block size.  The smaller you make this, the
@@ -364,21 +345,6 @@
     </description>
   </property>
   <property>
-    <name>hfile.min.blocksize.size</name>
-    <value>65536</value>
-    <description>Minimum store file block size.  The smaller you make this, the
-    bigger your index and the less you fetch on a random-access.  Set size down
-    if you have small cells and want faster random-access of individual cells.
-    </description>
-  </property>
-  <property>
-    <name>hbase.io.seqfile.compression.type</name>
-    <value>NONE</value>
-    <description>The compression type for hbase sequencefile.Writers
-    such as hlog.
-    </description>
-  </property>
-  <property>
     <name>hbase.hstore.blockCache.blockSize</name>
     <value>16384</value>
     <description>The size of each block in the block cache.