https://github.com/apache/spark
Revision 6b6761e8fe1e8d4c7d0a3c3b35c55fe388220234 authored by Mridul Muralidharan on 16 October 2017, 01:40:53 UTC, committed by Mridul Muralidharan on 16 October 2017, 01:41:47 UTC
## What changes were proposed in this pull request?

PR #19294 added support for null's - but spark 2.1 handled other error cases where path argument can be invalid.
Namely:

* empty string
* URI parse exception while creating Path

This is resubmission of PR #19487, which I messed up while updating my repo.

## How was this patch tested?

Enhanced test to cover new support added.

Author: Mridul Muralidharan <mridul@gmail.com>

Closes #19497 from mridulm/master.

(cherry picked from commit 13c1559587d0eb533c94f5a492390f81b048b347)
Signed-off-by: Mridul Muralidharan <mridul@gmail.com>
1 parent acbad83
History
Tip revision: 6b6761e8fe1e8d4c7d0a3c3b35c55fe388220234 authored by Mridul Muralidharan on 16 October 2017, 01:40:53 UTC
[SPARK-21549][CORE] Respect OutputFormats with no/invalid output directory provided
Tip revision: 6b6761e

README.md

back to top