i am trying to write a job, using maven project. Job is working fine in my editor , but when i am running that job through flink command line its giving ClassNotFoundException exception . Its not to find dependency.
If i will create a jar , will flink download all its dependency before executing that jar. if not that how can we run one-jar. Thanks
