You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael J. Carey (JIRA)" <ji...@apache.org> on 2017/12/21 06:26:00 UTC

[jira] [Created] (ASTERIXDB-2209) Primers are currently one slash short of a full LOAD

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)