Skip to content

[SPARK-33717][LAUNCHER] deprecate spark.launcher.childConectionTimeout#30679

Closed
jsoref wants to merge 1 commit into
apache:masterfrom
jsoref:spelling-connection
Closed

[SPARK-33717][LAUNCHER] deprecate spark.launcher.childConectionTimeout#30679
jsoref wants to merge 1 commit into
apache:masterfrom
jsoref:spelling-connection

Conversation

@jsoref

@jsoref jsoref commented Dec 9, 2020

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Deprecating spark.launcher.childConectionTimeout in favor of spark.launcher.childConnectionTimeout

Why are the changes needed?

@srowen suggested it #30323 (comment)

How was this patch tested?

No testing. Not even compiled

@HyukjinKwon

Copy link
Copy Markdown
Member

For API deprecation, we should file a JIRA, @jsoref. Can you file a JIRA at https://issues.apache.org/jira/projects/SPARK/issues? Also it's best to keep the PR titles properly. See also https://spark.apache.org/contributing.html

@jsoref jsoref changed the title spelling: [API] deprecate spark.launcher.childConectionTimeout [SPARK-33717][LAUNCHER] deprecate spark.launcher.childConectionTimeout Dec 9, 2020
@jsoref jsoref mentioned this pull request Dec 11, 2020
@github-actions

Copy link
Copy Markdown

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions Bot added the Stale label Mar 19, 2021
@jsoref

jsoref commented Mar 19, 2021

Copy link
Copy Markdown
Contributor Author

@HyukjinKwon: I filed https://issues.apache.org/jira/browse/SPARK-33717...

@srowen is there something I need to do to push this along?

@srowen

srowen commented Mar 19, 2021

Copy link
Copy Markdown
Member

Jenkins test this please

@SparkQA

SparkQA commented Mar 19, 2021

Copy link
Copy Markdown

Test build #136266 has finished for PR 30679 at commit 5650822.

  • This patch fails Java style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@github-actions github-actions Bot closed this Mar 20, 2021
@jsoref

jsoref commented Mar 21, 2021

Copy link
Copy Markdown
Contributor Author

@srowen: sigh. can you provide the error output? (I can't find it from the bot's link) (and also the other bot killed this PR)

@srowen

srowen commented Mar 21, 2021

Copy link
Copy Markdown
Member

See the output linked above. It seems to be:

[error] Checkstyle error found in /home/jenkins/workspace/SparkPullRequestBuilder/launcher/src/main/java/org/apache/spark/launcher/LauncherServer.java:266: 'if' construct must use '{}'s.
[error] Checkstyle error found in /home/jenkins/workspace/SparkPullRequestBuilder/launcher/src/main/java/org/apache/spark/launcher/LauncherServer.java:272: Line is longer than 100 characters (found 104).
[error] Checkstyle error found in /home/jenkins/workspace/SparkPullRequestBuilder/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java:99: Line is longer than 100 characters (found 106).
[error] 3 issue(s) found in Checkstyle report: /home/jenkins/workspace/SparkPullRequestBuilder/launcher/target/checkstyle-output.xml
[error] com.etsy.sbt.checkstyle.NoExitException

@srowen srowen reopened this Mar 21, 2021
@jsoref jsoref force-pushed the spelling-connection branch from 5650822 to e1db9f4 Compare March 21, 2021 01:48
@SparkQA

SparkQA commented Mar 21, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40875/

@SparkQA

SparkQA commented Mar 21, 2021

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40875/

@SparkQA

SparkQA commented Mar 21, 2021

Copy link
Copy Markdown

Test build #136293 has finished for PR 30679 at commit e1db9f4.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@github-actions github-actions Bot closed this Mar 22, 2021
@jsoref

jsoref commented Mar 22, 2021

Copy link
Copy Markdown
Contributor Author

Can someone please whack the bot? This is insane.

@srowen srowen removed the Stale label Mar 22, 2021
@srowen srowen reopened this Mar 22, 2021
@srowen

srowen commented Mar 22, 2021

Copy link
Copy Markdown
Member

I cleared the 'stale' tag - that was the issue

@SparkQA

SparkQA commented Mar 22, 2021

Copy link
Copy Markdown

Test build #136319 has started for PR 30679 at commit e1db9f4.

@SparkQA

SparkQA commented Mar 22, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40901/

@SparkQA

SparkQA commented Mar 22, 2021

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40901/

@srowen

srowen commented Mar 22, 2021

Copy link
Copy Markdown
Member

Jenkins retest this please

@SparkQA

SparkQA commented Mar 22, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40937/

@SparkQA

SparkQA commented Mar 22, 2021

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40937/

@SparkQA

SparkQA commented Mar 22, 2021

Copy link
Copy Markdown

Test build #136353 has finished for PR 30679 at commit e1db9f4.

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

@srowen srowen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One more thing would finish this out. Let's add a note in docs/core-migration-guide.md, under the 3.1 -> 3.2 heading, like:

In Spark 3.2, spark.launcher.childConectionTimeout is deprecated (typo) though still works. Use spark.launcher.childConnectionTimeout instead.

Comment thread launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java Outdated
in favor of spark.launcher.childConnectionTimeout

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
@jsoref jsoref force-pushed the spelling-connection branch from e1db9f4 to 056d432 Compare March 23, 2021 14:52
@jsoref

jsoref commented Mar 23, 2021

Copy link
Copy Markdown
Contributor Author

Unrelated, markdownlint (triggered automatically in VSCode) suggests changing - to * for top level bullets: https://github.com/DavidAnson/markdownlint/blob/v0.23.1/doc/Rules.md#md004

https://issues.apache.org/jira/browse/SPARK-34838

@srowen

srowen commented Mar 23, 2021

Copy link
Copy Markdown
Member

Probably so - we can think about that separately if it's a problem.

@srowen

srowen commented Mar 23, 2021

Copy link
Copy Markdown
Member

Jenkins retest this please

@SparkQA

SparkQA commented Mar 23, 2021

Copy link
Copy Markdown

Test build #136415 has finished for PR 30679 at commit 056d432.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@github-actions github-actions Bot added the DOCS label Mar 23, 2021
@SparkQA

SparkQA commented Mar 23, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40999/

@srowen

srowen commented Mar 23, 2021

Copy link
Copy Markdown
Member

Jenkins retest this please

@SparkQA

SparkQA commented Mar 24, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41010/

@SparkQA

SparkQA commented Mar 24, 2021

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41010/

@srowen

srowen commented Mar 24, 2021

Copy link
Copy Markdown
Member

Jenkins retest this please

@SparkQA

SparkQA commented Mar 24, 2021

Copy link
Copy Markdown

Test build #136468 has started for PR 30679 at commit 056d432.

@SparkQA

SparkQA commented Mar 24, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41052/

@SparkQA

SparkQA commented Mar 24, 2021

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41052/

@srowen

srowen commented Mar 26, 2021

Copy link
Copy Markdown
Member

Jenkins retest this please

@SparkQA

SparkQA commented Mar 26, 2021

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41158/

@SparkQA

SparkQA commented Mar 26, 2021

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41158/

@SparkQA

SparkQA commented Mar 26, 2021

Copy link
Copy Markdown

Test build #136574 has finished for PR 30679 at commit 056d432.

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

@srowen

srowen commented Mar 26, 2021

Copy link
Copy Markdown
Member

Merged to master

@srowen srowen closed this in d58587b Mar 26, 2021
@jsoref jsoref deleted the spelling-connection branch March 30, 2021 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants