[
https://issues.apache.org/jira/browse/ASTERIXDB-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael J. Carey updated ASTERIXDB-1233:
----------------------------------------
Assignee: Taewoo Kim (was: Ildar Absalyamov)
> Internal error when attempting to do ADM 101 demo with open schema
> ------------------------------------------------------------------
>
> Key: ASTERIXDB-1233
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1233
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: AsterixDB, Error Reporting, Storage
> Environment: Running AsterixDB from Master on a Mac
> Reporter: Michael J. Carey
> Assignee: Taewoo Kim
> Attachments: fbm.adm
>
>
> The following series of operations fails at load time with "Internal error.
> Please check instance logs for further details. [NullPointerException]"
> Here's what seems to be a minimal reproducer:
> drop dataverse OpenTinySocial if exists;
> create dataverse OpenTinySocial;
> use dataverse OpenTinySocial;
> create type FacebookMessageType as {
> message-id: int64
> };
> create dataset FacebookMessages(FacebookMessageType)
> primary key message-id;
> create index fbAuthorIdx on FacebookMessages(author-id: int64) type btree
> enforced;
> create index fbSenderLocIndex on FacebookMessages(sender-location: point)
> type rtree enforced;
> load dataset FacebookMessages using localfs
>
> (("path"="127.0.0.1:///Users/mikejcarey/tinysocialdata/fbm.adm"),("format"="adm"));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)