[ 
https://issues.apache.org/jira/browse/ASTERIXDB-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205442#comment-15205442
 ] 

Michael J. Carey edited comment on ASTERIXDB-1233 at 3/22/16 12:25 AM:
-----------------------------------------------------------------------

Trying some other things to narrow it further - will update as I go.


was (Author: dtabass):
ACTUALLY: Even a btree on the message field breaks things - so it's not a 
keyword-index-specific problem.

> 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;
> create index fbMessageIdx on FacebookMessages(message: string) type keyword 
> 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)

Reply via email to