You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2017/06/21 15:20:00 UTC

[jira] [Comment Edited] (FLINK-6966) Add maxParallelism and UIDs to all operators generated by the Table API

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

sunjincheng edited comment on FLINK-6966 at 6/21/17 3:19 PM:
-------------------------------------------------------------

Hi, [~fhueske] do you meant that we need call {{uid/setUidHash}} when we translate to DataStream? And we provided unique UID for per transformation and job.If so, we need to consider all the Operators which are in the {{table.scala}}. right? 



was (Author: sunjincheng121):
Hi, [~fhueske] do you meant that we need call {{uid/setUidHash}} when we translate to DataStream? And we provided unique UID for per transformation and job. right?


> Add maxParallelism and UIDs to all operators generated by the Table API
> -----------------------------------------------------------------------
>
>                 Key: FLINK-6966
>                 URL: https://issues.apache.org/jira/browse/FLINK-6966
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>    Affects Versions: 1.4.0
>            Reporter: Fabian Hueske
>
> At the moment, the Table API does not assign UIDs and the max parallelism to operators (except for operators with parallelism 1).
> We should do that to avoid problems when rescaling or restarting jobs from savepoints.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)