[
https://issues.apache.org/jira/browse/SPARK-23425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen updated SPARK-23425:
------------------------------
Docs Text:
Release notes:
Wildcard symbols {{*}} and {{?}} can now be used in SQL paths when loading
data, e.g.:
LOAD DATA PATH 'hdfs://hacluster/user/ext*'
LOAD DATA PATH 'hdfs://hacluster/user/???/data'
Where these characters are used literally in paths, they must be escaped with a
backslash.
> load data for hdfs file path with wild card usage is not working properly
> -------------------------------------------------------------------------
>
> Key: SPARK-23425
> URL: https://issues.apache.org/jira/browse/SPARK-23425
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.2.1, 2.3.0
> Reporter: Sujith
> Assignee: Sujith
> Priority: Major
> Labels: release-notes
> Fix For: 2.4.0
>
> Attachments: wildcard_issue.PNG
>
>
> load data command for loading data from non local file paths by using wild
> card strings lke * are not working
> eg:
> "load data inpath 'hdfs://hacluster/user/ext* into table t1"
> Getting Analysis excepton while executing this query
> !image-2018-02-14-23-41-39-923.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]