You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a notebook using zeppelint. Inside it I am trying to acces a file in GC Storage.
It is getting this error:
Py4JJavaError: An error occurred while calling o72.csv.
: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem not found
The text was updated successfully, but these errors were encountered:
WaterKnight1998
changed the title
Spark can't connect to Google Clou Storage
Spark can't connect to Google Cloud Storage
Jun 27, 2020
@dbanda I saw that this chart came from your personal repo. I would like to be able to use google cloud connector and install prophet on spark executors. How can I do it? I tried using my own spark image which contains the connector jar.
However, after adding spark.jars property in zeppelin interpreter. It doesn't get loaded!
What spark interpreter are you using on zeppelin? Judging by your error message, Im assuming you are using %spark.pyspark. You have to add your dependencies as the first line in your notebook file. You will also have to make sure you update the path. There is an bug in zeppelin where the paths to python aren't properly updated. Could you share with me your notebook so that I can investigate?
I have created a notebook using zeppelint. Inside it I am trying to acces a file in GC Storage.
It is getting this error:
The text was updated successfully, but these errors were encountered: