-
Notifications
You must be signed in to change notification settings - Fork 854
Open
Labels
Description
pyspark3.1.1
from pyspark.sql import SparkSession
spark = Sparksession.builder.appName("Myapp")
.config("spark.jars","/opt/hadoopclient/Spark2x/spark/jars/synapseml_2.12-0.10.1.jar,/opt/hadoopclient/Spark2x/spark/jars/synapseml-lightgbm_2.12-0.10.1.jar,/opt/hadoopclient/Spark2x/spark/jars/synapseml-core_2.12-0.10.1.jar,/opt/hadoopclient/Spark2x/spark/jars/lightgbmlib-3.3.510.jar")
.getOrCreate()
import synapse.ml
Traceback (most recent call last):
File "",line 1, in
ModuleNotFoundError: No module named 'synapse'
How to solve the problem ?