[
https://issues.apache.org/jira/browse/RANGER-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642106#comment-17642106
]
Selvamohan Neethiraj commented on RANGER-3863:
----------------------------------------------
Thanks [~ttzztztz] . I have tested the above patch on Apple M2 and it needed
one more change as follows to complete the build successfully:
{code:java}
% git diff security-admin/pom.xml
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 5e24dd846..54bd231d8 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -928,7 +928,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.12.1</version>
<configuration>
<workingDirectory>${project.build.directory}</workingDirectory>
<installDirectory>${project.build.directory}</installDirectory> {code}
Since this change works on Apple M2, I do not know if this works fine on Apple
M1 and other Intel computers. Can you please include above change and see if
this works on Apple M1 ?
> Ranger Failed to run on Apple M1 macOS (Apple Silicon)
> ------------------------------------------------------
>
> Key: RANGER-3863
> URL: https://issues.apache.org/jira/browse/RANGER-3863
> Project: Ranger
> Issue Type: Bug
> Components: plugins
> Reporter: ziyue
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We need to bump some dependencies to the latest version in order to support
> M1 aarm64 environment:
>
> # JNA to >= 5.7.0
> [https://github.com/java-native-access/jna/blob/master/CHANGES.md#release-570]
> # gethostname4j to >= 1.0.0
> [https://github.com/mattsheppard/gethostname4j/pull/8]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)