Description
The master snapshot publisher builds are currently broken due to two minor build issues:
1. For unknown reasons, the LFTP mkdir -p command started throwing errors when the remote FTP directory already exists. To work around this, we should update the script to ignore errors.
2. The PySpark setup.py file references a non-existent module, causing Python packaging to fail.