Vaibhav Pal Singh created NIFI-9177:
---------------------------------------
Summary: Provide ARM64 docker Images for Apache Nifi
Key: NIFI-9177
URL: https://issues.apache.org/jira/browse/NIFI-9177
Project: Apache NiFi
Issue Type: Wish
Components: Docker
Affects Versions: 1.14.0
Reporter: Vaibhav Pal Singh
Docker for mac is not able to correctly emulate the amd64 binaries for apache
nifi.
Request to provide arm64 images for apache nifi, now that the apple M1 hardware
is becoming very popular among developer community as well.
The error logs as follows :
{code:java}
2021-08-29 04:36:48,799 WARN [main] org.apache.nifi.web.server.JettyServer
Failed to start web server... shutting down.2021-08-29 04:36:48,799 WARN [main]
org.apache.nifi.web.server.JettyServer Failed to start web server... shutting
down.java.io.IOException: Function not implemented at
sun.nio.fs.LinuxWatchService.<init>(LinuxWatchService.java:64) at
sun.nio.fs.LinuxFileSystem.newWatchService(LinuxFileSystem.java:47) at
org.apache.nifi.nar.NarAutoLoader.start(NarAutoLoader.java:68) at
org.apache.nifi.web.server.JettyServer.start(JettyServer.java:1229) at
org.apache.nifi.NiFi.<init>(NiFi.java:159) at
org.apache.nifi.NiFi.<init>(NiFi.java:71) at
org.apache.nifi.NiFi.main(NiFi.java:303)2021-08-29 04:36:48,830 INFO [Thread-1]
org.apache.nifi.NiFi Initiating shutdown of Jetty web server...
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)