Hi Lydia,
Here are some examples of how to read/write data from/to HBase:
https://github.com/apache/flink/tree/master/flink-staging/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example
Hope that helps you to develop your Flink job. If not feel free to ask!
Best,
Max
On Sat, Jul 11, 2
Dear Sir or Madame,
I would like to use the Flink-HBase addon to read out data that then serves as
an input for the machine learning algorithms, respectively the SVM and MLR.
Right now I first write the extracted data to a temporary file and then read it
in via the libSVM method...but i guess t