Open inmyth opened 7 years ago
importer throws exception from time to time. Is there any other configuration needed to avoid this.
2660114 [Thread-60] INFO backtype.storm.task.ShellBolt - ShellLog pid:5485, name:transactions unable to save parsedData: 54336|0 2660115 [Thread-60] INFO backtype.storm.task.ShellBolt - ShellLog pid:5485, name:transactions unable to save transaction: 54336|0 2A1FB9AB61B60C0F7DC596CD1DFF2F6F20BCBDC25AB8DDF63965E3CD11BAB53C 2660115 [Thread-60] INFO backtype.storm.task.ShellBolt - ShellLog pid:5485, name:transactions unable to save parsedData: 54336|0 2660115 [Thread-60] INFO backtype.storm.task.ShellBolt - ShellLog pid:5485, name:transactions unable to save transaction: 54336|0 2A1FB9AB61B60C0F7DC596CD1DFF2F6F20BCBDC25AB8DDF63965E3CD11BAB53C
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 withjps
.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 thattest_
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.