Changes between Version 20 and Version 21 of MR_manual


Ignore:
Timestamp:
Aug 11, 2008, 11:35:43 AM (16 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MR_manual

    v20 v21  
    178178
    179179 = 四、效能測試 =
     180{{{
     181[stack@aa0-000-12 ~]$ ./hadoop-trunk/src/contrib/hbase/bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation
     182Usage: java org.apache.hadoop.hbase.PerformanceEvaluation[--master=host:port] [--miniCluster] <command> <nclients>
     183
     184Options:
     185 master          Specify host and port of HBase cluster master. If not present,
     186                 address is read from configuration
     187 miniCluster     Run the test on an HBaseMiniCluster
     188
     189Command:
     190 randomRead      Run random read test
     191 randomReadMem   Run random read test where table is in memory
     192 randomWrite     Run random write test
     193 sequentialRead  Run sequential read test
     194 sequentialWrite Run sequential write test
     195 scan            Run scan test
     196
     197Args:
     198 nclients        Integer. Required. Total number of clients (and HRegionServers)
     199                 running: 1 <= value <= 500
     200Examples:
     201 To run a single evaluation client:
     202 $ bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation sequentialWrite 1
     203
     204}}}
     205
     206(from [http://wiki.apache.org/hadoop/Hbase/PerformanceEvaluation#0_1_2 http://wiki.apache.org/hadoop/Hbase/PerformanceEvaluation#0_1_2 ])
     207
    180208 = 五、開發程式 =
    181209