aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorxiaojian.fxj <xiaojian.fxj@alibaba-inc.com>2017-01-15 11:12:59 +0000
committerSean Owen <sowen@cloudera.com>2017-01-15 11:12:59 +0000
commitc9d612f82c290fc955cae93150ca5c5d74f12217 (patch)
tree2beb23a4e5ed5288c89959ff3a7f49371c808d8b /external
parent9112f31bb88bf68fa113dad5eeb5d748979ba339 (diff)
downloadspark-c9d612f82c290fc955cae93150ca5c5d74f12217.tar.gz
spark-c9d612f82c290fc955cae93150ca5c5d74f12217.tar.bz2
spark-c9d612f82c290fc955cae93150ca5c5d74f12217.zip
[SPARK-19042] spark executor can't download the jars when uber jar's http url contains any query strings
If the uber jars' https contains any query strings, the Executor.updateDependencies method can't can't download the jars correctly. This is because the "localName = name.split("/").last" won't get the expected jar's url. The bug fix is the same as [SPARK-17855] Author: xiaojian.fxj <xiaojian.fxj@alibaba-inc.com> Closes #16509 from hustfxj/bug.
Diffstat (limited to 'external')
0 files changed, 0 insertions, 0 deletions