spark-packages Questions
3
Solved
The following ran successfully on a Cloudera CDSW cluster gateway.
import pyspark
from pyspark.sql import SparkSession
spark = (SparkSession
.builder
.config("spark.jars.packages","JohnSnowLabs:...
Cadenza asked 7/12, 2017 at 22:52
1
The spark-daria project is uploaded to Spark Packages and I'm accessing spark-daria code in another SBT project with the sbt-spark-package plugin.
I can include spark-daria in the fat JAR file gen...
Concerned asked 17/5, 2017 at 23:39
1
© 2022 - 2024 — McMap. All rights reserved.