Hi yinhua,
Could you help to reproduce the problem? I can help to figure out the root
cause.
Best, Hequn
On Fri, Jan 4, 2019 at 11:37 AM yinhua.dai wrote:
> Hi Fabian,
>
> It's the submission of the jar file cost too long time.
> And yes Hequn and your suggestion is working, but just curious
Hi Fabian,
It's the submission of the jar file cost too long time.
And yes Hequn and your suggestion is working, but just curious why a 100M
jar files causes so long time to submit, is it related with some upload
parameter settings of the web layer?
--
Sent from: http://apache-flink-user-mailin
Hi,
You can try to build a JAR file with all runtime dependencies of Flink SQL
(Calcite, Janino, +transitive dependencies), add it to the lib folder, and
exclude the dependencies from the JAR file that is sent to the cluster when
you submit a job.
It would also be good to figure out what takes so
I have to do that for now, however I have to find another way because the jar
some times get update and the flink cluster will be remotely in future.
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Hi, yinhua
Thanks for looking into the problem. I'm not familiar with the code of
these part. As a workaround, you can put your jars into the flink lib
folder or add your jars into the classpath. Hope this helps.
Best, Hequn
On Fri, Dec 28, 2018 at 11:52 AM yinhua.dai wrote:
> I am using Flin