Member since
12-28-2016
2
Posts
0
Kudos Received
0
Solutions
12-28-2016
11:52 PM
In general Zeppelin is running on the Zeppelin server machine in the cluster. So it cannot access local files from the users host machine. The typical thing to do is to upload the file into HDFS and use the HDFS path in %spark notebook code to read the file using Spark.
... View more