Skip to content

Instantly share code, notes, and snippets.

View mdellabitta's full-sized avatar

Michael Della Bitta mdellabitta

View GitHub Profile
@mdellabitta
mdellabitta / README.md
Last active December 31, 2021 02:16
How to build hadoop native dylibs for macOS for Spark

How to build hadoop native dylibs for macOS for Spark

This worked for me for the versions of Hadoop and Spark that I needed to use. Probably will work for other versions as well, until macOS takes the next step further from the light...

  1. Install dependencies with homebrew:
    • snappy
    • zlib
    • zstd
    • bzip2