Re: Not able to see std output in console/.out files with table API

2022-06-05 Thread Shengkai Fang
Hi. The TableResult.print() only prints the result to the client console. How do you redirect the output to the .out file? Can you get the output without redirection? Best, Shengkai Xuyang 于2022年6月2日周四 21:17写道: > Could you find that the input amount of the node `sink` is > being accumulated in

Not able to see std output in console/.out files with table API

2022-06-02 Thread Zain Haider Nemati
Hi, We are using table apis to integrate and transform data sources and converting them to datastream. We want to see the data formatting and adding a .print() sink to the datastream but the .out files do not show any output. We do see records coming in from the metrics in flink UI though. Suggesti