[ https://issues.apache.org/jira/browse/SPARK-17828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15555092#comment-15555092 ]
Sean Owen commented on SPARK-17828: ----------------------------------- I think I'd suggest just removing it. The release notes also link to JIRA, and JIRA is already the source of truth, so, doesn't seem that valuable to repeat it separately. I suppose you could argue that someone might alter version tags in JIRA but usually that's a good thing -- later, realizing X wasn't fixed in x.y.z and unmarking it. > Changes file missing in Spark 2 > ------------------------------- > > Key: SPARK-17828 > URL: https://issues.apache.org/jira/browse/SPARK-17828 > Project: Spark > Issue Type: Documentation > Components: Documentation > Affects Versions: 2.0.2, 2.1.0 > Reporter: Adam Roberts > Priority: Minor > > In Spark 1.x releases we provided the CHANGES.txt file which proved useful to > know exactly the differences and commit IDs between releases > In Spark 2.x we made packaging changes (moving make-distribution.sh to be > under dev and different structure for the important Spark classes e.g. no big > assembly jar), so I expect work wasn't done to ensure the changes file was > still being provided > Note that users can view the release notes online > (https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315420&version=12336857) > so I don't know if there is merit in including this file in the > distribution, but I've had a look in the codebase and noticed the script used > to generate said file is still present in master and definitely out of date: > https://github.com/apache/spark/blob/master/dev/create-release/generate-changelist.py, > here we see the last commit is from the 27th of August 2014 > {code} > SPARK_HOME = os.environ["SPARK_HOME"] > NEW_RELEASE_VERSION = "1.0.0" > PREV_RELEASE_GIT_TAG = "v0.9.1" > {code} > If we change this to > {code} > SPARK_HOME = os.environ["SPARK_HOME"] > NEW_RELEASE_VERSION = "2.0.1" > PREV_RELEASE_GIT_TAG = "v2.0.0" > {code} > we can create a CHANGES.txt.new file > So I think this file should be either be removed in 2.x. or updated across > our currently maintained branches and then we'd need to run the > make-distribution script to ensure the file is picked up and included in the > distribution > I see no JIRAs mentioning "changes" under the spark project and no discussion > of this on either mailing list. I downloaded the Spark 2.0.0 tgz (no 2.0.1 > tgz at http://spark.apache.org/downloads.html) and verified there is no > changes file here. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org