[
https://issues.apache.org/jira/browse/ASTERIXDB-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till updated ASTERIXDB-2209:
----------------------------
Labels: triaged (was: )
> Primers are currently one slash short of a full LOAD
> ----------------------------------------------------
>
> Key: ASTERIXDB-2209
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2209
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: DOC - Documentation
> Reporter: Michael J. Carey
> Assignee: Ian Maxon
> Priority: Major
> Labels: triaged
>
> Right now the somewhat generic LOAD example has just two slashes:
> LOAD DATASET GleambookUsers USING localfs
> (("path"="nc1://home/user/gbu.adm"),("format"="adm"));
> I think it needs three, as in the following real example:
> LOAD DATASET GleambookUsers USING localfs
> (("path"="127.0.0.1:///Users/mikejcarey/tinysocialdata/gbu.adm"),("format"="adm"));
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)