Re: why when use groupBy(2).sortGroup(0, Order.DESCENDING); not group by and not sort

2015-06-02 Thread Chiwan Park
Note that sortPartition is implemented in 0.9. Following link shows the example of sortPartition. http://ci.apache.org/projects/flink/flink-docs-master/apis/dataset_transformations.html#sort-partition Regards, Chiwan Park > On Jun 2, 2015, at 5:51 PM, hagersaleh wrote: > > I want example for

I want run flink program in ubuntu x64 Mult Node Cluster what is configuration?

2015-06-02 Thread hagersaleh
I run flink program in ubuntu x64 Single Node Cluster I want run flink program in ubuntu x64 Mult Node Cluster what is configuration for run program in Mult Node? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/I-want-run-flink-program-in-u

Re: flink k-means on hadoop cluster

2015-06-02 Thread Robert Metzger
I would recommend using HDFS. For that, you need to specify the paths like this: hdfs:///path/to/data. On Tue, Jun 2, 2015 at 2:48 PM, Pa Rö wrote: > nice, > > which file system i must use for the cluster? java.io or hadoop.fs or > flink? > > 2015-06-02 14:29 GMT+02:00 Robert Metzger : > >> Hi,

Re: flink k-means on hadoop cluster

2015-06-02 Thread Pa Rö
nice, which file system i must use for the cluster? java.io or hadoop.fs or flink? 2015-06-02 14:29 GMT+02:00 Robert Metzger : > Hi, > you can start Flink on YARN on the Cloudera distribution. > > See here for more: > http://ci.apache.org/projects/flink/flink-docs-master/setup/yarn_setup.html >

Re: flink k-means on hadoop cluster

2015-06-02 Thread Robert Metzger
Hi, you can start Flink on YARN on the Cloudera distribution. See here for more: http://ci.apache.org/projects/flink/flink-docs-master/setup/yarn_setup.html These are the commands you need to execute wget http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop2.

flink k-means on hadoop cluster

2015-06-02 Thread Pa Rö
hi community, i want test my flink k-means on a hadoop cluster. i use the cloudera live distribution. how i can run flink on this cluster? maybe only the java dependencies are engouth? best regards, paul

Re: why when use groupBy(2).sortGroup(0, Order.DESCENDING); not group by and not sort

2015-06-02 Thread hagersaleh
I want example for use sortPartition() -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/why-when-use-groupBy-2-sortGroup-0-Order-DESCENDING-not-group-by-and-not-sort-tp1436p1439.html Sent from the Apache Flink User Mailing List archive. maili