Repository: spark Updated Branches: refs/heads/branch-1.5 bb8e481bc -> f83b6e625
[SPARK-10716] [BUILD] spark-1.5.0-bin-hadoop2.6.tgz file doesn't uncompress on OS X due to hidden file Remove ._SUCCESS.crc hidden file that may cause problems in distribution tar archive, and is not used Author: Sean Owen <[email protected]> Closes #8846 from srowen/SPARK-10716. (cherry picked from commit bf20d6c9f9e478a5de24b45bbafd4dd89666c4cf) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f83b6e62 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f83b6e62 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f83b6e62 Branch: refs/heads/branch-1.5 Commit: f83b6e6250c700960f118992102028d54303a44e Parents: bb8e481 Author: Sean Owen <[email protected]> Authored: Mon Sep 21 23:29:59 2015 -0700 Committer: Reynold Xin <[email protected]> Committed: Mon Sep 21 23:30:07 2015 -0700 ---------------------------------------------------------------------- python/test_support/sql/orc_partitioned/._SUCCESS.crc | Bin 8 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f83b6e62/python/test_support/sql/orc_partitioned/._SUCCESS.crc ---------------------------------------------------------------------- diff --git a/python/test_support/sql/orc_partitioned/._SUCCESS.crc b/python/test_support/sql/orc_partitioned/._SUCCESS.crc deleted file mode 100644 index 3b7b044..0000000 Binary files a/python/test_support/sql/orc_partitioned/._SUCCESS.crc and /dev/null differ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
