Re: ERROR: GROUP BY position 0 is not in select list , when using catalyst parser

2024-09-17 Thread Sudhanshu
unsubscribe On Wed, Sep 11, 2024 at 1:51 PM Rommel Holmes wrote: > i am using spark 3.3.1 > here is the sql_string to query a ds partitioned table > > ``` > SELECT > '2024-09-09' AS ds, > AVG(v1) AS avg_v1, > AVG(v2) AS avg_v2, > AVG(v3) AS avg_v3 > FROM schema.t1 > WHERE ds = '2024-09-09' >

Re: Going it alone.

2020-04-16 Thread Sudhanshu
I wonder if it makes sense or easy to put a vetting process before people are allowed to write to this email group. For example, they need to provide their LinkedIn profile or verify using their work address or something like that. Just some food for thought. -Sudhanshu On Thu, Apr 16, 2020 at 1

Re: test mail

2017-07-03 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 recipient of this messag

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" % "sl

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 one &g

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: 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: >> If you ask