Hi guys,
I am using logback for my application logs. I have logback.xml as a part of my fat jar that I submit to flink via command line flink run "...". When I run my application from IDE , the appenders are what I have set in my logback but when I run from command line the appender defaults to the root in the flink installation directory. How can I make sure that my application logs go to the correct appender. Here is my logback.xml file which is available in the classpath. <?xml version="1.0" encoding="UTF-8"?> Thanks, Vishwas |
Hi
How to build a Graph using Flink Gelly from a text file that consists of edge list. regards TR RAO From: "Vishwas Siravara" <[hidden email]> To: "user" <[hidden email]> 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 as a part of my fat jar that I submit to flink via command line flink run "...". When I run my application from IDE , the appenders are what I have set in my logback but when I run from command line the appender defaults to the root in the flink installation directory. How can I make sure that my application logs go to the correct appender. Here is my logback.xml file which is available in the classpath. <?xml version="1.0" encoding="UTF-8"?> Thanks, Vishwas |
Hi, I am using the command " ./bin/flink run ./examples/batch/WordCount.jar --input /home/trrao/Desktop/ram2.txt --output /home/trrao/Desktop/ramop.txt " But I am getting " Caused by: java.net.ConnectException:connection refused" Kindly give the correct to run the wordcount example in flink batch examples. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" <[hidden email]> To: "Vishwas Siravara" <[hidden email]> Cc: "user" <[hidden email]> Sent: Tuesday, August 20, 2019 9:51:09 PM Subject: Re: Configuring logback Hi How to build a Graph using Flink Gelly from a text file that consists of edge list. regards TR RAO From: "Vishwas Siravara" <[hidden email]> To: "user" <[hidden email]> 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 as a part of my fat jar that I submit to flink via command line flink run "...". When I run my application from IDE , the appenders are what I have set in my logback but when I run from command line the appender defaults to the root in the flink installation directory. How can I make sure that my application logs go to the correct appender. Here is my logback.xml file which is available in the classpath. <?xml version="1.0" encoding="UTF-8"?> Thanks, Vishwas |
Respected Sir, This is my code of flink gelly: for(Vertex<String, NullValue> vertex : node_set) { System.out.println(vertex); graph_copy.removeVertex( temp.add(vertex); } For some reason .removeVertex is not working even on giving correct parameters. Please help. Given a list of edges, remove vertices with some degree i recursively. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" <[hidden email]> To: "user" <[hidden email]> 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/batch/WordCount.jar --input /home/trrao/Desktop/ram2.txt --output /home/trrao/Desktop/ramop.txt " But I am getting " Caused by: java.net.ConnectException:connection refused" Kindly give the correct to run the wordcount example in flink batch examples. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" <[hidden email]> To: "Vishwas Siravara" <[hidden email]> Cc: "user" <[hidden email]> Sent: Tuesday, August 20, 2019 9:51:09 PM Subject: Re: Configuring logback Hi How to build a Graph using Flink Gelly from a text file that consists of edge list. regards TR RAO From: "Vishwas Siravara" <[hidden email]> To: "user" <[hidden email]> 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 as a part of my fat jar that I submit to flink via command line flink run "...". When I run my application from IDE , the appenders are what I have set in my logback but when I run from command line the appender defaults to the root in the flink installation directory. How can I make sure that my application logs go to the correct appender. Here is my logback.xml file which is available in the classpath. <?xml version="1.0" encoding="UTF-8"?> Thanks, Vishwas |
Respected Sir, This is my code of flink gelly: for(Vertex<String, NullValue> vertex : node_set) { System.out.println(vertex); graph_copy.removeVertex( temp.add(vertex); } For some reason .removeVertex is not working even on giving correct parameters. Please help. Given a list of edges, remove vertices with some degree i recursively. From: "RAMALINGESWARA RAO THOTTEMPUDI" <[hidden email]> To: "user" <[hidden email]> 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(Vertex<String, NullValue> vertex : node_set) { System.out.println(vertex); graph_copy.removeVertex(vertex); temp.add(vertex); } For some reason .removeVertex is not working even on giving correct parameters. Please help. Given a list of edges, remove vertices with some degree i recursively. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" <[hidden email]> To: "user" <[hidden email]> 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/batch/WordCount.jar --input /home/trrao/Desktop/ram2.txt --output /home/trrao/Desktop/ramop.txt " But I am getting " Caused by: java.net.ConnectException:connection refused" Kindly give the correct to run the wordcount example in flink batch examples. regards TR RAO From: "RAMALINGESWARA RAO THOTTEMPUDI" <[hidden email]> To: "Vishwas Siravara" <[hidden email]> Cc: "user" <[hidden email]> Sent: Tuesday, August 20, 2019 9:51:09 PM Subject: Re: Configuring logback Hi How to build a Graph using Flink Gelly from a text file that consists of edge list. regards TR RAO From: "Vishwas Siravara" <[hidden email]> To: "user" <[hidden email]> 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 as a part of my fat jar that I submit to flink via command line flink run "...". When I run my application from IDE , the appenders are what I have set in my logback but when I run from command line the appender defaults to the root in the flink installation directory. How can I make sure that my application logs go to the correct appender. Here is my logback.xml file which is available in the classpath. <?xml version="1.0" encoding="UTF-8"?> Thanks, Vishwas |
Free forum by Nabble | Edit this page |