We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e86e9c commit 77a23bfCopy full SHA for 77a23bf
dev/test-dependencies.sh
@@ -42,7 +42,7 @@ HADOOP_PROFILES=(
42
43
# See http://stackoverflow.com/a/3545363 for an explanation of this one-liner:
44
OLD_VERSION=$($MVN help:evaluate -Dexpression=project.version|grep -Ev '(^\[|Download\w+:)')
45
-TEMP_VERSION="spark-$(python -S -c "import random; print random.randrange(100000, 999999)")"
+TEMP_VERSION="spark-$(python -S -c "import random; print(random.randrange(100000, 999999))")"
46
47
function reset_version {
48
# Delete the temporary POMs that we wrote to the local Maven repo:
0 commit comments