You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build failed on Mac with:
org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] no native library is found for os.name=Mac and os.arch=aarch64
This is solved by upgrading parquet-hadoop to 1.13.0
It could also be good to add to the readme that settings in the application.properties needs to be filled in or better yet set them to the relative path:
The build failed on Mac with:
org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] no native library is found for os.name=Mac and os.arch=aarch64
This is solved by upgrading parquet-hadoop to 1.13.0
It could also be good to add to the readme that settings in the application.properties needs to be filled in or better yet set them to the relative path:
schema.filePath=src/main/resources/schemas/user.schema
output.directoryPath=src/main/resources/output
After those two changes it worked fine on Mac.
The text was updated successfully, but these errors were encountered: