RemoveVertex is not working in flink Gelly.

2019-11-14 Thread RAMALINGESWARA RAO THOTTEMPUDI
Respected Sir, This is my code of flink gelly: for(Vertex vertex : node_set) { System.out.println(vertex); graph_copy.removeVertevertex); temp.add(vertex); } For some reason "removeVertex" is not working even on giving correct parameters. Kindly resolve the issue. Given a list of edges, remo

Re: Running flink example programs-WordCount

2019-11-13 Thread RAMALINGESWARA RAO THOTTEMPUDI
vertices with some degree i recursively. From: "RAMALINGESWARA RAO THOTTEMPUDI" To: "user" Sent: Wednesday, November 13, 2019 8:44:32 PM Subject: Re: Running flink example programs-WordCount Respected Sir, This is my code of flink gelly: for(Vert

Re: Running flink example programs-WordCount

2019-11-13 Thread RAMALINGESWARA RAO THOTTEMPUDI
vertices with some degree i recursively. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" To: "user" Sent: Monday, August 26, 2019 6:15:51 PM Subject: Running flink example programs-WordCount Hi, I am using the command " ./bin/flink run ./examples/ba

Re: Running flink examples

2019-09-18 Thread RAMALINGESWARA RAO THOTTEMPUDI
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: "RAMALINGESWAR

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

Running flink example programs-WordCount

2019-08-26 Thread RAMALINGESWARA RAO THOTTEMPUDI
wordcount example in flink batch examples. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" To: "Vishwas Siravara" Cc: "user" Sent: Tuesday, August 20, 2019 9:51:09 PM Subject: Re: Configuring logback Hi How to build a Graph using Flink Gelly from a te

Re: Configuring logback

2019-08-20 Thread RAMALINGESWARA RAO THOTTEMPUDI
Hi How to build a Graph using Flink Gelly from a text file that consists of edge list. regards TR RAO From: "Vishwas Siravara" To: "user" Sent: Tuesday, August 20, 2019 9:17:01 PM Subject: Configuring logback Hi guys, I am using logback for my application logs. I have logback.xml a

How to run Graph algorithms

2019-05-25 Thread RAMALINGESWARA RAO THOTTEMPUDI
Respected All, I am a new learner of Apache Flink. I want to run existing Graph algorithms (examples) given in Flink download software with my own data. But I am not getting how to run those existing example algos on my input data. Kindly suggest me a solution. From: "bastien dine" To: "Bo