[ 
https://issues.apache.org/jira/browse/FLINK-8229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aljoscha Krettek closed FLINK-8229.
-----------------------------------
    Resolution: Duplicate

Please see this issue: https://issues.apache.org/jira/browse/FLINK-3659 that 
[~kkl0u] is currently working on, if I'm not mistaken.

> Cannot use broadcast in StreamingEnvironment
> --------------------------------------------
>
>                 Key: FLINK-8229
>                 URL: https://issues.apache.org/jira/browse/FLINK-8229
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Wind
>
> {code:java}
>       @Override
>       public <RT> List<RT> getBroadcastVariable(String name) {
>               throw new UnsupportedOperationException("Broadcast variables 
> can only be used in DataSet programs");
>       }
> {code}
> Why not support broadcast variable in Datastream programs ? 
> I am not sure if I am right, I guess it has the same mechanism as the dataset 
> broadcast variable.



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

Reply via email to