Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mosaic-gdal-3.4.3-filetree-init.sh #421

Merged
merged 1 commit into from
Jul 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#
# File: mosaic-gdal-3.4.3-filetree-init.sh
# Author: Michael Johns
# Modified: 2023-03-21
# Modified: 2023-07-23
#
# !!! FOR DBR 11.x and 12.x ONLY [Ubuntu 20.04] !!!
# !!! NOT for DBR 13.x [Ubuntu 22.04] !!!
#
# 1. script is using custom tarballs for offline / self-contained install of GDAL
# 2. This will unpack files directly into the filetree across cluster nodes (vs run apt install)
# 3. Note: Mosaic will be able to auto-detect and handle tarball unpacking
# without this init script on/around APR 2023 (so this is an alt to that capability)

#
# -- install databricks-mosaic-gdal on cluster
# - from pypi.org (once available)
pip install databricks-mosaic-gdal==3.4.3
Expand Down
Loading