Re: Best way to present data collected by Flume through Spark

2016-09-15 Thread Sachin Janani
ytical processing) in a single integrated cluster.As it is developed on top of spark ,your existing spark code will work as is.Please have a look: http://www.snappydata.io/ http://snappydatainc.github.io/snappydata/ Thanks and Regards, Sachin Janani On Thu, Sep 15, 2016 at 7:16 PM, Mich Tale

Re: Using Zeppelin with Spark FP

2016-09-12 Thread Sachin Janani
estruction of data or any other property which may arise > from relying on this email's technical content is explicitly disclaimed. > The author will in no case be liable for any monetary damages arising from > such loss, damage or destruction. > > > > On 12 September 2016 at 08:24,

Re: Using Zeppelin with Spark FP

2016-09-12 Thread Sachin Janani
Zeppelin imports ZeppelinContext object in spark interpreter using which you can plot dataframe,dataset and even rdd.To do so you just need to use "z.show(df)" in the paragraph (here df is the Dataframe which you want to plot) Regards, Sachin Janani On Mon, Sep 12, 2016 at 11:2

Re: silence the spark debug logs

2016-08-07 Thread Sachin Janani
Hi, You can switch of the logs by setting log level to off as follows: import org.apache.log4j.Loggerimport org.apache.log4j.Level Logger.getLogger("org").setLevel(Level.OFF)Logger.getLogger("akka").setLevel(Level.OFF) Regards, Sachin J On Mon, Aug 8, 2016 at 9:39 AM, Sumit Khanna

Issue with Spark Streaming UI

2016-05-14 Thread Sachin Janani
Hi, I'm trying to run a simple spark streaming application with File Streaming and its working properly but when I try to monitor the number of events in the Streaming Ui it shows that as 0.Is this a issue and are there any plans to fix this. Regards, SJ