Re: Questions regarding classpath loading order in YarnClusterDescriptor

2022-06-04 Thread Biao Geng
Hi Leon, For your question1, in the classpath, there are 2 types of jars: user jars and flink system jars(i.e. jars in flink/lib). System jars are sorted alphabetically. For user jars, there are 3 choices to add user jars in the final classpath: ORDER, FIRST, LAST(See the doc

Re: Need help to join Apache Flink community on.Slack

2022-06-04 Thread Jing Ge
Hi Santhosh, just invited you. Please check your email. Looking forward to knowing your story! Thanks! To anyone else who wants to join, please send an email to user@flink.apache.org, you might have a better chance to get the invite. Thanks. Regards, Jing On Sat, Jun 4, 2022 at 10:37 PM santhos

Questions regarding classpath loading order in YarnClusterDescriptor

2022-06-04 Thread Leon Xu
Hi Flink Community, We are building on top of *org.apache.flink.yarn.YarnClusterDescriptor *to submit a flink application from Java code to YARN cluster, in the application mode. We are setting the classpath as the value of *the yarn.provided.lib.dirs *property under the yarn configuration. By p

Re: [ANNOUNCE] Welcome to join the Apache Flink community on Slack

2022-06-04 Thread Jing Ge
Hi Xingtong, While inviting new members, there are two options: "From another company" vs "Your coworker". In this case, we should always choose "Your coworker" to add new members to the Apache Flink workspace, right? Best regards, Jing On Fri, Jun 3, 2022 at 1:10 PM Yuan Mei wrote: > Thanks,

Re: Cannot cast GoogleHadoopFileSystem to hadoop.fs.FileSystem to list file in Flink 1.15

2022-06-04 Thread 陳昌倬
On Thu, Jun 02, 2022 at 06:23:20PM +0800, Qingsheng Ren wrote: > Thanks for the input ChangZhuo. > > Could you check if the configuration "classloader.resolve-order” is > set to “parent-first” in your Flink 1.14 cluster? I didn’t notice any > changes related to the user code classloader in Flink 1