Re: how can rturn all row in dataset include mult value example

2015-05-20 Thread hagersaleh
Thank very much -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/how-can-rturn-all-row-in-dataset-include-mult-value-example-tp1289p1318.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: how can rturn all row in dataset include mult value example

2015-05-20 Thread Robert Metzger
return > c.getField(index1).toString().equals(valuesfromsubquery.get(i)); > return true; > > > } > }); > > customers.print(); > > customers.writeAsCsv("/home/hadoop/Desktop/Dataset/out2.csv", "\n", > "|",W

how can rturn all row in dataset include mult value example

2015-05-19 Thread hagersaleh
/apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/how-can-rturn-all-row-in-dataset-include-mult-value-example-tp1289.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.