You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2020/01/15 06:44:00 UTC

[jira] [Comment Edited] (FLINK-13758) failed to submit JobGraph when registered hdfs file in DistributedCache

    [ https://issues.apache.org/jira/browse/FLINK-13758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015615#comment-17015615 ] 

Yang Wang edited comment on FLINK-13758 at 1/15/20 6:43 AM:
------------------------------------------------------------

[~luoguohao] Are you still working on this? I am pretty sure it is a bug and it will be better if we could fix this in release 1.10.

Currently, the public API {{StreamExecutionEnvironment#registerCachedFile}} has been broken.  We could not register remote cached files for all session deployment(standalone, Yarn, Kubernetes, Mesos). Since they are using {{RestClusterClient}} to submit job.

[~gjy], [~liyu] Do you think this ticket should be a blocker for 1.10?


was (Author: fly_in_gis):
[~luoguohao] Are you still working on this? I am pretty sure it is a bug and it will be better if we could fix this in release 1.10.

Currently, the public API {{StreamExecutionEnvironment#registerCachedFile}} has been broken.  We could not register remote cached files for both session and per-job cluster.

[~gjy], [~liyu] Do you think this ticket should be a blocker for 1.10?

> failed to submit JobGraph when registered hdfs file in DistributedCache 
> ------------------------------------------------------------------------
>
>                 Key: FLINK-13758
>                 URL: https://issues.apache.org/jira/browse/FLINK-13758
>             Project: Flink
>          Issue Type: Bug
>          Components: Command Line Client
>    Affects Versions: 1.6.3, 1.6.4, 1.7.2, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0
>            Reporter: luoguohao
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> when using HDFS files for DistributedCache, it would failed to submit jobGraph, we can see exceptions stack traces in log file after a while, but if DistributedCache file is a local file, every thing goes fine.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)