Hands-On Introduction to Apache Flink Table API in Python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thanks Soumik for the video on Apache Flink.

pariksheetde
Автор

Hi Soumil, thanks for the video. Using openjdk 11 and Python 3.8. I can't see the table printed when run 'Creating Dataframe from List of Tuples'. Used Jupyter notebook as well as VS code Editor. Any idea.

debmidya
Автор

great video. is there any video showing how to running flink and to follow process in UI ? would be nice.

rafaelg
Автор

I could run the notebook, but, all the table.execute().print() is getting printed on the console, not on the notebook. Have you configured jupyter logging separately ?

Also, a minor correction in the notebook, the functools.partial() should take the generate_uuid() as input and not 'a' :
myhash = udf(functools.partial(generate_uuid), result_type='STRING')

Loving the series so far ! !

diptimanraichaudhuri
Автор

This is basically spark equivalent. Can you pls let us know the differences, pros, cons of flink vs spark?

____prajwal____