1 Answer
- Newest
- Most votes
- Most comments
0
If you are using %flink.pyflink or %flink as your interpreters, you will need to use the ZeppelinContext to visualize the results within the notebook.
%flink // create a DataStream val dataStream = senv.fromElements("Alice", "Bob", "John") // interpret the insert-only DataStream as a Table val inputTable = stenv.fromDataStream(dataStream) z.show(inputTable, streamType="update")
For more PyFlink specific examples, see Query your data streams interactively using Kinesis Data Analytics Studio and Python.
answered 2 years ago
Relevant content
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago