tsudukim commented on issue #597: BIGTOP-3165. Bump Spark to 2.4.4. URL: https://github.com/apache/bigtop/pull/597#issuecomment-586564757 @evans-ye Thank you for your review! I agree with you, license files should be able to obtain from spark's source but they aren't. Spark community devided license files between source licenses and binary licenses from Spark 2.4. Spark github repository contains both license files, but as I wrote in `bigtop-packages/src/common/spark/install_spark.sh` src tarball no longer contains the license files for binary distribution at lease at Spark 2.4. Src tarball only have the license files only for source distribution. See https://issues.apache.org/jira/browse/SPARK-24654 In Bigtop, we build Spark from src tarball so we have several choices here. For example, 1) Just remove every license files from Bigtop Spark binary. 2) Get license files from Spark github repository and include them into Bigtop Spark binary. I thought 1 is not acceptable as an Apache project so I PRed 2, but please let me know if you have a better way.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
