cannot find symbol of "fromargs"

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

cannot find symbol of "fromargs"

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 in advance.



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: cannot find symbol of "fromargs"

Tzu-Li (Gordon) Tai
Hi!

How are you packaging your Flink program? This looks like a simple dependency error.
If you don’t know where to start when beginning to write your Flink program, the quickstart Maven templates are always a good place to begin with [1].

Cheers,

On 24 October 2018 at 9:32:29 PM, Mar_zieh ([hidden email]) wrote:

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 in advance.



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/