aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2015-01-28 12:56:03 -0800
committerAndrew Or <andrew@databricks.com>2015-01-28 12:56:03 -0800
commitd44ee436658cd91f3abeb9daa10a5578d7eebd81 (patch)
treed5ccbb8bf342eb1031a0424bc16033f188cbb97d /python/pyspark
parent84b6ecdef63e6f5710a3f7f95f698b1d1ea44855 (diff)
downloadspark-d44ee436658cd91f3abeb9daa10a5578d7eebd81.tar.gz
spark-d44ee436658cd91f3abeb9daa10a5578d7eebd81.tar.bz2
spark-d44ee436658cd91f3abeb9daa10a5578d7eebd81.zip
[SPARK-5434] [EC2] Preserve spaces in EC2 path
Fixes [SPARK-5434](https://issues.apache.org/jira/browse/SPARK-5434). Simple demonstration of the problem and the fix: ``` $ spacey_path="/path/with some/spaces" $ dirname $spacey_path usage: dirname path $ echo $? 1 $ dirname "$spacey_path" /path/with some $ echo $? 0 ``` Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #4224 from nchammas/patch-1 and squashes the following commits: 960711a [Nicholas Chammas] [EC2] Preserve spaces in EC2 path
Diffstat (limited to 'python/pyspark')
0 files changed, 0 insertions, 0 deletions