[
https://issues.apache.org/jira/browse/SPARK-34009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258766#comment-17258766
]
Apache Spark commented on SPARK-34009:
--------------------------------------
User 'huangtianhua' has created a pull request for this issue:
https://github.com/apache/spark/pull/31036
> Activate profile 'aarch64' based on OS
> --------------------------------------
>
> Key: SPARK-34009
> URL: https://issues.apache.org/jira/browse/SPARK-34009
> Project: Spark
> Issue Type: Improvement
> Components: Build
> Affects Versions: 3.0.2
> Reporter: huangtianhua
> Priority: Minor
>
> Now we activate profile 'aarch64' by parameter '-Paarch' to build spark on
> aarch64: https://github.com/apache/spark/blob/master/pom.xml#L3369-L3374
> There is another way to activate maven profile based on OS settings
> automatically, like:
> <profile>
> <id>aarch64</id>
> <properties>
> <leveldbjni.group>org.openlabtesting.leveldbjni</leveldbjni.group>
> </properties>
> <activation>
> <os>
> <family>linux</family>
> <arch>aarch64</arch>
> </os>
> </activation>
> </profile>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]