i build hypertable with the doc.
but when i run the script " start-all-servers.sh "
it shows:
Successfully started DFSBroker (local)
Successfully started Hyperspace
Waiting for Hypertable.Master to come up ...
Waiting for Hypertable.Master to come up ...
Waiting for Hypertable.Master to come up ...
ERROR: Hypertable.Master did not come up
Error starting Hypertable.Master
Successfully started Hypertable.RangeServer
but the process is on.
ps -ef| grep "Master"|grep -v grep
root 7875 7874 0 09:08 pts/3 00:00:00 /opt/hypertable/
0.9.0.12/bin/Hyperspace.Master --pidfile=/opt/hypertable/0.9.0.12/run/
Hyperspace.pid --verbose
root 7916 7915 0 09:08 pts/3 00:00:00 /opt/hypertable/
0.9.0.12/bin/Hypertable.Master --pidfile=/opt/hypertable/0.9.0.12/run/
Hypertable.Master.pid --verbose
then i make test,
Running tests...
Start processing tests
Test project /root/hypertable/hypertable-0.9.0.12-alpha
1/ 27 Testing Common-Exception Passed
2/ 27 Testing Common-Logging Passed
3/ 27 Testing Common-Serialization Passed
4/ 27 Testing HyperComm Passed
5/ 27 Testing HyperComm-datagram Passed
6/ 27 Testing HyperComm-timeout Passed
7/ 27 Testing HyperComm-timer Passed
8/ 27 Testing HyperComm-reverse-request Passed
9/ 27 Testing BerkeleyDbFilesystem Passed
10/ 27 Testing FileBlockCache Passed
11/ 27 Testing CellStoreScanner Passed
12/ 27 Testing Schema Passed
13/ 27 Testing LocationCache Passed
14/ 27 Testing LoadDataSource Passed
15/ 27 Testing BlockCompressor-BMZ Passed
16/ 27 Testing BlockCompressor-LZO Passed
17/ 27 Testing BlockCompressor-NONE Passed
18/ 27 Testing BlockCompressor-QUICKLZ Passed
19/ 27 Testing BlockCompressor-ZLIB Passed
20/ 27 Testing CommitLog Passed
21/ 27 Testing LargeInsert ***Failed
22/ 27 Testing MetaLog-Master Passed
23/ 27 Testing MetaLog-RangeServer Passed
24/ 27 Testing HyperDfsBroker Passed
25/ 27 Testing Hyperspace Passed
26/ 27 Testing hypertable ***Failed
27/ 27 Testing RangeServer ***Failed
89% tests passed, 3 tests failed out of 27
The following tests FAILED:
21 - LargeInsert (Failed)
26 - hypertable (Failed)
27 - RangeServer (Failed)
Errors while running CTest
make: *** [test] Error 8
how to resolve it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---