[
https://issues.apache.org/jira/browse/SPARK-34009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-34009.
----------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
Issue resolved by pull request 31036
[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
> Assignee: huangtianhua
> Priority: Minor
> Fix For: 3.2.0
>
>
> 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]