You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Aljoscha Krettek <al...@apache.org> on 2017/10/11 15:19:47 UTC

Re: Flink Savepoint Config parameter

Hi,

I'm assuming you're running via YARN? I think you need to add the -yid <application id> parameter to your incantation.

Best,
Aljoscha

> On 28. Sep 2017, at 10:54, ant burton <ap...@gmail.com> wrote:
> 
> Hey,
> 
> When running in EMR and taking a savepoint with 
> 
>     flink cancel -s SAVEPOINT_DIR JOB_ID
> 
> results in the following error
> 
> Caused by: org.apache.flink.util.ConfigurationException: Config parameter 'Key: 'jobmanager.rpc.address' , default: null (deprecated keys: [])' is missing (hostname/address of JobManager to connect to).
> 
> Am I missing something shouldn't this have been set by the cluster?
> 
> Thanks
> 
>