HyukjinKwon commented on a change in pull request #34875:
URL: https://github.com/apache/spark/pull/34875#discussion_r767422782
##########
File path: binder/postBuild
##########
@@ -33,3 +33,12 @@ else
fi
pip install plotly "pyspark[sql,ml,mllib,pandas_on_spark]$SPECIFIER$VERSION"
+
+# Set 'PYARROW_IGNORE_TIMEZONE' to surpress warnings from PyArrow.
+echo "export PYARROW_IGNORE_TIMEZONE=1" >> ~/.profile
+
+# Surpress warnings
Review comment:
```suggestion
# Surpress warnings from Spark jobs, and UI progress bar.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]