jeff1evesque / kinesis-analytics-demo

kinesis analytics streaming demonstration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update 'sliding_window.py' + README.md

jeff1evesque opened this issue · comments

We need to add the following segment to our sliding_window.py:

    table_env.get_config().get_configuration().set_string(
        'parallelism.default',
        '1'
    )

Then, we need to update the subsequent README.md to show an expected std output.