You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (Jira)" <ji...@apache.org> on 2019/10/18 14:06:00 UTC

[jira] [Created] (SPARK-29510) JobGroup ID is not set for the job submitted from Spark-SQL and Spark -Shell

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org