We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e30ba9 commit 99414d7Copy full SHA for 99414d7
dev/create-release/release-build.sh
@@ -163,8 +163,8 @@ if [[ "$1" == "package" ]]; then
163
export ZINC_PORT=$ZINC_PORT
164
echo "Creating distribution: $NAME ($FLAGS)"
165
166
- # Write out the NAME and VERSION to PySpark version info we rewrite the - into a . and SNAPSHOT
167
- # to dev0 to be closer to PEP440. We use the NAME as a "local version".
+ # Write out the VERSION to PySpark version info we rewrite the - into a . and SNAPSHOT
+ # to dev0 to be closer to PEP440.
168
PYSPARK_VERSION=`echo "$SPARK_VERSION" | sed -r "s/-/./" | sed -r "s/SNAPSHOT/dev0/"`
169
echo "__version__='$PYSPARK_VERSION'" > python/pyspark/version.py
170
0 commit comments