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 of my data. Because the original program is running only for fixed number of iterations which is 15. How can I modify to run for full data elements. I have to change the value of fixed number of iterations. Thanking You, TR RAO ----- Original Message ----- From: "RAMALINGESWARA RAO THOTTEMPUDI" <tr...@iitkgp.ac.in> To: "user" <user@flink.apache.org> 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 It is running but it is showing only 15 elements ranking for my data. But I need to find the ranking of all elements of my data. Because the original program is running only for fixed number of iterations which is 15. How can I modify to run for full data elements. I have to change the value of fixed number of iterations. Thanking You, TR RAO