Thanks for the reply. Finally got it working. The output actually get
printed out on client side not on TM side
On Tue, May 11, 2021 at 11:47 PM Jeff Zhang wrote:
> The result is printed in TM.
> It is local mode in IDE, so TM runs in your local jvm that's why you see
> the result
> While it is
The result is printed in TM.
It is local mode in IDE, so TM runs in your local jvm that's why you see
the result
While it is distributed mode (either yarn or standalone mode) when you are
in sql-client, you should be able to see the result in TM logs.
tao xiao 于2021年5月11日周二 下午11:40写道:
> Does an
Does anyone help with this question?
On Thu, May 6, 2021 at 3:26 PM tao xiao wrote:
> Hi team,
>
> I wrote a simple SQL job to select data from Kafka. I can see results
> printing out in IDE but when I submit the job to a standalone cluster in
> CLI there is no result shown. I am sure the job is
Hi team,
I wrote a simple SQL job to select data from Kafka. I can see results
printing out in IDE but when I submit the job to a standalone cluster in
CLI there is no result shown. I am sure the job is running well in the
cluster with debug log suggesting that the kafka consumer is fetching data