Some background. I’m running Flink application on a single machine, instrumented by Spring Boot and launched via the Maven Spring Boot plugin. Basically, I’m trying to figure out how much I can squeeze out of a single node processing my task before committing to a cluster solution. Couple of questions.
Any feedback would be appreciated. Prez Cannady p: 617 500 3378 |
Answered based on my understanding.
On Mon, Apr 18, 2016 at 8:12 AM, Prez Cannady <[hidden email]> wrote:
I have been using GlobalConfiguration with no issues, but here is one thing you have to aware of, in clustered environment, you will have to copy over the yaml file in all the nodes, for example I read the file from /usr/share/flink/conf and I have sure this file is available in master node and task nodes as well. Why do you want to injest the config from maven tool, you can do this main routine in our application code.
|
Hi Prez,
Cheers, On Mon, Apr 18, 2016 at 6:55 AM, Balaji Rajagopalan <[hidden email]> wrote:
|
Thank you both. Will let you guys know how it works out. Prez Cannady p: 617 500 3378
|
Free forum by Nabble | Edit this page |