[no subject]

2021-11-15 Thread xm lian
Unsubscribe

Re: how to read data from hive table using flink sqlclent?

2021-08-24 Thread xm lian
I have added a new project to quickly reproduce this error: https://github.com/lianxmfor/flink-hive xm lian 于2021年8月24日周二 下午7:56写道: > 0 > <https://stackoverflow.com/posts/68907086/timeline> > > I tried to read the data from hive table using the flink sql client as per > th

how to read data from hive table using flink sqlclent?

2021-08-24 Thread xm lian
0 I tried to read the data from hive table using the flink sql client as per the flink documentation but it failed. i can read the table meta inform

How to calculate how long an event stays in flink?

2021-06-30 Thread xm lian
Hello community, I would like to know how long it takes for an event to flow through the whole Flink pipeline, that consumes from Kafka and sinks to Redis. My current idea is, for each event: 1. calculate a start_time in source (timestamp field of [metadata]( https://ci.apache.org/projects/flink