diff --git a/python/docs/source/getting_started/install.rst b/python/docs/source/getting_started/install.rst index d137a19b30c9..606a1b56c0e7 100644 --- a/python/docs/source/getting_started/install.rst +++ b/python/docs/source/getting_started/install.rst @@ -62,7 +62,7 @@ For PySpark with/without a specific Hadoop version, you can install it by using PYSPARK_HADOOP_VERSION=3 pip install pyspark -The default distribution uses Hadoop 3.5 and Hive 2.3. If users specify different versions of Hadoop, the pip installation automatically +The default distribution uses Hadoop 3.5 and Hive 4.1. If users specify different versions of Hadoop, the pip installation automatically downloads a different version and uses it in PySpark. Downloading it can take a while depending on the network and the mirror chosen. ``PYSPARK_RELEASE_MIRROR`` can be set to manually choose the mirror for faster downloading.