Skip to content
New issue

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

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

Already on GitHub? # to your account

[SPARK-9010][Documentation]Improve the Spark Configuration document about spark.kryoserializer.buffer #7393

Closed
wants to merge 1 commit into from

Conversation

stanzhai
Copy link
Contributor

The meaning of spark.kryoserializer.buffer should be "Initial size of Kryo's serialization buffer. Note that there will be one buffer per core on each worker. This buffer will grow up to spark.kryoserializer.buffer.max if needed.".

The spark.kryoserializer.buffer.max.mb is out-of-date in spark 1.4.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented Jul 14, 2015

Thanks - merging this in master & branch-1.4.

@rxin
Copy link
Contributor

rxin commented Jul 14, 2015

Actually @srowen has already merged it.

Sean - if you merge something in the future, mind leaving a comment in the pull request? It is especially useful when the sync is not working.

@srowen
Copy link
Member

srowen commented Jul 14, 2015

Yeah your'e right about that. I usually rely on the merge commits referenced in the PR 'documenting' where it was merged, but that isn't happening now, and maybe isn't obvious even when it is. Yes this went to master and 1.4 after I verified the docs build

stanzhai added a commit that referenced this pull request Jul 14, 2015
… about `spark.kryoserializer.buffer`

The meaning of spark.kryoserializer.buffer should be "Initial size of Kryo's serialization buffer. Note that there will be one buffer per core on each worker. This buffer will grow up to spark.kryoserializer.buffer.max if needed.".

The spark.kryoserializer.buffer.max.mb is out-of-date in spark 1.4.

Author: zhaishidan <zhaishidan@haizhi.com>

Closes #7393 from stanzhai/master and squashes the following commits:

69729ef [zhaishidan] fix document error about spark.kryoserializer.buffer.max.mb

(cherry picked from commit c1feebd)
Signed-off-by: Sean Owen <sowen@cloudera.com>
stanzhai added a commit that referenced this pull request Jul 14, 2015
… about `spark.kryoserializer.buffer`

The meaning of spark.kryoserializer.buffer should be "Initial size of Kryo's serialization buffer. Note that there will be one buffer per core on each worker. This buffer will grow up to spark.kryoserializer.buffer.max if needed.".

The spark.kryoserializer.buffer.max.mb is out-of-date in spark 1.4.

Author: zhaishidan <zhaishidan@haizhi.com>

Closes #7393 from stanzhai/master and squashes the following commits:

69729ef [zhaishidan] fix document error about spark.kryoserializer.buffer.max.mb
@sarutak
Copy link
Member

sarutak commented Jul 15, 2015

@stanzhai This PR has been already merged but accidentally, this PR is still open.
Do you mind closing this PR manually?

@stanzhai stanzhai closed this Jul 15, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants