HyukjinKwon opened a new pull request #25757: 
[SPARK-29052][DOCS][ML][PYTHON][CORE][R][SQL][SS] Create a Migration Guide tap 
in Spark documentation
URL: https://github.com/apache/spark/pull/25757
 
 
   ### What changes were proposed in this pull request?
   
   Currently, there is no migration section for PySpark, SparkCore and 
Structured Streaming.
   It is difficult for users to know what to do when they upgrade.
   
   This PR proposes to create create a "Migration Guide" tap at Spark 
documentation.
   
   ![Screen Shot 2019-09-11 at 7 02 05 
PM](https://user-images.githubusercontent.com/6477701/64688126-ad712f80-d4c6-11e9-8672-9a2c56c05bf8.png)
   
   This page will contain migration guides for Spark SQL, PySpark, SparkR, 
MLlib, Structured Streaming and Core. Basically it is a refactoring. There are 
some new information added, which I will leave a comment inlined for easier 
review.
   
   1. **MLlib**
     Merge 
[ml-guide.html#migration-guide](https://spark.apache.org/docs/latest/ml-guide.html#migration-guide)
 and 
[ml-migration-guides.html](https://spark.apache.org/docs/latest/ml-migration-guides.html)
   
       ```
       docs/ml-guide.md
              ↓ Merge new/old migration guides and 
       docs/ml-migration-guide.md 
       ```
   
   2. **PySpark**
     Extract PySpark specific items from 
https://spark.apache.org/docs/latest/sql-migration-guide-upgrade.html
   
       ```
       'docs/sql-migration-guide-upgrade.md'
              ↓ Extract PySpark specific items
       'docs/pyspark-migration-guide.md'
       ```
   
   3. **SparkR**
     Move 
[sparkr.html#migration-guide](https://spark.apache.org/docs/latest/sparkr.html#migration-guide)
 into a separate file, and extract from 
[sql-migration-guide-upgrade.html](https://spark.apache.org/docs/latest/sql-migration-guide-upgrade.html)
   
       ```
       'docs/sparkr.md'                     
'docs/sql-migration-guide-upgrade.md'
        Move migration guide section ↘     ↙ Extract SparkR specific items
                        docs/sparkr-migration-guide.md 
       ```
   
   4. **Core**
     Newly created at `'docs/core-migration-guide.md'`. I skimmed resolved 
JIRAs at 3.0.0 and found some items to note.
   
   5. **Structured Streaming**
     Newly created at `'docs/ss-migration-guide.md'`. I skimmed resolved JIRAs 
at 3.0.0 and found some items to note.
    
   6. **SQL**
     Merged 
[sql-migration-guide-upgrade.html](https://spark.apache.org/docs/latest/sql-migration-guide-upgrade.html)
 and 
[sql-migration-guide-hive-compatibility.html](https://spark.apache.org/docs/latest/sql-migration-guide-hive-compatibility.html)
       ```
       'docs/sql-migration-guide-hive-compatibility.md'     
'docs/sql-migration-guide-upgrade.md'
        Move Hive compatibility section ↘                   ↙ Left over after 
filtering PySpark and SparkR items
                                      docs/sql-migration-guide.md 
       ```
   
   
   ### Why are the changes needed?
   
   In order for users in production to effectively migrate to higher versions, 
and detect behaviour or breaking changes before upgrading and/or migrating.
   
   ### Does this PR introduce any user-facing change?
   Yes, this changes Spark's documentation at 
https://spark.apache.org/docs/latest/index.html.
   
   ### How was this patch tested?
   
   Manually build the doc. This can be verified as below:
   
   ```bash
   cd docs
   SKIP_API=1 jekyll build
   open 
   ```
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to