You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "bjornjorgensen (via GitHub)" <gi...@apache.org> on 2023/11/20 17:43:37 UTC

[PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

bjornjorgensen opened a new pull request, #43912:
URL: https://github.com/apache/spark/pull/43912

   ### What changes were proposed in this pull request?
   Upgrade `Node.js` from 12 to 18.X
   
   https://github.com/nodesource/distributions/wiki/How-to-migrate-to-the-new-repository
   
   
   ### Why are the changes needed?
   
   run docker build [spark](https://github.com/apache/spark/tree/master)/[dev](https://github.com/apache/spark/tree/master/dev)/[create-release](https://github.com/apache/spark/tree/master/dev/create-release)/[spark-rm](https://github.com/apache/spark/tree/master/dev/create-release/spark-rm)
   /Dockerfile and then I get this
   
   Processing triggers for libc-bin (2.31-0ubuntu9.12) ...
   
   ================================================================================
   ================================================================================
   
                                 DEPRECATION WARNING
   
     Node.js 12.x is no longer actively supported!
   
     You will not receive security or critical stability updates for this version.
   
     You should migrate to a supported version of Node.js as soon as possible.
     Use the installation script that corresponds to the version of Node.js you
     wish to install. e.g.
   
      * https://deb.nodesource.com/setup_16.x — Node.js 16 "Gallium"
      * https://deb.nodesource.com/setup_18.x — Node.js 18 LTS "Hydrogen" (recommended)
      * https://deb.nodesource.com/setup_19.x — Node.js 19 "Nineteen"
      * https://deb.nodesource.com/setup_20.x — Node.js 20 "Iron" (current)
   
     Please see https://github.com/nodejs/Release for details about which
     version may be appropriate for you.
   
     The NodeSource Node.js distributions repository contains
     information both about supported versions of Node.js and supported Linux
     distributions. To learn more about usage, see the repository:
       https://github.com/nodesource/distributions
   
   ================================================================================
   ================================================================================
   
   Continuing in 20 seconds ...
   
   
   ================================================================================
   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
   ================================================================================
   
                              SCRIPT DEPRECATION WARNING
   
   
     This script, located at https://deb.nodesource.com/setup_X, used to
     install Node.js is deprecated now and will eventually be made inactive.
   
     Please visit the NodeSource distributions Github and follow the
     instructions to migrate your repo.
     https://github.com/nodesource/distributions
   
     The NodeSource Node.js Linux distributions GitHub repository contains
     information about which versions of Node.js and which Linux distributions
     are supported and how to install it.
     https://github.com/nodesource/distributions
   
   
                             SCRIPT DEPRECATION WARNING
   
   ================================================================================
   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
   ================================================================================
   
   TO AVOID THIS WAIT MIGRATE THE SCRIPT
   Continuing in 60 seconds (press Ctrl-C to abort) ...
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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


Re: [PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #43912:
URL: https://github.com/apache/spark/pull/43912#issuecomment-1819540039

   Is it broken? For me, it looks like an active warning but working. If it's still working, we should not touch at least the following two branches, @bjornjorgensen 
   - branch-3.3 reaches EOL very soon in mid December, 2023.
   - branch-3.4 has a release schedule after Thanksgiving. This is a big risk.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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


Re: [PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #43912:
URL: https://github.com/apache/spark/pull/43912#issuecomment-1819614832

   Oh, sorry. No, we use different release docker files.
   > oh.. so we are using the same runner images for all branches?
   
   I mistakenly assumed that the following messages mentions the release Dockerfiles in other branches.
   > and I think we should do the same with others Dockerfile's.
   
   If you are suggesting to upgrade Apache Spark 4.0's all dockerfiles. I agree to upgrade.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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


Re: [PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #43912:
URL: https://github.com/apache/spark/pull/43912#issuecomment-1970150817

   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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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


Re: [PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #43912: [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X
URL: https://github.com/apache/spark/pull/43912


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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


Re: [PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

Posted by "bjornjorgensen (via GitHub)" <gi...@apache.org>.
bjornjorgensen commented on PR #43912:
URL: https://github.com/apache/spark/pull/43912#issuecomment-1819533695

   @sarutak and @dongjoon-hyun 
   and I think we should do the same with others Dockerfile's.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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


Re: [PR] [SPARK-46010][BUILD] Upgrade `Node.js` to 18.X [spark]

Posted by "bjornjorgensen (via GitHub)" <gi...@apache.org>.
bjornjorgensen commented on PR #43912:
URL: https://github.com/apache/spark/pull/43912#issuecomment-1819563035

   oh.. so we are using the same runner images for all branches? 
   
   ok, it looks like Ubuntu 20.04 comes with node -v  v10.19.0 [How To Install Node.js on Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)
   According to the articular  
   Warning: the version of Node.js included with Ubuntu 20.04, version 10.19, is now unsupported and unmaintained. You should not use this version in production, and should refer to one of the other sections in this tutorial to install a more recent version of Node.
   
   I will only have spark version 4.0.0 with not deprecated dependencies.  :)
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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