deepakpanda93 commented on code in PR #13902:
URL: https://github.com/apache/hudi/pull/13902#discussion_r2353031910


##########
docker/hoodie/hadoop/historyserver/Dockerfile:
##########


Review Comment:
   Hello @rangareddy 
   
   The Docker image runs on an AARCH64 platform, and the absence of a 
compatible libleveldbjni library was preventing the HistoryServer from 
starting. To resolve this, I added the appropriate libleveldbjni version that 
supports AARCH64.
   
   Error:
   ```
   ERROR applicationhistoryservice.ApplicationHistoryServer: Error starting 
ApplicationHistoryServer
   
   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-8976797200427282087.8: 
/tmp/libleveldbjni-64-1-8976797200427282087.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)]
   ```



-- 
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]

Reply via email to