aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-10-12 10:21:57 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2015-10-12 10:21:57 -0700
commit149472a01d12828c64b0a852982d48c123984182 (patch)
treed0a96f6d918c610b1e278a578f5194c98d9e572b /python/pyspark
parent64b1d00e1a7c1dc52c08a5e97baf6e7117f1a94f (diff)
downloadspark-149472a01d12828c64b0a852982d48c123984182.tar.gz
spark-149472a01d12828c64b0a852982d48c123984182.tar.bz2
spark-149472a01d12828c64b0a852982d48c123984182.zip
[SPARK-11023] [YARN] Avoid creating URIs from local paths directly.
The issue is that local paths on Windows, when provided with drive letters or backslashes, are not valid URIs. Instead of trying to figure out whether paths are URIs or not, use Utils.resolveURI() which does that for us. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #9049 from vanzin/SPARK-11023 and squashes the following commits: 77021f2 [Marcelo Vanzin] [SPARK-11023] [yarn] Avoid creating URIs from local paths directly.
Diffstat (limited to 'python/pyspark')
0 files changed, 0 insertions, 0 deletions