Changes between Version 4 and Version 5 of hbaseconfig


Ignore:
Timestamp:
09/21/2012 11:07:22 AM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hbaseconfig

    v4 v5  
    1313hbase.mapreduce.inputtable [[BR]] 
    1414 
    15 hbase.mapreduce.scan /** 输入字符串转换为Scan */[[BR]] 
     15hbase.mapreduce.scan /* 输入字符串转换为Scan */[[BR]] 
    1616 
    17 hbase.mapreduce.scan.row.start   /** Scan start row */[[BR]] 
     17hbase.mapreduce.scan.row.start   /* Scan start row */[[BR]] 
    1818 
    19 hbase.mapreduce.scan.row.stop  /** Scan stop row */[[BR]] 
     19hbase.mapreduce.scan.row.stop  /* Scan stop row */[[BR]] 
    2020 
    21 hbase.mapreduce.scan.column.family /** Column Family to Scan */[[BR]] 
     21hbase.mapreduce.scan.column.family /* Column Family to Scan */[[BR]] 
    2222 
    23 hbase.mapreduce.scan.columns  /** Space delimited list of columns to scan. */[[BR]] 
     23hbase.mapreduce.scan.columns  /* Space delimited list of columns to scan. */[[BR]] 
    2424 
    25 hbase.mapreduce.scan.timestamp /** The timestamp used to filter columns with a specific timestamp. */[[BR]] 
     25hbase.mapreduce.scan.timestamp /* The timestamp used to filter columns with a specific timestamp. */[[BR]] 
    2626 
    2727hbase.mapreduce.scan.timerange.start[[BR]] 
     
    3131hbase.mapreduce.scan.maxversions[[BR]] 
    3232 
    33 hbase.mapreduce.scan.cacheblocks  /** Set to false to disable server-side caching of blocks for this scan. */[[BR]] 
     33hbase.mapreduce.scan.cacheblocks  /* Set to false to disable server-side caching of blocks for this scan. */[[BR]] 
    3434 
    35 hbase.mapreduce.scan.cachedrows  /** The number of rows for caching that will be passed to scanners. */[[BR]] 
     35hbase.mapreduce.scan.cachedrows  /* The number of rows for caching that will be passed to scanners. */[[BR]] 
    3636 
    3737