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

[SPARK-15223] [DOCS] fix wrongly named config reference #13001

Closed
wants to merge 1 commit into from

Conversation

philipphoffmann
Copy link
Contributor

What changes were proposed in this pull request?

The configuration setting spark.executor.logs.rolling.size.maxBytes was changed to spark.executor.logs.rolling.maxSize in 1.4 or so.

This commit fixes a remaining reference to the old name in the documentation.

Also the description for spark.executor.logs.rolling.maxSize was edited to clearly state that the unit for the size is bytes.

How was this patch tested?

no tests

…gs.rolling.maxSize

The configuration setting `spark.executor.logs.rolling.size.maxBytes` was changed to `spark.executor.logs.rolling.maxSize` in 1.4 or so.

This commit fixes a remaining reference to the old name in the documentation.

Also the description for `spark.executor.logs.rolling.maxSize` was edited to clearly state that the unit for the size is bytes.
@srowen
Copy link
Member

srowen commented May 9, 2016

LGTM

@srowen
Copy link
Member

srowen commented May 9, 2016

Jenkins test this please

@SparkQA
Copy link

SparkQA commented May 9, 2016

Test build #58135 has finished for PR 13001 at commit 3cbec74.

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

@andrewor14
Copy link
Contributor

andrewor14 commented May 9, 2016

Merging into master 2.0 1.6

@asfgit asfgit closed this in 65b4ab2 May 9, 2016
asfgit pushed a commit that referenced this pull request May 9, 2016
## What changes were proposed in this pull request?

The configuration setting `spark.executor.logs.rolling.size.maxBytes` was changed to `spark.executor.logs.rolling.maxSize` in 1.4 or so.

This commit fixes a remaining reference to the old name in the documentation.

Also the description for `spark.executor.logs.rolling.maxSize` was edited to clearly state that the unit for the size is bytes.

## How was this patch tested?

no tests

Author: Philipp Hoffmann <mail@philipphoffmann.de>

Closes #13001 from philipphoffmann/patch-3.

(cherry picked from commit 65b4ab2)
Signed-off-by: Andrew Or <andrew@databricks.com>
asfgit pushed a commit that referenced this pull request May 9, 2016
## What changes were proposed in this pull request?

The configuration setting `spark.executor.logs.rolling.size.maxBytes` was changed to `spark.executor.logs.rolling.maxSize` in 1.4 or so.

This commit fixes a remaining reference to the old name in the documentation.

Also the description for `spark.executor.logs.rolling.maxSize` was edited to clearly state that the unit for the size is bytes.

## How was this patch tested?

no tests

Author: Philipp Hoffmann <mail@philipphoffmann.de>

Closes #13001 from philipphoffmann/patch-3.
zzcclp pushed a commit to zzcclp/spark that referenced this pull request May 10, 2016
## What changes were proposed in this pull request?

The configuration setting `spark.executor.logs.rolling.size.maxBytes` was changed to `spark.executor.logs.rolling.maxSize` in 1.4 or so.

This commit fixes a remaining reference to the old name in the documentation.

Also the description for `spark.executor.logs.rolling.maxSize` was edited to clearly state that the unit for the size is bytes.

## How was this patch tested?

no tests

Author: Philipp Hoffmann <mail@philipphoffmann.de>

Closes apache#13001 from philipphoffmann/patch-3.

(cherry picked from commit 518af07)
Sign up for free to 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.

4 participants