radanalyticsio / openshift-spark

72 stars 83 forks source link

Update to Apache Spark 3.0.1 #114

Closed tmckayus closed 4 years ago

erikerlandson commented 4 years ago

why is .tgz file renamed from ...3.0.0... to 3.0.1 but with no changes?

tmckayus commented 4 years ago

why is .tgz file renamed from ...3.0.0... to 3.0.1 but with no changes?

because it's a zero-length file that is used by the upstream build system to figure out what to download. We can't store tarballs in git because they're too big, so we just store a truncated tarball as a pointer.