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, 2015 at 8:19 PM, Lydia Ickler <ickle...@googlemail.com> wrote: > 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 there should Be a > more sophisticated way. > > Do you have a code snippet or an idea how to do so? > > Many thanks in advance and best regards, > Lydia