Re: Flink log and out files

2018-08-01 Thread vino yang
the log >> interface and supports log4j and logback configurations. The .out file >> stores the STDOUT information. This information is usually output by you >> calling some APIs such as the print sink API. >> >> Thanks, vino. >> >> 2018-08-01 23:19 GMT+0

Re: Flink log and out files

2018-08-01 Thread Alexander Smirnov
ome APIs such as the print sink API. > > Thanks, vino. > > 2018-08-01 23:19 GMT+08:00 Alexander Smirnov >: > >> Hi, >> >> could you please explain the difference between *.log and *.out files in >> Flink? >> What information is supposed to be in each of them? >> Is "log" a subset of "out"? >> How do I setup rotation with gzipping? >> >> Thank you, >> Alex >> > > >

Re: Flink log and out files

2018-08-01 Thread Andrey Zagrebin
ander.smirn...@gmail.com>>: > Hi, > > could you please explain the difference between *.log and *.out files in > Flink? > What information is supposed to be in each of them? > Is "log" a subset of "out"? > How do I setup rotation with gzipping? > > Thank you, > Alex >

Re: Flink log and out files

2018-08-01 Thread vino yang
calling some APIs such as the print sink API. Thanks, vino. 2018-08-01 23:19 GMT+08:00 Alexander Smirnov : > Hi, > > could you please explain the difference between *.log and *.out files in > Flink? > What information is supposed to be in each of them? > Is "log" a subse

Flink log and out files

2018-08-01 Thread Alexander Smirnov
Hi, could you please explain the difference between *.log and *.out files in Flink? What information is supposed to be in each of them? Is "log" a subset of "out"? How do I setup rotation with gzipping? Thank you, Alex