Member since
10-11-2019
2
Posts
0
Kudos Received
0
Solutions
03-08-2021
02:34 AM
Hello, where is the new topic? I am not able to export blob/clob from hive to oracle. Thx
... View more
10-11-2019
07:26 AM
Did someone solve this? Some workaround? I see it is still open as a major bug: https://issues.apache.org/jira/browse/ZEPPELIN-2746 I believe I connected succsesfully to the Kafka Topic as Consumer object was made and Zeppelin is in the "running" mode with no errors. I have to disable process and restart Spark interpreter and than enable process again... quite painful... conf: org.apache.spark.SparkConf = org.apache.spark.SparkConf@4d4a1536
ssc: org.apache.spark.streaming.StreamingContext = org.apache.spark.streaming.StreamingContext@882f25e
topics: Array[String] = Array(abenesova_topic)
stream: org.apache.spark.streaming.dstream.InputDStream[org.apache.kafka.clients.consumer.ConsumerRecord[String,String]] = org.apache.spark.streaming.kafka010.DirectKafkaInputDStream@7df1173e
... View more