Re: Flink 1.18.0 jobs in the console keeps changing their orders

2023-12-05 Thread Yuxin Tan
Hi, Ethan, Do you mean that the jobs of Flink web UI? If I remember correctly, the order does change with each refresh, however, there is an option to sort them using the provided sort button. If you believe that having a consistent order is a significant necessity, maybe you can start a discussio

Re: Getting a list of tasks for a running job

2023-11-27 Thread Yuxin Tan
Hi, Tauseef, AFAIK, the most common way to get a list of tasks that a particular job executes is through Flink's Web UI or REST API. Using the Flink Web UI: When you run a Flink cluster, a Web UI is launched by default on port 8081 of the JobManager. By accessing this Web UI through a browser, y

Re: unsubscribe

2023-11-14 Thread Yuxin Tan
Hi, Ralph, Please send an email to user-unsubscr...@flink.apache.org to unsubscribe the user mailing list. [1] [1] https://flink.apache.org/what-is-flink/community/ Best, Yuxin Ralph Matthias Debusmann 于2023年11月15日周三 06:18写道: > >

Re: Flink-1.18 mvn test error

2023-11-09 Thread Yuxin Tan
Hi, zhao, IIRC, it seems that the error occurred because you ran the test before packaging. While running in flink-clients/pom.xml, maven can not find the packages. Based on your command, it seems that you want to run the tests. Have you tried running "mvn clean package" or "mvn clean install" d

Re: [ANNOUNCE] Flink Table Store Joins Apache Incubator as Apache Paimon(incubating)

2023-03-27 Thread Yuxin Tan
Congratulations! Best, Yuxin Guanghui Zhang 于2023年3月28日周二 11:06写道: > Congratulations! > > Best, > Zhang Guanghui > > Hang Ruan 于2023年3月28日周二 10:29写道: > > > Congratulations! > > > > Best, > > Hang > > > > yu zelin 于2023年3月28日周二 10:27写道: > > > >> Congratulations! > >> > >> Best, > >> Yu Zelin

Re: unsubscribe

2023-03-04 Thread Yuxin Tan
Hi, please send an email to user-unsubscr...@flink.apache.org to unsubscribe. Best, Yuxin Xiangyu Su via user 于2023年3月3日周五 17:29写道: > >

Re: unsubscribe

2022-07-18 Thread Yuxin Tan
Hi, you can send any content to user-unsubscr...@flink.apache.org to unsubscribe. Best Regards Yuxin Alex Drobinsky 于2022年7月17日周日 14:23写道: > >

Re: New blog post published - Sort-Based Blocking Shuffle Implementation in Flink

2021-11-03 Thread Yuxin Tan
Thanks Daisy and Kevin! The IO scheduling idea of the sequential reading and the benchmark result look really great! Looking forward to the next work. Best, Yuxin weijie guo 于2021年11月3日周三 下午5:24写道: > It's really an amazing job to fill in the defects of flink in batch > shuffle. I really appre