How do you use megatree with hadoop rather than local storage? [closed]

asked 2013-04-17 06:56:09 -0500

BOswalt gravatar image

updated 2013-04-17 06:57:35 -0500

I have installed groovy on Ubuntu Precise, and I am able to run the megatree tutorial using the local file system.

How do I use megatree with the hadoop distributed file system? After looking at the megatree source code, it appears that it uses hbase with the thrift server. The format for the file appeared to be "hbase://servername:port/tablename". When I pass this format into the megatree_import function, I get "Aborted (core dumped)" in the output.

In the source code, if the megatree format is unrecognized, it calls abort(). There is also an #ifdef USE_HBASE in the code, so perhaps the distribution wasn't compiled with hbase capability, or I'm passing the parameter wrong?

Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-12-12 01:21:41.647140