Skip to content

Commit 1d8c30c

Browse files
authored
Merge pull request #2 from rmetzger/trademarks
2 parents e12e043 + 8affa8c commit 1d8c30c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Python Flink Examples
1+
Python Flink Examples
22
=====================
33

44
![Flink UI](https://raw.githubusercontent.com/wdm0006/flink-python-examples/master/images/flink_ui.png)
55

6-
A collection of examples using Apache Flink's new python API. To set up your local environment with
6+
A collection of examples using Apache Flink's new python API. To set up your local environment with
77
the latest Flink build, see the guide:
88

99
* [HERE](http://willmcginnis.com/2015/11/08/getting-started-with-python-and-apache-flink/).
@@ -172,4 +172,9 @@ in the word count example as:
172172
output_path = os.path.dirname(os.path.abspath(__file__)) + os.sep + 'output_file.txt'
173173

174174
But this doesn't seem to work, because some part of how pyflink is executing the python code moves it, so the abspath
175-
term evaluates to some temp directory.
175+
term evaluates to some temp directory.
176+
177+
178+
Disclaimer
179+
========
180+
Apache®, Apache Flink™, Flink™, and the Apache feather logo are trademarks of [The Apache Software Foundation](http://apache.org).

0 commit comments

Comments
 (0)