Keerath Jaggi created ZEPPELIN-854:
--------------------------------------

             Summary: sparkr interpreter not able to resolve packages mentioned 
in spark-defaults.conf
                 Key: ZEPPELIN-854
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-854
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-interpreter
            Reporter: Keerath Jaggi


Packages mentioned in spark-defaults.conf are not picked by the SPARK-R 
interpreter through zeppelin. However, when I run SPARK-R interpreter through 
the command line, it picks all the specified package dependencies. 

For example -> 

df <- read.df(sqlContext, "hdfs://192.168.2.145:9000/user/train.csv", 
"com.databricks.spark.csv", header = "true")

This statements throws a ClassNotFoundException in zeppelin 
(java.lang.ClassNotFoundException: Failed to find data source: 
com.databricks.spark.csv), even though the same code in Scala works on the 
default spark interpreter



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to