Re: Running SQL to print to Std Out

2018-08-07 Thread 네이버
> On 6 Aug 2018, at 23:34, Mich Talebzadeh wrote: > > Awesome, thanks both. > > I can see it now on task manager stdout > > > > > Dr Mich Talebzadeh > > LinkedIn > https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw > > http://talebzadehmich.wordpress.com

Re: Running SQL to print to Std Out

2018-08-06 Thread vino yang
Hi Mich, Hequn is correct, click on the “Task Managers” menu located on the left side of the Flink web UI, select a TM from the TM list, and then click on the “Stdout” option in the TM Details tab. Thanks, vino. 2018-08-07 9:42 GMT+08:00 Hequn Cheng : > Hi Mich, > > When you print to stdout on

Re: Running SQL to print to Std Out

2018-08-06 Thread Hequn Cheng
Hi Mich, When you print to stdout on cluster, you have to look at the taskmanager .out file (also available in the UI). Best, Hequn On Tue, Aug 7, 2018 at 4:48 AM, Mich Talebzadeh wrote: > Hi, > > This is the streaming program I have for trade prices following the doc > for result set for tabl

Running SQL to print to Std Out

2018-08-06 Thread Mich Talebzadeh
Hi, This is the streaming program I have for trade prices following the doc for result set for tables https://flink.apache.org/news/2017/03/29/table-sql-api-update.html val streamExecEnv = StreamExecutionEnvironment.getExecutionEnvironment val ds = streamExecEnv .addSource(new F