The Little Guy Posted June 17, 2009 Share Posted June 17, 2009 Anyone ever use Hypertable? http://hypertable.org If so, do you know where I could read some HQL tutorials? Also, those who have used it, what do you think of it? Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/ Share on other sites More sharing options...
.josh Posted June 17, 2009 Share Posted June 17, 2009 well you can start with the documentation and tutorials listed in the link you yourself provided... Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858475 Share on other sites More sharing options...
The Little Guy Posted June 17, 2009 Author Share Posted June 17, 2009 well you can start with the documentation and tutorials listed in the link you yourself provided... I did, but there wasn't enough information. Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858512 Share on other sites More sharing options...
.josh Posted June 17, 2009 Share Posted June 17, 2009 so...if the people who made it can't seem to provide enough info, why would it be worth your time looking into it? Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858514 Share on other sites More sharing options...
The Little Guy Posted June 18, 2009 Author Share Posted June 18, 2009 Because it is comparable to Google's fast database "Bigtable" Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858574 Share on other sites More sharing options...
.josh Posted June 18, 2009 Share Posted June 18, 2009 well if you already know so much about this thing then why are you looking for more info? Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858577 Share on other sites More sharing options...
The Little Guy Posted June 18, 2009 Author Share Posted June 18, 2009 Hopefully you can help me with this... When I run this command: cmake -DPHPTHRIFT_ROOT=$HOME/thrift/lib/php/src ~/src/hypertable I get this: CMake Error at /usr/share/cmake-2.6/Modules/CMakeDetermineCompilerId.cmake:54 (FILE): file Internal CMake error when trying to open file: /home/ryan/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp for writing. Call Stack (most recent call first): /usr/share/cmake-2.6/Modules/CMakeDetermineCompilerId.cmake:64 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake-2.6/Modules/CMakeDetermineCompilerId.cmake:25 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake-2.6/Modules/CMakeDetermineCXXCompiler.cmake:128 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:20 (project) CMake Error at /usr/share/cmake-2.6/Modules/CMakeDetermineCompilerId.cmake:54 (FILE): file Internal CMake error when trying to open file: /home/ryan/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp for writing. Call Stack (most recent call first): /usr/share/cmake-2.6/Modules/CMakeDetermineCompilerId.cmake:64 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake-2.6/Modules/CMakeDetermineCompilerId.cmake:25 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake-2.6/Modules/CMakeDetermineCXXCompiler.cmake:128 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:20 (project) -- The CXX compiler identification is unknown CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Use thread library: -lpthread -- Looking for required boost libraries... CMake Error at cmake/FindBoost.cmake:201 (message): Required boost libraries not found Call Stack (most recent call first): CMakeLists.txt:80 (find_package) -- Configuring incomplete, errors occurred! I assume that it is an error, but I don't know how to fix it. Please help, Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858629 Share on other sites More sharing options...
Daniel0 Posted June 18, 2009 Share Posted June 18, 2009 Well, it says right there in the error message, set CMAKE_CXX_COMPILER to a valid compiler and install the boost libraries. It's right in front of you in plain English. Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858686 Share on other sites More sharing options...
The Little Guy Posted June 18, 2009 Author Share Posted June 18, 2009 That is Linux English, not human English duh... Anyway... I have no Idea how to do that. Ill browse around, but if you know a way, I am dying to know. Quote Link to comment https://forums.phpfreaks.com/topic/162647-hypertable-database/#findComment-858933 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.