[jira] [Created] (FLINK-22807) AttributeError: 'Builder' object has no attribute 'is_streaming_mode'

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-22807) AttributeError: 'Builder' object has no attribute 'is_streaming_mode'

Shang Yuanchun (Jira)
Yao Li created FLINK-22807:
------------------------------

             Summary: AttributeError: 'Builder' object has no attribute 'is_streaming_mode'
                 Key: FLINK-22807
                 URL: https://issues.apache.org/jira/browse/FLINK-22807
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.13.0
            Reporter: Yao Li
         Attachments: 5df1e86bb905e743a020d7d3b2589f7e.png

安装的v1.13版本pyflink模块, 创建环境对象时报错如下:

>>> from pyflink.table import TableEnvironment,EnvironmentSettings
>>> env_settings = EnvironmentSettings.new_instance().use_blink_planner().is_streaming_mode().build()
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
AttributeError: 'Builder' object has no attribute 'is_streaming_mode'



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