Skip to content

Commit fe9fd0b

Browse files
committed
Upgrade graphframes to 0.8.2
1 parent 5a0bf1f commit fe9fd0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/graphframes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
readonly PKG="graphframes:graphframes:0.8.1-spark3.0-s_2.12"
4+
readonly PKG="graphframes:graphframes:0.8.2-spark3.2-s_2.12"
55
if [ $# -eq 0 ]; then
66
pyspark --packages $PKG
77
else

0 commit comments

Comments
 (0)