-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation needs to include HBase configuration #139
Comments
importer throws exception from time to time. Is there any other configuration needed to avoid this. |
I don't get this error. However the latest version is buggy. I'm using 2.1.0. |
Are you using node or storm as importer ? because with node i think there's no problem . |
I'm using node. |
Node only import transactions but does not aggregate it. |
I have a question ,what it is the version? ex: node.js , hbase ,thrift server ? i hope get the answer,thanks! |
As Data API v2 works with HBase I think the installation documentation really needs to include HBase configuration. I was struggling to get Data API to work with it and I found some issues during my installation (on Ubuntu 16.04 LTS) which held me back for days. Hopefully a clearer instruction can be added to the documentation.
.../hbase/bin/hbase-daemon.sh start thrift -p 9090 --infoport 9095
where infoport is an option to display Thrift's status UI. You can also check Thrift status from terminal with
jps
.TFramedTransport
mode. I believe the default mode on HBase isTBufferedTransport
. To activate framed transport on HBase, add these lines between configuration tags in hbase-site.xmlcreate '<table_name>', {NAME=>'d'}, {NAME=>'f'}
Below are the table names. Note that
test_
prefix can be set in Data API config files. Also as I got the tables by observing table not found errors on the console, some tables might still be missing.The text was updated successfully, but these errors were encountered: