Re: 回复:Re: 回复:Re: fromParallelCollection

2016-09-07 Thread Timo Walther
If your data comes from HBase maybe it would also good to implement a HBase source. A current HBase sink is in the making: https://github.com/apache/flink/pull/2332 Maybe it would be better to save your data in an HDFS (e.g. CSV file) and use the built-in "readFile()". This does the parallelis

回复:Re: 回复:Re: fromParallelCollection

2016-09-06 Thread rimin515
my data from a Hbase table ,it is like a List[rowkey,Map[String,String]], class MySplittableIterator extends SplittableIterator[String]{ // Members declared in java.util.Iterator def hasNext(): Boolean = { } def next(): Nothing = { } // Members decl