[jira] [Created] (SPARK-28356) Do not reduce the number of partitions for repartition in adaptive execution

2019-07-11 Thread Carson Wang (JIRA)
Carson Wang created SPARK-28356: --- Summary: Do not reduce the number of partitions for repartition in adaptive execution Key: SPARK-28356 URL: https://issues.apache.org/jira/browse/SPARK-28356 Project:

[jira] [Created] (SPARK-28339) Rename Spark SQL adaptive execution configuration name

2019-07-10 Thread Carson Wang (JIRA)
Carson Wang created SPARK-28339: --- Summary: Rename Spark SQL adaptive execution configuration name Key: SPARK-28339 URL: https://issues.apache.org/jira/browse/SPARK-28339 Project: Spark Issue

[jira] [Created] (SPARK-28177) Adjust post shuffle partition number in adaptive execution

2019-06-26 Thread Carson Wang (JIRA)
Carson Wang created SPARK-28177: --- Summary: Adjust post shuffle partition number in adaptive execution Key: SPARK-28177 URL: https://issues.apache.org/jira/browse/SPARK-28177 Project: Spark

[jira] [Issue Comment Deleted] (SPARK-25299) Use remote storage for persisting shuffle data

2019-01-01 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-25299: Comment: was deleted (was: I am on a vacation and will be back on January 2, 2019. Please expect

[jira] [Commented] (SPARK-25299) Use remote storage for persisting shuffle data

2018-12-26 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729294#comment-16729294 ] Carson Wang commented on SPARK-25299: - I am on a vacation and will be back on January 2, 2019.

[jira] [Commented] (SPARK-9850) Adaptive execution in Spark

2018-07-29 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561326#comment-16561326 ] Carson Wang commented on SPARK-9850: We have a new proposal and implementation for Spark SQL adaptive

[jira] [Commented] (SPARK-23128) A new approach to do adaptive execution in Spark SQL

2018-07-26 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16556961#comment-16556961 ] Carson Wang commented on SPARK-23128: - Thanks [~tgraves] very much. I'll follow this and post it to

[jira] [Commented] (SPARK-23128) A new approach to do adaptive execution in Spark SQL

2018-07-23 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553700#comment-16553700 ] Carson Wang commented on SPARK-23128: - [~tgraves], We have split the code into 7 PRs based on Spark

[jira] [Updated] (SPARK-23128) A new approach to do adaptive execution in Spark SQL

2018-01-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-23128: Affects Version/s: (was: 2.2.1) 2.3.0 > A new approach to do adaptive

[jira] [Updated] (SPARK-23128) A new approach to do adaptive execution in Spark SQL

2018-01-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-23128: Description: SPARK-9850 proposed the basic idea of adaptive execution in Spark. In DAGScheduler,

[jira] [Updated] (SPARK-23128) A new approach to do adaptive execution in Spark SQL

2018-01-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-23128: Summary: A new approach to do adaptive execution in Spark SQL (was: Introduce QueryStage to

[jira] [Created] (SPARK-23128) Introduce QueryStage to improve adaptive execution in Spark SQL

2018-01-17 Thread Carson Wang (JIRA)
Carson Wang created SPARK-23128: --- Summary: Introduce QueryStage to improve adaptive execution in Spark SQL Key: SPARK-23128 URL: https://issues.apache.org/jira/browse/SPARK-23128 Project: Spark

[jira] [Created] (SPARK-22681) Accumulator should only be updated once for each task in result stage

2017-12-04 Thread Carson Wang (JIRA)
Carson Wang created SPARK-22681: --- Summary: Accumulator should only be updated once for each task in result stage Key: SPARK-22681 URL: https://issues.apache.org/jira/browse/SPARK-22681 Project: Spark

[jira] [Commented] (SPARK-9860) Join: Determine the join strategy (broadcast join or shuffle join) at runtime

2017-07-19 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094076#comment-16094076 ] Carson Wang commented on SPARK-9860: We are working on this and also improving the current

[jira] [Created] (SPARK-20222) No Spark SQL UI when executing queries in Spark SQL CLI

2017-04-04 Thread Carson Wang (JIRA)
Carson Wang created SPARK-20222: --- Summary: No Spark SQL UI when executing queries in Spark SQL CLI Key: SPARK-20222 URL: https://issues.apache.org/jira/browse/SPARK-20222 Project: Spark Issue

[jira] [Updated] (SPARK-19674) Ignore driver accumulator updates don't belong to the execution when merging all accumulator updates

2017-02-23 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-19674: Description: In SQLListener.getExecutionMetrics, driver accumulator updates don't belong to the

[jira] [Updated] (SPARK-19674) Ignore driver accumulator updates don't belong to the execution when merging all accumulator updates

2017-02-23 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-19674: Summary: Ignore driver accumulator updates don't belong to the execution when merging all

[jira] [Updated] (SPARK-19674) Ignore non-existing driver accumulator updates when merging all accumulator updates in SQLListener

2017-02-20 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-19674: Summary: Ignore non-existing driver accumulator updates when merging all accumulator updates in

[jira] [Created] (SPARK-19674) Ignore non-existing driver accumulator updates in SQLListener

2017-02-20 Thread Carson Wang (JIRA)
Carson Wang created SPARK-19674: --- Summary: Ignore non-existing driver accumulator updates in SQLListener Key: SPARK-19674 URL: https://issues.apache.org/jira/browse/SPARK-19674 Project: Spark

[jira] [Created] (SPARK-19620) Incorrect exchange coordinator Id in physical plan

2017-02-15 Thread Carson Wang (JIRA)
Carson Wang created SPARK-19620: --- Summary: Incorrect exchange coordinator Id in physical plan Key: SPARK-19620 URL: https://issues.apache.org/jira/browse/SPARK-19620 Project: Spark Issue Type:

[jira] [Commented] (SPARK-16333) Excessive Spark history event/json data size (5GB each)

2016-07-08 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15367283#comment-15367283 ] Carson Wang commented on SPARK-16333: - This doesn't look like related to SPARK-11206 as this is

[jira] [Updated] (SPARK-14232) Event timeline on job page doesn't show if an executor is removed with multiple line reason

2016-03-29 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-14232: Description: The event timeline doesn't show on job page if an executor is removed with multiple

[jira] [Created] (SPARK-14232) Event timeline on job page doesn't show if an executor is removed with multiple line reason

2016-03-29 Thread Carson Wang (JIRA)
Carson Wang created SPARK-14232: --- Summary: Event timeline on job page doesn't show if an executor is removed with multiple line reason Key: SPARK-14232 URL: https://issues.apache.org/jira/browse/SPARK-14232

[jira] [Created] (SPARK-13889) Integer overflow when calculating the max number of executor failure

2016-03-14 Thread Carson Wang (JIRA)
Carson Wang created SPARK-13889: --- Summary: Integer overflow when calculating the max number of executor failure Key: SPARK-13889 URL: https://issues.apache.org/jira/browse/SPARK-13889 Project: Spark

[jira] [Updated] (SPARK-13185) Improve the performance of DateTimeUtils by reusing Calendar objects

2016-02-04 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-13185: Summary: Improve the performance of DateTimeUtils by reusing Calendar objects (was: Improve the

[jira] [Updated] (SPARK-13185) Improve the performance of DateTimeUtils.StringToDate by reusing Calendar objects

2016-02-04 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-13185: Summary: Improve the performance of DateTimeUtils.StringToDate by reusing Calendar objects (was:

[jira] [Created] (SPARK-13185) Improve the performance of DateTimeUtils by reusing TimeZone and Calendar objects

2016-02-04 Thread Carson Wang (JIRA)
Carson Wang created SPARK-13185: --- Summary: Improve the performance of DateTimeUtils by reusing TimeZone and Calendar objects Key: SPARK-13185 URL: https://issues.apache.org/jira/browse/SPARK-13185

[jira] [Updated] (SPARK-13185) Improve the performance of DateTimeUtils by reusing TimeZone and Calendar objects

2016-02-04 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-13185: Description: It is expensive to create java TimeZone and Calendar objects in each method of

[jira] [Created] (SPARK-12690) NullPointerException in UnsafeInMemorySorter.free()

2016-01-06 Thread Carson Wang (JIRA)
Carson Wang created SPARK-12690: --- Summary: NullPointerException in UnsafeInMemorySorter.free() Key: SPARK-12690 URL: https://issues.apache.org/jira/browse/SPARK-12690 Project: Spark Issue

[jira] [Updated] (SPARK-12399) Display correct error message when accessing REST API with an unknown app Id

2015-12-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-12399: Description: I got an exception when accessing the below REST API with an unknown application Id.

[jira] [Created] (SPARK-12399) Display correct error message when accessing REST API with an unknown app Id

2015-12-16 Thread Carson Wang (JIRA)
Carson Wang created SPARK-12399: --- Summary: Display correct error message when accessing REST API with an unknown app Id Key: SPARK-12399 URL: https://issues.apache.org/jira/browse/SPARK-12399 Project:

[jira] [Commented] (SPARK-11206) Support SQL UI on the history server

2015-11-26 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029357#comment-15029357 ] Carson Wang commented on SPARK-11206: - Yes, this is being fixed by

[jira] [Commented] (SPARK-11206) Support SQL UI on the history server

2015-11-22 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15021363#comment-15021363 ] Carson Wang commented on SPARK-11206: - To support SQL UI on the history server: 1. I added an

[jira] [Commented] (SPARK-11206) Support SQL UI on the history server

2015-10-25 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14973700#comment-14973700 ] Carson Wang commented on SPARK-11206: - For the live SQL UI, the SQLContext is responsible for

[jira] [Commented] (SPARK-11247) Back to master always try to use fqdn node name

2015-10-21 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14968517#comment-14968517 ] Carson Wang commented on SPARK-11247: - You can set SPARK_MASTER_IP to your master's IP address in

[jira] [Created] (SPARK-11206) Support SQL UI on the history server

2015-10-20 Thread Carson Wang (JIRA)
Carson Wang created SPARK-11206: --- Summary: Support SQL UI on the history server Key: SPARK-11206 URL: https://issues.apache.org/jira/browse/SPARK-11206 Project: Spark Issue Type: New Feature

[jira] [Commented] (SPARK-11206) Support SQL UI on the history server

2015-10-20 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14964841#comment-14964841 ] Carson Wang commented on SPARK-11206: - I am working on this. I plan to add an onOtherEvent method to

[jira] [Created] (SPARK-11047) Internal accumulators miss the internal flag when replaying events in the history server

2015-10-10 Thread Carson Wang (JIRA)
Carson Wang created SPARK-11047: --- Summary: Internal accumulators miss the internal flag when replaying events in the history server Key: SPARK-11047 URL: https://issues.apache.org/jira/browse/SPARK-11047

[jira] [Created] (SPARK-9809) Task crashes because the internal accumulators are not properly initialized

2015-08-10 Thread Carson Wang (JIRA)
Carson Wang created SPARK-9809: -- Summary: Task crashes because the internal accumulators are not properly initialized Key: SPARK-9809 URL: https://issues.apache.org/jira/browse/SPARK-9809 Project: Spark

[jira] [Updated] (SPARK-9809) Task crashes because the internal accumulators are not properly initialized

2015-08-10 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-9809: --- Description: When a stage failed and another stage was resubmitted with only part of partitions to

[jira] [Commented] (SPARK-9731) Standalone scheduling incorrect cores if spark.executor.cores is not set

2015-08-06 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14661221#comment-14661221 ] Carson Wang commented on SPARK-9731: This is related to SPARK-8881 and SPARK-9353

[jira] [Created] (SPARK-9731) Standalone scheduling incorrect cores if spark.executor.cores is not set

2015-08-06 Thread Carson Wang (JIRA)
Carson Wang created SPARK-9731: -- Summary: Standalone scheduling incorrect cores if spark.executor.cores is not set Key: SPARK-9731 URL: https://issues.apache.org/jira/browse/SPARK-9731 Project: Spark

[jira] [Commented] (SPARK-8778) The item of Scheduler delay is not consistent between Event Timeline and Task List

2015-07-27 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643748#comment-14643748 ] Carson Wang commented on SPARK-8778: I think this has been fixed by SPARK-9187. Can

[jira] [Updated] (SPARK-9187) Timeline view may show negative value for running tasks

2015-07-20 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-9187: --- Attachment: TimeLineNegativeValue.png Timeline view may show negative value for running tasks

[jira] [Created] (SPARK-9187) Timeline view may show negative value for running tasks

2015-07-20 Thread Carson Wang (JIRA)
Carson Wang created SPARK-9187: -- Summary: Timeline view may show negative value for running tasks Key: SPARK-9187 URL: https://issues.apache.org/jira/browse/SPARK-9187 Project: Spark Issue

[jira] [Commented] (SPARK-8405) Show executor logs on Web UI when Yarn log aggregation is enabled

2015-07-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14631024#comment-14631024 ] Carson Wang commented on SPARK-8405: I think we can improve the doc so users will know

[jira] [Created] (SPARK-8950) Correct the calculation of SchedulerDelayTime in StagePage

2015-07-09 Thread Carson Wang (JIRA)
Carson Wang created SPARK-8950: -- Summary: Correct the calculation of SchedulerDelayTime in StagePage Key: SPARK-8950 URL: https://issues.apache.org/jira/browse/SPARK-8950 Project: Spark Issue

[jira] [Commented] (SPARK-8405) Show executor logs on Web UI when Yarn log aggregation is enabled

2015-06-28 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605126#comment-14605126 ] Carson Wang commented on SPARK-8405: Thank you very much, [~hshreedharan] After I

[jira] [Commented] (SPARK-8372) History server shows incorrect information for application not started

2015-06-25 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14602405#comment-14602405 ] Carson Wang commented on SPARK-8372: [~vanzin] The log path name may also end with an

[jira] [Commented] (SPARK-8405) Show executor logs on Web UI when Yarn log aggregation is enabled

2015-06-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14589475#comment-14589475 ] Carson Wang commented on SPARK-8405: I had some in progress works and here is the

[jira] [Created] (SPARK-8405) Show executor logs on Web UI when Yarn log aggregation is enabled

2015-06-17 Thread Carson Wang (JIRA)
Carson Wang created SPARK-8405: -- Summary: Show executor logs on Web UI when Yarn log aggregation is enabled Key: SPARK-8405 URL: https://issues.apache.org/jira/browse/SPARK-8405 Project: Spark

[jira] [Updated] (SPARK-8405) Show executor logs on Web UI when Yarn log aggregation is enabled

2015-06-17 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-8405: --- Attachment: SparkLogError.png Show executor logs on Web UI when Yarn log aggregation is enabled

[jira] [Commented] (SPARK-8275) HistoryServer caches incomplete App UIs

2015-06-15 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14587360#comment-14587360 ] Carson Wang commented on SPARK-8275: This seems to be the same issue to SPARK-7889

[jira] [Created] (SPARK-8372) History server shows incorrect information for application not started

2015-06-15 Thread Carson Wang (JIRA)
Carson Wang created SPARK-8372: -- Summary: History server shows incorrect information for application not started Key: SPARK-8372 URL: https://issues.apache.org/jira/browse/SPARK-8372 Project: Spark

[jira] [Updated] (SPARK-8372) History server shows incorrect information for application not started

2015-06-15 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-8372: --- Attachment: IncorrectAppInfo.png History server shows incorrect information for application not

[jira] [Updated] (SPARK-8372) History server shows incorrect information for application not started

2015-06-15 Thread Carson Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carson Wang updated SPARK-8372: --- Description: The history server may show an incorrect App ID for an incomplete application like App

[jira] [Created] (SPARK-8098) Show correct length of bytes on log page

2015-06-04 Thread Carson Wang (JIRA)
Carson Wang created SPARK-8098: -- Summary: Show correct length of bytes on log page Key: SPARK-8098 URL: https://issues.apache.org/jira/browse/SPARK-8098 Project: Spark Issue Type: Bug

[jira] [Created] (SPARK-7864) Clicking a job's DAG graph on Web UI kills the job as the link is broken

2015-05-26 Thread Carson Wang (JIRA)
Carson Wang created SPARK-7864: -- Summary: Clicking a job's DAG graph on Web UI kills the job as the link is broken Key: SPARK-7864 URL: https://issues.apache.org/jira/browse/SPARK-7864 Project: Spark