pyflink Questions
0
I am using pyflink 1.17.1 and i am getting this error "RuntimeError: java.lang.UnsupportedOperationException: A serializer has already been registered for the state; re-registration is not all...
Tove asked 17/8, 2023 at 12:49
4
Solved
I'm trying to create a source table using Apache Flink 1.11 where I can get access to nested properties in a JSON message. I can pluck values off root properties but I'm unsure how to access nested...
Ogburn asked 23/9, 2020 at 9:17
1
Currently, I have a running Flink Kubernetes session cluster (Flink version 1.13.2) and I can access the web UI by port-forward also, I can submit the WordCount jar example by this command ./bin/fl...
Shoot asked 16/10, 2021 at 16:4
0
Thanks a lot for any help!!!
code:
from pyflink.common.typeinfo import RowTypeInfo, Types, BasicTypeInfo, TupleTypeInfo
from pyflink.table import EnvironmentSettings, StreamTableEnvironment
# stre...
Ictus asked 23/1, 2021 at 2:27
1
© 2022 - 2024 — McMap. All rights reserved.