[jira] [Updated] (SPARK-28413) sizeInByte is Not updated for parquet datasource on Next Insert.

2019-07-16 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-28413: Description: In  SPARK-21237 (link SPARK-21237)  it is fix when Appending data using  

[jira] [Created] (SPARK-28413) sizeInByte is Not updated for parquet datasource on Next Insert.

2019-07-16 Thread Babulal (JIRA)
Babulal created SPARK-28413: --- Summary: sizeInByte is Not updated for parquet datasource on Next Insert. Key: SPARK-28413 URL: https://issues.apache.org/jira/browse/SPARK-28413 Project: Spark

[jira] [Updated] (SPARK-27036) Even Broadcast thread is timed out, BroadCast Job is not aborted.

2019-03-03 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-27036: Attachment: image-2019-03-04-00-39-38-779.png > Even Broadcast thread is timed out, BroadCast Job is not

[jira] [Updated] (SPARK-27036) Even Broadcast thread is timed out, BroadCast Job is not aborted.

2019-03-03 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-27036: Description: During broadcast table job is execution if broadcast timeout (spark.sql.broadcastTimeout)

[jira] [Updated] (SPARK-27036) Even Broadcast thread is timed out, BroadCast Job is not aborted.

2019-03-03 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-27036: Attachment: image-2019-03-04-00-39-12-210.png > Even Broadcast thread is timed out, BroadCast Job is not

[jira] [Updated] (SPARK-27036) Even Broadcast thread is timed out, BroadCast Job is not aborted.

2019-03-03 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-27036: Attachment: image-2019-03-04-00-38-52-401.png > Even Broadcast thread is timed out, BroadCast Job is not

[jira] [Created] (SPARK-27036) Even Broadcast thread is timed out, BroadCast Job is not aborted.

2019-03-03 Thread Babulal (JIRA)
Babulal created SPARK-27036: --- Summary: Even Broadcast thread is timed out, BroadCast Job is not aborted. Key: SPARK-27036 URL: https://issues.apache.org/jira/browse/SPARK-27036 Project: Spark

[jira] [Commented] (SPARK-25332) Instead of broadcast hash join ,Sort merge join has selected when restart spark-shell/spark-JDBC for hive provider

2018-11-08 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679574#comment-16679574 ] Babulal commented on SPARK-25332: - Since issue impacting performance degradation so marking as

[jira] [Updated] (SPARK-25332) Instead of broadcast hash join ,Sort merge join has selected when restart spark-shell/spark-JDBC for hive provider

2018-11-08 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-25332: Priority: Critical (was: Major) > Instead of broadcast hash join ,Sort merge join has selected when

[jira] [Updated] (SPARK-25521) Job id showing null when insert into command Job is finished.

2018-09-25 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-25521: Summary: Job id showing null when insert into command Job is finished. (was: Job id showing null when

[jira] [Updated] (SPARK-25521) Job id showing null when Job is finished.

2018-09-25 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-25521: Attachment: (was: null.JPG) > Job id showing null when Job is finished. >

[jira] [Updated] (SPARK-25521) Job id showing null when Job is finished.

2018-09-25 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-25521: Attachment: null.JPG > Job id showing null when Job is finished. >

[jira] [Updated] (SPARK-25521) Job id showing null when Job is finished.

2018-09-25 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-25521: Description: scala> spark.sql("create table x1(name string,age int) stored as parquet") scala>

[jira] [Updated] (SPARK-25521) Job id showing null when Job is finished.

2018-09-25 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-25521: Attachment: image-2018-09-25-12-01-31-871.png > Job id showing null when Job is finished. >

[jira] [Created] (SPARK-25521) Job id showing null when Job is finished.

2018-09-25 Thread Babulal (JIRA)
Babulal created SPARK-25521: --- Summary: Job id showing null when Job is finished. Key: SPARK-25521 URL: https://issues.apache.org/jira/browse/SPARK-25521 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-25332) Instead of broadcast hash join ,Sort merge join has selected when restart spark-shell/spark-JDBC for hive provider

2018-09-10 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609534#comment-16609534 ] Babulal commented on SPARK-25332: - Hi [~maropu]  it seems to be a straightforward issue so raised

[jira] [Created] (SPARK-25332) Instead of broadcast hash join ,Sort merge join has selected when restart spark-shell/spark-JDBC for hive provider

2018-09-04 Thread Babulal (JIRA)
Babulal created SPARK-25332: --- Summary: Instead of broadcast hash join ,Sort merge join has selected when restart spark-shell/spark-JDBC for hive provider Key: SPARK-25332 URL:

[jira] [Commented] (SPARK-10754) table and column name are case sensitive when json Dataframe was registered as tempTable using JavaSparkContext.

2015-10-15 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14960205#comment-14960205 ] Babulal commented on SPARK-10754: - Thank you Huaxin Gao for reply i checked with

[jira] [Updated] (SPARK-10150) --force=true option is not working in beeline

2015-10-02 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-10150: Component/s: (was: SQL) > --force=true option is not working in beeline >

[jira] [Updated] (SPARK-10754) table and column name are case sensitive when json Dataframe was registered as tempTable using JavaSparkContext.

2015-09-28 Thread Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Babulal updated SPARK-10754: Description: Create a dataframe using json data source SparkConf conf=new

[jira] [Created] (SPARK-10754) table and column name are case sensitive when json Dataframe was registered as tempTable using JavaSparkContext.

2015-09-22 Thread Babulal (JIRA)
Babulal created SPARK-10754: --- Summary: table and column name are case sensitive when json Dataframe was registered as tempTable using JavaSparkContext. Key: SPARK-10754 URL:

[jira] [Created] (SPARK-10150) --force=true option is not working in beeline

2015-08-21 Thread Babulal (JIRA)
Babulal created SPARK-10150: --- Summary: --force=true option is not working in beeline Key: SPARK-10150 URL: https://issues.apache.org/jira/browse/SPARK-10150 Project: Spark Issue Type: Bug