Re: Running flink examples

2019-09-20 Thread Biao Liu
t is giving 15 elements node ranking. But I need each node > ranking for 2 nodes. > > -- > *From: *"Biao Liu" > *To: *"Vijay Bhaskar" > *Cc: *"RAMALINGESWARA RAO THOTTEMPUDI" , "user" < > user@flink.apache

Re: Running flink examples

2019-09-19 Thread Biao Liu
Hi, I guess the specific input (--input /path/to/input) didn't work. I just checked the PageRank example program, it accepts "--pages" and "--links" as input parameters. Thanks, Biao /'bɪ.aʊ/ On Thu, 19 Sep 2019 at 14:56, Vijay Bhaskar wrote: > Can you check whether its able to read the supp

Re: Running flink examples

2019-09-18 Thread Vijay Bhaskar
Can you check whether its able to read the supplied input file properly or not? Regards Bhaskar On Wed, Sep 18, 2019 at 1:07 PM RAMALINGESWARA RAO THOTTEMPUDI < tr...@iitkgp.ac.in> wrote: > Hi Sir, > > I am trying to run the flink programs particularl Pagerank. > > I have used the following com

Re: Running flink examples

2019-09-18 Thread RAMALINGESWARA RAO THOTTEMPUDI
A RAO THOTTEMPUDI" To: "user" Sent: Wednesday, September 18, 2019 12:48:06 PM Subject: Running flink examples Hi Sir, I am trying to run the flink programs particularl Pagerank. I have used the following command : ./bin/flink run -d ./examples/batch/PageRank.jar --input /path/to/input

Running flink examples

2019-09-18 Thread RAMALINGESWARA RAO THOTTEMPUDI
Hi Sir, I am trying to run the flink programs particularl Pagerank. I have used the following command : ./bin/flink run -d ./examples/batch/PageRank.jar --input /path/to/input It is running but it is showing only 15 elements ranking for my data. But I need to find the ranking of all elements