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