Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve the doc for "spark.memory.offHeap.size" #11561

Closed
wants to merge 2 commits into from

Conversation

CodingCat
Copy link
Contributor

What changes were proposed in this pull request?

The description of "spark.memory.offHeap.size" in the current document does not clearly state that memory is counted with bytes....

This PR contains a small fix for this tiny issue

How was this patch tested?

document fix

@CodingCat
Copy link
Contributor Author

I didn't create a JIRA as I think it is not necessary....if the reviewer still prefers with a JIRA, I can add one

@SparkQA
Copy link

SparkQA commented Mar 7, 2016

Test build #52564 has finished for PR 11561 at commit 143135b.

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

@CodingCat
Copy link
Contributor Author

@srowen mind reviewing it?

@@ -769,7 +769,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.memory.offHeap.size</code></td>
<td>0</td>
<td>
The absolute amount of memory which can be used for off-heap allocation.
The absolute amount of memory (in terms by bytes) which can be used for off-heap allocation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just "... memory in bytes which ..." is sufficient. "terms by bytes" doesn't work. Yes it's fine.

@SparkQA
Copy link

SparkQA commented Mar 7, 2016

Test build #52577 has finished for PR 11561 at commit 9eceb9f.

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

@zsxwing
Copy link
Member

zsxwing commented Mar 7, 2016

LGTM. Merging to master and 1.6.

asfgit pushed a commit that referenced this pull request Mar 7, 2016
The description of "spark.memory.offHeap.size" in the current document does not clearly state that memory is counted with bytes....

This PR contains a small fix for this tiny issue

document fix

Author: CodingCat <zhunansjtu@gmail.com>

Closes #11561 from CodingCat/master.

(cherry picked from commit a3ec50a)
Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
@zsxwing
Copy link
Member

zsxwing commented Mar 7, 2016

Thanks, @CodingCat

@asfgit asfgit closed this in a3ec50a Mar 7, 2016
@CodingCat
Copy link
Contributor Author

thanks, @srowen @zsxwing

roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
The description of "spark.memory.offHeap.size" in the current document does not clearly state that memory is counted with bytes....

This PR contains a small fix for this tiny issue

document fix

Author: CodingCat <zhunansjtu@gmail.com>

Closes apache#11561 from CodingCat/master.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants