dongjoon-hyun commented on PR #429:
URL: https://github.com/apache/spark-website/pull/429#issuecomment-1339049452

   I was also confused about that, but this PR looks correct because Apache 
Spark 3.3.1 uses `packagesV13` (hadoop3p, hadoop3pscala213, ...) which is 
unchanged by this PR.
   ```scala
   - var hadoop3p3 = {pretty: "Pre-built for Apache Hadoop 3.3 and later", tag: 
"hadoop3.2"};
   - var hadoop3p3scala213 = {pretty: "Pre-built for Apache Hadoop 3.3 and 
later (Scala 2.13)", tag: "hadoop3.2-scala2.13"};
   + var hadoop3p3 = {pretty: "Pre-built for Apache Hadoop 3.2 and later", tag: 
"hadoop3.2"};
   + var hadoop3p3scala213 = {pretty: "Pre-built for Apache Hadoop 3.2 and 
later (Scala 2.13)", tag: "hadoop3.2-scala2.13"};
     var hadoop2p = {pretty: "Pre-built for Apache Hadoop 2.7", tag: "hadoop2"};
     var hadoop3p = {pretty: "Pre-built for Apache Hadoop 3.3 and later", tag: 
"hadoop3"};
     var hadoop3pscala213 = {pretty: "Pre-built for Apache Hadoop 3.3 and later 
(Scala 2.13)", tag: "hadoop3-scala2.13"};
   
     // 3.2.0+
     var packagesV12 = [hadoop3p3, hadoop3p3scala213, hadoop2p7, hadoopFree, 
sources];
     // 3.3.0+
     var packagesV13 = [hadoop3p, hadoop3pscala213, hadoop2p, hadoopFree, 
sources];
   ```


-- 
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: commits-unsubscr...@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to