You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@livy.apache.org by Joaquín Silva <jo...@gmail.com> on 2018/04/05 20:14:12 UTC

scala.reflect.internal.FatalError: object Predef does not have a member classOf

 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