We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
When I'm trying to cmake, I'm getting the following error even I installed HyperTable library.
"Hypertable not found; the experimental distributed persistence DB needs it."
After finding cause of this problem, I can build with successfully when I changed to content of lib/FindHyperTable.cmake
FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperDfsBroker PATHS ${HYPER_LIB_PATHS}) to FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperFsBroker PATHS ${HYPER_LIB_PATHS})
FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperDfsBroker PATHS ${HYPER_LIB_PATHS})
FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperFsBroker PATHS ${HYPER_LIB_PATHS})
HyperDfsBroker to HyperFsBroker works with me, but I'm not sure why name of library in HyperTable is different.
I'm using Ubuntu 14.04 LTS x64 and I installed HyperTable library by aptitude. Version of library is 0.9.8.4.
Thanks, DongMin
The text was updated successfully, but these errors were encountered:
hyertable is broken and unsupported. Don't use it.
Sorry, something went wrong.
Oh, I see. Thanks :)
No branches or pull requests
Hello,
When I'm trying to cmake, I'm getting the following error even I installed HyperTable library.
"Hypertable not found; the experimental distributed persistence DB needs it."
After finding cause of this problem, I can build with successfully when I changed to content of lib/FindHyperTable.cmake
FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperDfsBroker PATHS ${HYPER_LIB_PATHS})
to
FIND_LIBRARY(HYPER_DFS_BROKER NAMES HyperFsBroker PATHS ${HYPER_LIB_PATHS})
HyperDfsBroker to HyperFsBroker works with me, but I'm not sure why name of library in HyperTable is different.
I'm using Ubuntu 14.04 LTS x64 and I installed HyperTable library by aptitude. Version of library is 0.9.8.4.
Thanks,
DongMin
The text was updated successfully, but these errors were encountered: