Skip to content

[SPARK-16827][Shuffle] add disk spill bytes to UnsafeExternalSorter - #15616

Closed
dreamworks007 wants to merge 1 commit into
apache:masterfrom
dreamworks007:oss_spill_metrics
Closed

[SPARK-16827][Shuffle] add disk spill bytes to UnsafeExternalSorter#15616
dreamworks007 wants to merge 1 commit into
apache:masterfrom
dreamworks007:oss_spill_metrics

Conversation

@dreamworks007

@dreamworks007dreamworks007 commented Oct 24, 2016

Copy link
Copy Markdown

What changes were proposed in this pull request?

disk spill bytes metrics was disabled due to #15347. This PR adds that metrics.

How was this patch tested?

Integration test with the following query:
val sqlString = """
SELECT a.target_id AS userid
FROM table_a a
JOIN table_b b
ON a.ds = '2016-07-15'
AND b.ds = '2016-07-15'
AND a.source_id = b.id"""
hc.sql(sqlString).count()

in 1.6, in stage 2 , it does not have spill bytes metrics reporting, and in 2.0 (with my change) , in stage 2, it has the spill bytes metrics reported
Spark 1.6 -
spark_1 6

Spark 2.0 -
spark_2 0

@rxin

rxin commented Oct 25, 2016

Copy link
Copy Markdown
Contributor

cc @JoshRosen

@dreamworks007

Copy link
Copy Markdown
Author

ping

@SparkQA

Copy link
Copy Markdown

Test build #3373 has finished for PR 15616 at commit cbf933d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dreamworks007

Copy link
Copy Markdown
Author

@JoshRosen - could you take a look ?

@dreamworks007

Copy link
Copy Markdown
Author

ping ... @JoshRosen

@dreamworks007

Copy link
Copy Markdown
Author

ping ..

@vanzin

Copy link
Copy Markdown
Contributor

@rxin you closed the related bug, does that mean this patch is not needed or does the bug need to be reopened?

@JoshRosen

Copy link
Copy Markdown
Contributor

Is there any way to add a test for this?

@maropumaropu mentioned this pull request Apr 23, 2017
peter-toth pushed a commit to peter-toth/spark that referenced this pull request Oct 6, 2018
This pr proposed to close stale PRs. Currently, we have 400+ open PRs and there are some stale PRs whose JIRA tickets have been already closed and whose JIRA tickets does not exist (also, they seem not to be minor issues).
// Open PRs whose JIRA tickets have been already closed
Closesapache#11785Closesapache#13027Closesapache#13614Closesapache#13761Closesapache#15197Closesapache#14006Closesapache#12576Closesapache#15447Closesapache#13259Closesapache#15616Closesapache#14473Closesapache#16638Closesapache#16146Closesapache#17269Closesapache#17313Closesapache#17418Closesapache#17485Closesapache#17551Closesapache#17463Closesapache#17625
// Open PRs whose JIRA tickets does not exist and they are not minor issues
Closesapache#10739Closesapache#15193Closesapache#15344Closesapache#14804Closesapache#16993Closesapache#17040Closesapache#15180Closesapache#17238
N/A
Author: Takeshi Yamamuro <yamamuro@apache.org>
Closesapache#17734 from maropu/resolved_pr.
Change-Id: Id2e590aa7283fe5ac01424d30a40df06da6098b5
zifeif2 pushed a commit to zifeif2/spark that referenced this pull request Nov 22, 2025
## What changes were proposed in this pull request?
This pr proposed to close stale PRs. Currently, we have 400+ open PRs and there are some stale PRs whose JIRA tickets have been already closed and whose JIRA tickets does not exist (also, they seem not to be minor issues).
// Open PRs whose JIRA tickets have been already closed
Closesapache#11785Closesapache#13027Closesapache#13614Closesapache#13761Closesapache#15197Closesapache#14006Closesapache#12576Closesapache#15447Closesapache#13259Closesapache#15616Closesapache#14473Closesapache#16638Closesapache#16146Closesapache#17269Closesapache#17313Closesapache#17418Closesapache#17485Closesapache#17551Closesapache#17463Closesapache#17625
// Open PRs whose JIRA tickets does not exist and they are not minor issues
Closesapache#10739Closesapache#15193Closesapache#15344Closesapache#14804Closesapache#16993Closesapache#17040Closesapache#15180Closesapache#17238
## How was this patch tested?
N/A
Author: Takeshi Yamamuro <yamamuro@apache.org>
Closesapache#17734 from maropu/resolved_pr.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@dreamworks007@rxin@SparkQA@vanzin@JoshRosen