Hello, I'm trying to create a session in Spark 2.2 (using Scala version 2.11.8). When I try to add a package to de parameters:
livy.spark.jars.packages = com.ubirch.key:model-db_2.11:0.4.0 And then run the program, this error pop up scala.reflect.internal.FatalError: object Predef does not have a member classOf Maybe I'm hitting this issue: https://issues.apache.org/jira/browse/LIVY-323 When I create the session without that package it works fine. I'm using Livy 0.5.0. Regards, Joaquín Silva
