You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running Qubole pipeline facing the following exception
App > java.lang.ClassCastException: com.qubole.spark.streaminglens.StreamingLens cannot be cast to scala.runtime.Nothing$
App > at scala.Option.foreach(Option.scala:407)
App > at org.apache.spark.sql.streaming.StreamingQueryManager.updateInsightManagerTrigger(StreamingQueryManager.scala:508)
App > at org.apache.spark.sql.streaming.StreamingQueryManager.startQuery(StreamingQueryManager.scala:489)
App > at org.apache.spark.sql.streaming.DataStreamWriter.start(DataStreamWriter.scala:319)
What could be the possible reasons for it and what's the solution around it?
The text was updated successfully, but these errors were encountered:
While running Qubole pipeline facing the following exception
App > java.lang.ClassCastException: com.qubole.spark.streaminglens.StreamingLens cannot be cast to scala.runtime.Nothing$
App > at scala.Option.foreach(Option.scala:407)
App > at org.apache.spark.sql.streaming.StreamingQueryManager.updateInsightManagerTrigger(StreamingQueryManager.scala:508)
App > at org.apache.spark.sql.streaming.StreamingQueryManager.startQuery(StreamingQueryManager.scala:489)
App > at org.apache.spark.sql.streaming.DataStreamWriter.start(DataStreamWriter.scala:319)
What could be the possible reasons for it and what's the solution around it?
The text was updated successfully, but these errors were encountered: