Re: inheritance of Program interface in Program.java in org.apache.flink.api.common

2016-05-20 Thread 윤형덕
omProgram(this.program, this.args); } return this.plan; } -Original Message- From: "Ufuk Celebi"<u...@apache.org> To: <user@flink.apache.org>; "윤형덕"<ynoo...@naver.com>; Cc: Sent: 2016-05-20 (금) 19:30:01 Subject: Re: inheritance of Program interf

Re: inheritance of Program interface in Program.java in org.apache.flink.api.common

2016-05-20 Thread Ufuk Celebi
On Thu, May 19, 2016 at 4:46 PM, 윤형덕 wrote: > > how can this.mainClass that doesn't override getPlan method that is abstract method of Program interface(program.class) and has only static main method be instantiate as Program? This is only called if the class is actually a subclass of Program. T