GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/22733
[SPARK-25738][SQL] Fix LOAD DATA INPATH for hdfs port
## What changes were proposed in this pull request?
LOAD DATA INPATH didn't work if the defaultFS included a port for hdfs.
Handling this just requires a small change to use the correct URI
constructor.
## How was this patch tested?
Added a unit test, ran all tests via jenkins
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark SPARK-25738
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22733.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22733
----
commit fe17691f0592eb8e135509736987b65104756da0
Author: Imran Rashid <irashid@...>
Date: 2018-10-15T21:10:02Z
[SPARK-25738][SQL] Fix LOAD DATA INPATH for hdfs port
LOAD DATA INPATH didn't work if the defaultFS included a port for hdfs.
Handling this just requires a small change to use the correct URI
constructor.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]