Uh oh!
There was an error while loading. Please reload this page.
[SPARK-1192][RESUBMIT]Missing document of some parameters in Spark Core - #2312
Closed
CodingCat wants to merge 16 commits into
Closed
[SPARK-1192][RESUBMIT]Missing document of some parameters in Spark Core#2312CodingCat wants to merge 16 commits into
CodingCat wants to merge 16 commits into
Conversation
CodingCat
commented
Sep 7, 2014
ContributorAuthor
ignore the first 6 parameters...they are duplicate with the ones in spark-standalone.md... |
SparkQA
commented
Sep 7, 2014
QA tests have started for PR 2312 at commit
|
SparkQA
commented
Sep 7, 2014
QA tests have finished for PR 2312 at commit
|
CodingCatforce-pushed
the
configuration
branch
from
September 7, 2014 15:38
9f4e2cd to
1784b47CompareSparkQA
commented
Sep 7, 2014
QA tests have started for PR 2312 at commit
|
added 16 commits
September 7, 2014 11:52
SparkQA
commented
Sep 7, 2014
QA tests have finished for PR 2312 at commit
|
nchammas
commented
Feb 12, 2015
Contributor
@CodingCat This PR has gone stale. Do you want to update it? |
CodingCat
commented
Feb 12, 2015
ContributorAuthor
nchammas
commented
Feb 12, 2015
Contributor
Okie doke. Sounds good to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's a resubmission of #85 according to @mateiz 's suggestion
Hi, @mateiz and @pwendell
I found that nearly all parameters in constructing actor system (AkkaUtil) are not documented...
IIRC, there was a PR which proposes that we should leave space for the user to configure the Akka system, is that still valid?