Changes between Version 5 and Version 6 of HyperTable/HowToInstall


Ignore:
Timestamp:
Mar 20, 2008, 3:10:25 PM (16 years ago)
Author:
sunny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HyperTable/HowToInstall

    v5 v6  
     1[[PageOutline]]
     2
    13= How To Install =
    2 == Tutorial from Google ==
     4== 【Tutorial from Google】 ==
    35 * [http://code.google.com/p/hypertable/wiki/SourceCode Get Source Code]
    46 * [http://code.google.com/p/hypertable/wiki/HowToInstall Build Source Code & Generate Documentation Tree]
    5 == Install ==
     7== 【Install】 ==
    68 * Source Code Path: ~/git/hypertable
    79 * Build Path: ~/build/hypertable
     
    353355-- Installing /home/sunny/hypertable/0.9.0.5/bin/localBroker
    354356}}}
    355  * RUN REGRESSION TESTS
    356   * Enable the extended attributes on the partition that holds the installation
    357    * NOTE. mac os, hadoop(HDFS), kosmos(KFS) 不需要再修改 extended attributes
     357== 【RUN REGRESSION TESTS】 ==
     358 * Enable the extended attributes on the partition that holds the installation
     359  * NOTE. mac os, hadoop(HDFS), kosmos(KFS) 不需要再修改 extended attributes
    358360{{{
    359361$ sudo vim /etc/fstab
     
    361363$ sudo mount -o remount /home
    362364}}}
    363   * Restart servers and re-create test tables
    364     * ./start-all-servers.sh: Usage: start-test-servers.sh [local|hadoop|kosmos]
     365 * Restart servers and re-create test tables
     366  * ./start-all-servers.sh: Usage: start-test-servers.sh [local|hadoop|kosmos]
    365367{{{
    366368sunny@hsihdp:~/hypertable/0.9.0.5/bin$ ./kill-servers.sh
     
    375377Successfully started Hypertable.RangeServer
    376378}}}
    377   * Run the regression tests
     379 * Run the regression tests
    378380{{{
    379381sunny@hsihdp:~/build/hypertable$ make test
     
    401403100% tests passed, 0 tests failed out of 17
    402404}}}
    403