Unsubscribe

2017-10-14 Thread serkan taş
Android için Outlook uygulamasini edinin From: Darshan Pandya Sent: Saturday, October 14, 2017 11:55:06 AM To: user Subject: Spark Structured Streaming not connecting to Kafka using kerberos Hello, I'm using

Spark Structured Streaming not connecting to Kafka using kerberos

2017-10-14 Thread Darshan Pandya
Hello, I'm using Spark 2.1.0 on CDH 5.8 with kafka 0.10.0.1 + kerberos I am unable to connect to the kafka broker with the following message 17/10/14 14:29:10 WARN clients.NetworkClient: Bootstrap broker 10.197.19.25:9092 disconnected and is unable to consume any messages. And am using it as

Re: Is there a difference between df.cache() vs df.rdd.cache()

2017-10-14 Thread Supun Nakandala
Hi Weichen, Thank you very much for the explanation. On Fri, Oct 13, 2017 at 6:56 PM, Weichen Xu wrote: > Hi Supun, > > Dataframe API is NOT using the old RDD implementation under the covers, > dataframe has its own implementation. (Dataframe use binary row format