aboutsummaryrefslogtreecommitdiff
path: root/dev/deps/spark-deps-hadoop-2.4
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-06-09 00:51:24 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-06-09 00:51:24 -0700
commit921fa40b14082bfd1094fa49fb3b0c46a79c1aaa (patch)
tree871420e3cb00cfafe9f15fc6f5ed198adff394f7 /dev/deps/spark-deps-hadoop-2.4
parentd5807def10c21e145163dc1e34d38258dda73ebf (diff)
downloadspark-921fa40b14082bfd1094fa49fb3b0c46a79c1aaa.tar.gz
spark-921fa40b14082bfd1094fa49fb3b0c46a79c1aaa.tar.bz2
spark-921fa40b14082bfd1094fa49fb3b0c46a79c1aaa.zip
[SPARK-12712] Fix failure in ./dev/test-dependencies when run against empty .m2 cache
This patch fixes a bug in `./dev/test-dependencies.sh` which caused spurious failures when the script was run on a machine with an empty `.m2` cache. The problem was that extra log output from the dependency download was conflicting with the grep / regex used to identify the classpath in the Maven output. This patch fixes this issue by adjusting the regex pattern. Tested manually with the following reproduction of the bug: ``` rm -rf ~/.m2/repository/org/apache/commons/ ./dev/test-dependencies.sh ``` Author: Josh Rosen <joshrosen@databricks.com> Closes #13568 from JoshRosen/SPARK-12712.
Diffstat (limited to 'dev/deps/spark-deps-hadoop-2.4')
0 files changed, 0 insertions, 0 deletions