jonvex commented on PR #8999: URL: https://github.com/apache/hudi/pull/8999#issuecomment-1595176979
When I tested this, The history server fails with the exception: ``` 2023-06-16 15:14:34 ************************************************************/ 2023-06-16 15:14:34 23/06/16 19:14:34 INFO applicationhistoryservice.ApplicationHistoryServer: registered UNIX signal handlers for [TERM, HUP, INT] 2023-06-16 15:14:35 23/06/16 19:14:34 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2023-06-16 15:14:35 23/06/16 19:14:35 INFO impl.MetricsConfig: loaded properties from hadoop-metrics2.properties 2023-06-16 15:14:35 23/06/16 19:14:35 INFO impl.MetricsSystemImpl: Scheduled Metric snapshot period at 10 second(s). 2023-06-16 15:14:35 23/06/16 19:14:35 INFO impl.MetricsSystemImpl: ApplicationHistoryServer metrics system started 2023-06-16 15:14:35 23/06/16 19:14:35 FATAL applicationhistoryservice.ApplicationHistoryServer: Error starting ApplicationHistoryServer 2023-06-16 15:14:35 java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no leveldbjni64-1.8 in java.library.path, no leveldbjni-1.8 in java.library.path, no leveldbjni in java.library.path, /tmp/libleveldbjni-64-1-2504575729329802225.8: /tmp/libleveldbjni-64-1-2504575729329802225.8: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)] 2023-06-16 15:14:35 at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182) 2023-06-16 15:14:35 at org.fusesource.hawtjni.runtime.Library.load(Library.java:140) 2023-06-16 15:14:35 at org.fusesource.leveldbjni.JniDBFactory.<clinit>(JniDBFactory.java:48) 2023-06-16 15:14:35 at org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore.serviceInit(LeveldbTimelineStore.java:227) 2023-06-16 15:14:35 at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) 2023-06-16 15:14:35 at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107) 2023-06-16 15:14:35 at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:115) 2023-06-16 15:14:35 at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) 2023-06-16 15:14:35 at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:180) 2023-06-16 15:14:35 at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:190) 2023-06-16 15:14:35 23/06/16 19:14:35 INFO util.ExitUtil: Exiting with status -1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
