[jira] [Created] (ZEPPELIN-4116) SQL UDF do not work with Spark New Interpreter

2019-04-10 Thread Mark Bidewell (JIRA)
Mark Bidewell created ZEPPELIN-4116:
---

 Summary: SQL UDF do not work with Spark New Interpreter
 Key: ZEPPELIN-4116
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4116
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-interpreter
Affects Versions: 0.8.1
 Environment: Zeppelin 0.8.1.  Spark 2.2.2 . RHEL 7.
Reporter: Mark Bidewell


If I define a scala case class and attempt to use it in a notebook such as the 
following code snippet:
{code:java}
case class Test(id: String, role: String, resst: String)
val test = Test("1", "Hello", "World")
val rdd1 = sc.parallelize(List(test))

rdd1.first()
{code}
The run will fail with different exceptions - either MethodNotFound or 
ClassNotFound.  In contrast if zeppelin.spark.useNew is false the code works as 
expected.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-4115) Case classes do not work with New Interpreter

2019-04-10 Thread Mark Bidewell (JIRA)
Mark Bidewell created ZEPPELIN-4115:
---

 Summary: Case classes do not work with New Interpreter
 Key: ZEPPELIN-4115
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4115
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-interpreter
Affects Versions: 0.8.1
Reporter: Mark Bidewell


If I define a scala case class and attempt to use it in a 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3904) R Interpreter does not work for All Spark Versions

2018-12-11 Thread Mark Bidewell (JIRA)
Mark Bidewell created ZEPPELIN-3904:
---

 Summary: R Interpreter does not work for All Spark Versions
 Key: ZEPPELIN-3904
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3904
 Project: Zeppelin
  Issue Type: Bug
  Components: r-interpreter
Affects Versions: 0.8.0
Reporter: Mark Bidewell


When the R Interpreter tries . isSecretSocketSupported(), this check only 
supports 2.3.1 and above whereas the secret socket change was made in 2.1.  
This causes the R Interpreter to fail for the Spark 2.2.x series.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)