Connecting to a remote jobmanager - problem with Akka remote

2016-03-22 Thread Simone Robutti
Hello,

we are trying to set up our system to do remote debugging through Intellij.
Flink is running on a yarn long running session. We are launching Flink's
CliFrontend with the following parameters:

>  run -m **::48252
/Users//Projects/flink/build-target/examples/batch/WordCount.jar

The error raised is the following:

 ERROR akka.remote.EndpointWriter-
dropping message [class akka.actor.ActorSelectionMessage] for non-local
recipient [Actor[akka.tcp://flink@**:48252/]]
arriving at [akka.tcp://flink@**:48252] inbound
addresses are [akka.tcp://flink@**:48252]

The meaning of the error looks clear but we don't know how to fix it. Any
advice?


Re: Connecting to a remote jobmanager - problem with Akka remote

2016-03-22 Thread Till Rohrmann
Hi Simone, can your problem be related to this mail thread [1]?

[1]
http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Flink-1-0-0-JobManager-is-not-running-in-Docker-Container-on-AWS-td10711.html

Cheers,
Till

On Tue, Mar 22, 2016 at 1:22 PM, Simone Robutti <
simone.robu...@radicalbit.io> wrote:

> Hello,
>
> we are trying to set up our system to do remote debugging through
> Intellij. Flink is running on a yarn long running session. We are launching
> Flink's CliFrontend with the following parameters:
>
> >  run -m **::48252
> /Users//Projects/flink/build-target/examples/batch/WordCount.jar
>
> The error raised is the following:
>
>  ERROR akka.remote.EndpointWriter-
> dropping message [class akka.actor.ActorSelectionMessage] for non-local
> recipient [Actor[akka.tcp://flink@**:48252/]]
> arriving at [akka.tcp://flink@**:48252] inbound
> addresses are [akka.tcp://flink@**
> :48252]
>
> The meaning of the error looks clear but we don't know how to fix it. Any
> advice?
>
>