[
https://issues.apache.org/jira/browse/FLINK-13448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406506#comment-17406506
]
Brandon Li edited comment on FLINK-13448 at 8/30/21, 2:51 AM:
--------------------------------------------------------------
Hello everyone,
We have a similar issue as described
[here|https://github.com/apache/arrow/pull/9285#issuecomment-814672932] when
trying to build PyFlink on ARM:
{code:java}
Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR
ARROW_PYTHON_LIB_DIR) (found version "2.0.0"){code}
The reason is PyFlink depends on Apache Beam 2.27.0, which further depends on
PyArrow 2.0.0. PyArrow 2.0.0 does not support ARM. The minimum version of
Apache Beam supporting PyArrow with ARM is 2.31.0, which depends on PyArrow
4.0.0.
Is there a fix or working branch on this? Thank you!
was (Author: bambrow):
Hello everyone,
We have the same issue as described
[here|https://github.com/apache/arrow/pull/9285#issuecomment-814672932] when
trying to build PyFlink on ARM.
The reason is PyFlink depends on Apache Beam 2.27.0, which further depends on
PyArrow 2.0.0. PyArrow 2.0.0 does not support ARM. The minimum version of
Apache Beam supporting PyArrow with ARM is 2.31.0, which depends on PyArrow
4.0.0.
Is there a fix or working branch on this? Thank you!
> Support ARM architecture
> ------------------------
>
> Key: FLINK-13448
> URL: https://issues.apache.org/jira/browse/FLINK-13448
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 1.9.0
> Reporter: Stephan Ewen
> Priority: Minor
> Labels: auto-deprioritized-major, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This is the umbrella issue to track the efforts to make Flink run on ARM
> processors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)