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