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

2019-12-05 Thread ABHISHEK KUMAR GUPTA (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ABHISHEK KUMAR GUPTA updated SPARK-29510:
-
Description: 
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:


{code:java}
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'); 
SELECT A.CName AS CustomerName1, B.CName AS CustomerName2, A.City FROM customer 
A, customer B WHERE A.id <> B.id AND A.City = B.City ORDER BY A.City;{code}
 

  was:
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:


{code:java}
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'); {code}
 


> 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
>Priority: Major
> Attachments: JobGroup1.png, JobGroup2.png, JobGroup3.png
>
>
> 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:
> {code:java}
> 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'); 
> SELECT A.CName AS CustomerName1, B.CName AS CustomerName2, A.City FROM 
> customer A, customer B WHERE A.id <> B.id AND A.City = B.City ORDER BY 
> A.City;{code}
>  



--
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



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

2019-10-28 Thread Hyukjin Kwon (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon updated SPARK-29510:
-
Description: 
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:


{code:java}
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'); {code}
 

  was:
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');


> 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
>Priority: Major
> Attachments: JobGroup1.png, JobGroup2.png, JobGroup3.png
>
>
> 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:
> {code:java}
> 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'); {code}
>  



--
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



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

2019-10-18 Thread ABHISHEK KUMAR GUPTA (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ABHISHEK KUMAR GUPTA updated SPARK-29510:
-
Attachment: JobGroup2.png
JobGroup3.png
JobGroup1.png

> 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
>Priority: Major
> Attachments: JobGroup1.png, JobGroup2.png, JobGroup3.png
>
>
> 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