https://github.com/soypete/example_flink_plan_python_cab
https://github.com/soypete/example_flink_plan_python_cab
apache-flink example python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soypete/example_flink_plan_python_cab
- Owner: Soypete
- Created: 2019-02-06T20:27:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T16:45:44.000Z (about 7 years ago)
- Last Synced: 2025-02-26T04:41:52.564Z (about 1 year ago)
- Topics: apache-flink, example, python
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Flink Plan - Python
The `main.py` file represents a python implementation of the first assignment found on the Udemy flink in action course.
before running
```rm cab-out.txt```
This is how to run the plan on my machine
```./usr/local/Cellar/apache-flink/1.7.1/libexec/bin/pyflink-stream.sh ./Users/miriah.peterson@getweave.com/code/flink_tutorial/assignment_1/src/main.py```
To run the flink site example:
```./usr/local/Cellar/apache-flink/1.7.1/libexec/bin/pyflink-stream.sh ./Users/miriah.peterson@getweave.com/code/flink_tutorial/assignment_1/flink_example_word_count.py```