Michael J. Carey created ASTERIXDB-2209:
-------------------------------------------
Summary: 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
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
(v6.4.14#64029)