Re: test mail

2017-07-04 Thread Sudhanshu Janghel
test email recieved ;p On 4 Jul 2017 7:40 am, "Sudha KS" wrote: -- *Disclaimer: The information in this email is confidential and may be legally privileged. Access to this email by anyone other than the intended addressee is unauthorized. If you are not the intended

Unsubscribe

2016-08-21 Thread Sudhanshu Janghel
Hello, I wish to unsubscribe from the channel. KIND REGARDS, SUDHANSHU

UNSUBSCRIBE

2016-08-10 Thread Sudhanshu Janghel

building kafka project on intellij Help is much appreciated

2016-04-07 Thread Sudhanshu Janghel
Hello, I am new to building kafka and wish to understand how to make fat jars in intellij. The sbt assembly seems confusing and I am unable to resolve the dependencies. here is my build.sbt name := "twitter" version := "1.0" scalaVersion := "2.10.4" //libraryDependencies += "org.slf4j" %

Re: Help: Get Timeout error and FileNotFoundException when shuffling large files

2015-12-10 Thread Sudhanshu Janghel
Can you please paste the stack trace. Sudhanshu

Re: Can't filter

2015-12-10 Thread Sudhanshu Janghel
be sure to mention the class name using the *--class* parameter to spark-submit .. I see no other reason for a "class not found" exception. Sudhanshu On Thu, Dec 10, 2015 at 11:50 AM, Harsh J wrote: > Are you sure you do not have any messages preceding the trace, such as

Re: Debug Spark

2015-12-02 Thread Sudhanshu Janghel
Hi, Here is a doc that I had created for my team. This has steps along with snapshots of how to setup debugging in spark using IntelliJ locally. https://docs.google.com/a/cloudwick.com/document/d/13kYPbmK61di0f_XxxJ-wLP5TSZRGMHE6bcTBjzXD0nA/edit?usp=sharing Kind Regards, Sudhanshu On Thu, Dec

Re: How to kill spark applications submitted using spark-submit reliably?

2015-11-22 Thread Sudhanshu Janghel
I have noticed that the UI takes some time to reflect the requested changes. Is that the issue ? Have you tried waiting for a few minutes after killing the spark job from terminal ? Regards, Sudhanshu Kind Regards, Sudhanshu On 23 Nov 2015, at 1:43 a.m., Ted Yu wrote: