Re: [DISCUSS] ARM support for Flink

2022-08-26 Thread bo zhaobo
Hi, Thanks for feeback and descirption, Yang Wang. I saw multiple Flink associated docker images on dockerhub and released with X86 & ARM64. So we think that might be useful for community to setup ARM CI relied on existing CICD system. We are happy that we could help on that via donating ARM res

Re: [DISCUSS] ARM support for Flink

2022-08-26 Thread Yang Wang
Thanks Bo for starting this discussion. I think it is really useful to have the CI for ARM platform. But I am not sure what is the current situation. TBH, I have not build an ARM image for Flink. Given that we have not finished the migration from azure pipelines to github action, I believe we sti

Re: [DISCUSS] ARM support for Flink

2022-08-24 Thread bo zhaobo
Hi Flink, Any idea about this? ;-) bo zhaobo 于2022年8月23日周二 19:28写道: > Hi Flinkers, > > In 2019, we raised an discussion in Flink about "ARM support for > Flink"[1]. And we got so many helps and supports from Flink community about > introducing a ARM CI system into Flink community, which is named

[DISCUSS] ARM support for Flink

2022-08-23 Thread bo zhaobo
Hi Flinkers, In 2019, we raised an discussion in Flink about "ARM support for Flink"[1]. And we got so many helps and supports from Flink community about introducing a ARM CI system into Flink community, which is named "OpenLab"[2], and finally we create a full stack regression Flink tests on Open

Re: [DISCUSS] ARM support for Flink

2019-08-01 Thread Yikun Jiang
19 at 9:24 AM Xiyuan Wang < > > > > wangxiyuan1...@gmail.com> > > > > > > > wrote: > > > > > > > > > > > > > > > Hi yun: > > > > > > > > I didn't try to build rocksdb with vagrant, but just

Re: [DISCUSS] ARM support for Flink

2019-08-01 Thread Stephan Ewen
; > > > > > > rocksdbjava` directly in an ARM machine. We hit some issues as > > > well. > > > > > My > > > > > > > colleague has created an issue in rocksdb[1]. Rocksdb doesn't > > > > contains >

Re: [DISCUSS] ARM support for Flink

2019-08-01 Thread Chesnay Schepler
book/rocksdb/blob/master/java/RELEASE.md [2] https://github.com/dataArtisans/frocksdb Best Yun Tang ____ From: Xiyuan Wang Sent: Tuesday, July 9, 2019 10:52 To: dev@flink.apache.org Subject: Re: [DISCUSS] ARM support for Flink Thanks for your help. I built the frocksdb locally o

Re: [DISCUSS] ARM support for Flink

2019-07-31 Thread Xiyuan Wang
;s > > > > > > work together there. > > > > > > > > > > > > Thanks. > > > > > > > > > > > > [1]: https://github.com/facebook/rocksdb/issues/5559 > > > > > > > > > > > > Yun Tang

Re: [DISCUSS] ARM support for Flink

2019-07-31 Thread Stephan Ewen
ssues/5559 > > > > > > > > > > Yun Tang 于2019年7月11日周四 下午12:01写道: > > > > > > > > > > > Hi Xiyuan > > > > > > > > > > > > Have you ever tried to release RocksDB on ARM like official > doc[1] > > > > > > suggests? From our experience, cross-building for AR

Re: [DISCUSS] ARM support for Flink

2019-07-31 Thread Chesnay Schepler
er/java/RELEASE.md [2] https://github.com/dataArtisans/frocksdb Best Yun Tang From: Xiyuan Wang Sent: Tuesday, July 9, 2019 10:52 To: dev@flink.apache.org Subject: Re: [DISCUSS] ARM support for Flink Thanks for your help. I built the frocksdb locally on ARM and al

Re: [DISCUSS] ARM support for Flink

2019-07-29 Thread Xiyuan Wang
; > > > > suggests? From our experience, cross-building for ARM did not work > > fine > > > > > with Vagrant and we have to build rocksDB's binary file on ARM > > > > separately. > > > > > > > > > > As frocksdb [2] might not always maintained in Flink, I t

Re: [DISCUSS] ARM support for Flink

2019-07-29 Thread Stephan Ewen
on ARM > > > separately. > > > > > > > > As frocksdb [2] might not always maintained in Flink, I think we'd > > better > > > > support to release RocksDB-java with ARM officially. > > > > > > > > > > > > [1] https://github

Re: [DISCUSS] ARM support for Flink

2019-07-11 Thread Xiyuan Wang
; > > support to release RocksDB-java with ARM officially. > > > > > > > > > [1] https://github.com/facebook/rocksdb/blob/master/java/RELEASE.md > > > [2] https://github.com/dataArtisans/frocksdb > > > > > > Best > > > Yun Tang > > > > > > > > > ___

Re: [DISCUSS] ARM support for Flink

2019-07-11 Thread Stephan Ewen
s://github.com/dataArtisans/frocksdb > > > > Best > > Yun Tang > > > > > > > > From: Xiyuan Wang > > Sent: Tuesday, July 9, 2019 10:52 > > To: dev@flink.apache.org > > Subject: Re: [DISCUSS] ARM support for F

Re: [DISCUSS] ARM support for Flink

2019-07-11 Thread Xiyuan Wang
ster/java/RELEASE.md > [2] https://github.com/dataArtisans/frocksdb > > Best > Yun Tang > > > > From: Xiyuan Wang > Sent: Tuesday, July 9, 2019 10:52 > To: dev@flink.apache.org > Subject: Re: [DISCUSS] ARM support for Flink > > Tha

Re: [DISCUSS] ARM support for Flink

2019-07-10 Thread Yun Tang
apache.org Subject: Re: [DISCUSS] ARM support for Flink Thanks for your help. I built the frocksdb locally on ARM and all the related tests are passed now. Except some tests which can be fixed easily, it seems that both building and testing are ran well on ARM. Basing on my test, Is it possible

Re: [DISCUSS] ARM support for Flink

2019-07-08 Thread Xiyuan Wang
Thanks for your help. I built the frocksdb locally on ARM and all the related tests are passed now. Except some tests which can be fixed easily, it seems that both building and testing are ran well on ARM. Basing on my test, Is it possible to support Flink on ARM officailly? Seem the worklist is n

Re: [DISCUSS] ARM support for Flink

2019-07-07 Thread Dian Fu
Hi Xiyuan, Thanks for bring the discussion. WRT the exception, it's because the native bundled in the rocksdb jar file isn't compiled with cross platform support. You can refer [1] for how to build rocksdb which has ARM platform. WRT ARM support, the rocksdb currently used in Flink is hosted

[DISCUSS] ARM support for Flink

2019-07-07 Thread Xiyuan Wang
Hi Flink: Recently we meet a problem that we have to test and run Flink on ARM arch. While after searching Flink community, I didn’t find an official ARM release version. Since Flink is made by Java and Scala language which can be ran cross-platform usually, I think Flink can be built and ran o