Re: Customizing the classpath for TM and JM

2015-01-15 Thread Ufuk Celebi
On Thursday, January 15, 2015, Alexander Alexandrov < alexander.s.alexand...@gmail.com> wrote: > OK, let's be conservative and not blow up the list of configuration values > then. > Yes :) > Is there a default point where I should also document these settings? > In the setup section of the doc

Re: Customizing the classpath for TM and JM

2015-01-15 Thread Alexander Alexandrov
OK, let's be conservative and not blow up the list of configuration values then. Is there a default point where I should also document these settings? 2015-01-15 15:02 GMT+01:00 Ufuk Celebi : > "env.java.classpath" could be used for global class path settings (both JM > and TM) and the other one

Re: Customizing the classpath for TM and JM

2015-01-15 Thread Ufuk Celebi
"env.java.classpath" could be used for global class path settings (both JM and TM) and the other ones for JM and TM respectively. I don't know if this is really necessary though. Because no one else asked for it, I think it's fine to go with what suits your use case. – Ufuk On 15 Jan 2015, at

Re: Customizing the classpath for TM and JM

2015-01-15 Thread Alexander Alexandrov
No worries, this is the first reply that I get in this thread. What would be the difference between the two? I can make a PR if we agree on that. 2015-01-15 11:28 GMT+01:00 Ufuk Celebi : > Hey Alexander, > > there is only the option "env.java.opts", which can be set in the config. > I think you

Re: Customizing the classpath for TM and JM

2015-01-15 Thread Alexander Alexandrov
Sorry, I meant between the three. In particular, where will env.java.classpath propagate? 2015-01-15 14:24 GMT+01:00 Alexander Alexandrov < alexander.s.alexand...@gmail.com>: > No worries, this is the first reply that I get in this thread. > > What would be the difference between the two? I can m

Re: Customizing the classpath for TM and JM

2015-01-15 Thread Ufuk Celebi
Hey Alexander, there is only the option "env.java.opts", which can be set in the config. I think you cannot use this to have multiple "-classpath" options when starting Java? It makes sense to have the option to add something to the classpath. I will check this and fix it. :-) What about "task

Customizing the classpath for TM and JM

2015-01-14 Thread Alexander Alexandrov
Hi there, is there a canonical / suggested way to customize the classpath of the Flink JM and TM processes? At the moment I hardcoded my way around this by manually changing the following lines like that: # in taskmanager.sh $JAVA_RUN [...] -classpath "/tmp/classes:$FLINK_TM_CLASSPATH" # in job