koertkuipers opened a new pull request #24409: [SPARK-27513] files in tarball should have uid/gid 0 URL: https://github.com/apache/spark/pull/24409 ## What changes were proposed in this pull request? build tarball with all files having uid/gui 0 ## How was this patch tested? i build tarball with: `$ dev/make-distribution.sh --name provided --tgz -Phadoop-2.7 -Dhadoop.version=2.7.0 -Pyarn -Phadoop-provided` and verified uid/pid with: ``` $ tar -ztvf spark-3.0.0-SNAPSHOT-bin-provided.tgz | head drwxrwxr-x 0/0 0 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/ drwxrwxr-x 0/0 0 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/ -rw-rw-r-- 0/0 65261 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/oro-2.0.8.jar -rw-rw-r-- 0/0 95806 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/javax.servlet-api-3.1.0.jar -rw-rw-r-- 0/0 174351 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/stream-2.7.0.jar -rw-rw-r-- 0/0 58633 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/chill-java-0.9.3.jar -rw-rw-r-- 0/0 39283 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/metrics-jvm-3.1.5.jar -rw-rw-r-- 0/0 72733 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/jersey-media-jaxb-2.22.2.jar -rw-rw-r-- 0/0 812313 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/orc-mapreduce-1.5.5-nohive.jar -rw-rw-r-- 0/0 66894 2019-04-18 15:10 spark-3.0.0-SNAPSHOT-bin-provided/jars/jackson-annotations-2.9.8.jar ``` Please review http://spark.apache.org/contributing.html before opening a pull request.
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
