Re: Need assistance : creating remote environment

2018-07-13 Thread Mohan mohan
Updated akka's 'reference.conf' file in my app shadow jar. Working fine now. Thank you. On Fri, Jul 13, 2018 at 10:46 PM Mohan mohan wrote: > Hi Chesnay, > > Now server and client/IDE both are using 1.4.0. > When I submit job from IDE getting below exception, > > com.typesafe.config.ConfigExcep

Re: Need assistance : creating remote environment

2018-07-13 Thread Mohan mohan
Hi Chesnay, Now server and client/IDE both are using 1.4.0. When I submit job from IDE getting below exception, com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka.remote.artery' I have used shadow jar. Thought problem is with merging jars. But I could not fi

Re: Need assistance : creating remote environment

2018-07-13 Thread Chesnay Schepler
FLIP-6 is/was an initiative to rework Flink distributed model. Contrary to my previous reply this wasn't introduced in 1.4, please disregard explanation a). Thus, the only remaining explanation is that you're running 1.5 in the client/IDE. I heavily recommend to make sure that your client/I

Re: Need assistance : creating remote environment

2018-07-13 Thread Mohan mohan
Hi, what is flip6? "Flink Improvement Proposal" ? How to enable/disable flip mode in below cases, 1. While starting cluster using ./start-cluster.sh 2. While connecting using ExecutionEnvironment.createRemoteEnvironment("localhost", 6123, "xyz.jar") Thank you. On Thu, Jul 12, 2018 at 9:32 PM

Re: Need assistance : creating remote environment

2018-07-12 Thread Mohan mohan
Yep, that is due to version mismatch. Working fine now. Thank you Chesnay Schepler. On Wed, Jul 11, 2018 at 6:05 PM Chesnay Schepler wrote: > Based on the logs your client is using the RestClusterClient, which means > that the client is either > a) running 1.4 with the flip6 profile enabled > b

Re: Need assistance : creating remote environment

2018-07-11 Thread Chesnay Schepler
Based on the logs your client is using the RestClusterClient, which means that the client is either a) running 1.4 with the flip6 profile enabled b) running 1.5. Please ensure that both the flink versions match for client and server, and that both run/do not run in flip6 mode. On 11.07.2018 1

Re: Need assistance : creating remote environment

2018-07-11 Thread Mohan mohan
Attached log file. (Log level : Trace) Is this the issue ? Trying with very minimal graph (execution plan is printed in log file) WARN akka.remote.transport.netty.NettyTransport- Remote connection to [/127.0.0.1:44322] failed with org.apache.flink.shaded.akka.org.jboss.netty.

Re: Need assistance : creating remote environment

2018-07-11 Thread Chesnay Schepler
Did/could you enable logging in the submitting code? On 11.07.2018 13:57, Mohan mohan wrote: Hi, I have started flink in cluster mode. ..flink1.4.2/bin/$ ./start-cluster.sh (no config changes ie., default settings) And trying to connect to it, ExecutionEnvironment.createRemoteEnvironment("l