Changes between Version 5 and Version 6 of HyperTable/HowToInstall
- Timestamp:
- Mar 20, 2008, 3:10:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HyperTable/HowToInstall
v5 v6 1 [[PageOutline]] 2 1 3 = How To Install = 2 == Tutorial from Google==4 == 【Tutorial from Google】 == 3 5 * [http://code.google.com/p/hypertable/wiki/SourceCode Get Source Code] 4 6 * [http://code.google.com/p/hypertable/wiki/HowToInstall Build Source Code & Generate Documentation Tree] 5 == Install==7 == 【Install】 == 6 8 * Source Code Path: ~/git/hypertable 7 9 * Build Path: ~/build/hypertable … … 353 355 -- Installing /home/sunny/hypertable/0.9.0.5/bin/localBroker 354 356 }}} 355 * RUN REGRESSION TESTS 356 357 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 358 360 {{{ 359 361 $ sudo vim /etc/fstab … … 361 363 $ sudo mount -o remount /home 362 364 }}} 363 364 365 * Restart servers and re-create test tables 366 * ./start-all-servers.sh: Usage: start-test-servers.sh [local|hadoop|kosmos] 365 367 {{{ 366 368 sunny@hsihdp:~/hypertable/0.9.0.5/bin$ ./kill-servers.sh … … 375 377 Successfully started Hypertable.RangeServer 376 378 }}} 377 379 * Run the regression tests 378 380 {{{ 379 381 sunny@hsihdp:~/build/hypertable$ make test … … 401 403 100% tests passed, 0 tests failed out of 17 402 404 }}} 403