You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/02/13 00:36:16 UTC

[GitHub] [spark] holdenk opened a new pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

holdenk opened a new pull request #31554:
URL: https://github.com/apache/spark/pull/31554


   This is a proof of concept only to see if the community is interested in something like this or not before I go too far down the development rabbit hole.
   
   ### What changes were proposed in this pull request?
   
   Some proof of concept tooling around adding support for better Spark upgrades.
   
   ### Why are the changes needed?
   
   API changes between 2.4 and 3.X
   
   ### Does this PR introduce _any_ user-facing change?
   
   New tool
   
   ### How was this patch tested?
   
   Limited unit testing & manual run on `spark-testing-base`  ( https://github.com/holdenk/spark-testing-base/pull/330 )


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778540928


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/135128/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778533582


   **[Test build #135128 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135128/testReport)** for PR 31554 at commit [`190a5fd`](https://github.com/apache/spark/commit/190a5fd3dc3dfa5feeb828aa02b165480044e108).
    * This patch **fails RAT tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class AccumulatorUpgrade extends SemanticRule(\"AccumulatorUpgrade\") `
     * `class MigrateDeprecatedDataFrameReaderFuns extends SemanticRule(\"MigrateDeprecatedDataFrameReaderFuns\") `
     * `class MigrateHiveContext extends SemanticRule(\"MigrateHiveContext\") `
     * `class MigrateToSparkSessionBuilder extends SemanticRule(\"MigrateToSparkSessionBuilder\") `
     * `class SparkAutoUpgrade extends SemanticRule(\"SparkAutoUpgrade\") `
     * `case class Utils()(implicit val doc: SemanticDocument) `
     * `  class MagicMatcher(matchers: List[SymbolMatcher]) `
     * `  class MagicMatcherLit[T <: meta.Lit](matchers: List[SymbolMatcher])`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778533468


   **[Test build #135128 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135128/testReport)** for PR 31554 at commit [`190a5fd`](https://github.com/apache/spark/commit/190a5fd3dc3dfa5feeb828aa02b165480044e108).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778549437


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/39709/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778533468


   **[Test build #135128 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135128/testReport)** for PR 31554 at commit [`190a5fd`](https://github.com/apache/spark/commit/190a5fd3dc3dfa5feeb828aa02b165480044e108).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] github-actions[bot] closed pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #31554:
URL: https://github.com/apache/spark/pull/31554


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778540173


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


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778545457


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


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] github-actions[bot] commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-847436282


   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!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778540928


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/135128/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #31554: [POC][DONOTMERGE] Spark Auto Upgrade

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #31554:
URL: https://github.com/apache/spark/pull/31554#issuecomment-778549437


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/39709/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org