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 0c4880a commit 451f408Copy full SHA for 451f408
spark/graphframes.sh
@@ -1,9 +1,7 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-# 0.5.0 seems to be broken at this point,
5
-# check this issue https://git.io/vNjRt
6
-readonly PKG="graphframes:graphframes:0.4.0-spark2.1-s_2.11"
+readonly PKG="graphframes:graphframes:0.8.1-spark3.0-s_2.12"
7
if [ $# -eq 0 ]; then
8
pyspark --packages $PKG
9
else
0 commit comments