Re: HBase Machine Learning

2015-07-13 Thread Maximilian Michels
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,

HBase Machine Learning

2015-07-11 Thread Lydia Ickler
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