Re: cannot find symbol of "fromargs"

2018-10-24 Thread Tzu-Li (Gordon) Tai
ParameterTool.fromArgs(args); But I got this error: cannot find symbol of "fromargs" would you please let me know how to solve this error? Thank you in advance. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

cannot find symbol of "fromargs"

2018-10-24 Thread Mar_zieh
Hello I am new in Flink. I want to write a program in stream processing. I added this line to my program: ParameterTool mmm = new ParameterTool.fromArgs(args); But I got this error: cannot find symbol of "fromargs" would you please let me know how to solve this error? Thank you