[
https://issues.apache.org/jira/browse/ASTERIXDB-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205760#comment-15205760
]
ASF subversion and git services commented on ASTERIXDB-1233:
------------------------------------------------------------
Commit 58a9df3c5ede5afec3f7aa4ca20db3b3d7aeb0fa in
incubator-asterixdb-hyracks's branch refs/heads/master from [~wangsaeu]
[
https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb-hyracks.git;h=58a9df3
]
ASTERIXDB-1233: Fixed the bulk-loading with an inverted index on an open-type
field
Change-Id: I70e90101053d5aa5f5fc2d883135e82c4b7b677a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/739
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ildar Absalyamov <[email protected]>
> 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)