ABHISHEK KUMAR GUPTA created SPARK-29510:
--------------------------------------------

             Summary: JobGroup ID is not set for the job submitted from 
Spark-SQL and Spark -Shell
                 Key: SPARK-29510
                 URL: https://issues.apache.org/jira/browse/SPARK-29510
             Project: Spark
          Issue Type: Bug
          Components: Spark Shell, SQL
    Affects Versions: 3.0.0
            Reporter: ABHISHEK KUMAR GUPTA


When user submit jobs from Spark-shell or SQL Job group id is not set. UI 
Screen shot attached.

But from beeline job Group ID is set.

Steps:

create table customer(id int, name String, CName String, address String, city 
String, pin int, country String);
insert into customer values(1,'Alfred','Maria','Obere Str 
57','Berlin',12209,'Germany');
insert into customer values(2,'Ana','trujilo','Adva de la','Maxico 
D.F.',05021,'Maxico');
insert into customer values(3,'Antonio','Antonio Moreno','Mataderos 
2312','Maxico D.F.',05023,'Maxico');



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to