Cool.  Phew!  Please file an issue on the error msg, though!
Sounds very possible that other users could do that too, and
would be very confused (and less likely to figure it out alone).

On 3/21/16 11:51 AM, Steven Jacobs wrote:
I found the problem. It's an example of misleading error messages. It seems
my editor was autocorrecting the format from "adm" (not a real word) to
"add" but the error message refers to the reader not to the nonexistent
format. This is what I was trying to run:

load dataset UserLocations using localfs
(("path"="asterix_nc1:///Users/stevenjacobs/Desktop/EmergencyDataset/UserLocations.adm"),("format"="add"));

Steven

On Mon, Mar 21, 2016 at 11:40 AM, abdullah alamoudi <[email protected]>
wrote:

Can you post the complete AQL statement? All the test cases use localfs.


On Mon, Mar 21, 2016 at 9:25 PM, Mike Carey <[email protected]> wrote:

We need the AQL primer in the tests - it must always work.  Can we do
that?
On Mar 21, 2016 10:36 AM, "Steven Jacobs" <[email protected]> wrote:

Hi,
I'm trying to use the localfs reader to load a dataset, and it seems
that
that name no longer identifies a valid reader. As far as I can tell,
the
AQL primer document is not working now (since it uses localfs). Does
anyone
know what I am missing? I'm attaching the stack trace
Steven

d by: org.apache.asterix.common.exceptions.AsterixException: unknown
record
reader factory: localfs

at


org.apache.asterix.external.provider.DatasourceFactoryProvider.getRecordReaderFactory(
DatasourceFactoryProvider.java:146)

at


org.apache.asterix.external.provider.DatasourceFactoryProvider.getExternalDataSourceFactory(
DatasourceFactoryProvider.java:48)

at


org.apache.asterix.external.adapter.factory.GenericAdapterFactory.configure(
GenericAdapterFactory.java:122)

at


org.apache.asterix.external.provider.AdapterFactoryProvider.getAdapterFactory(
AdapterFactoryProvider.java:46)

at


org.apache.asterix.metadata.declared.AqlMetadataProvider.getConfiguredAdapterFactory(
AqlMetadataProvider.java:563)


Reply via email to