[
https://issues.apache.org/jira/browse/ASTERIXDB-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938740#comment-14938740
]
ASF subversion and git services commented on ASTERIXDB-1074:
------------------------------------------------------------
Commit 75bb5d37fb3eefa26837f462c32834c08195151e in incubator-asterixdb's branch
refs/heads/master from [~heriram]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=75bb5d3 ]
Fix for ASTERIXDB-951, ASTERIXDB-1074
Change-Id: Ibdb5074d0e0d4fb2b7d4303aa405c9fc90f4bd09
Reviewed-on: https://asterix-gerrit.ics.uci.edu/378
Reviewed-by: Chen Li <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Heri Ramampiaro <[email protected]>
> Feeds tutorial is outdated or doesn't work
> ------------------------------------------
>
> Key: ASTERIXDB-1074
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1074
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: AsterixDB
> Reporter: Ian Maxon
> Assignee: Ian Maxon
> Priority: Critical
> Labels: 0.8.7-blocker
>
> I can't seem to create a vanilla feed, using the push-based twitter adapter,
> as is in the new tutorial in the docs.
> I create the feed using the specified syntax
> create feed TwitterFeed if not exists using "push_twitter"
> (("type-name"="Tweet"),("location"="US"));
> And a dataset that is of the right type
> create dataset Tweets(Tweet) primary key id;
> But trying to connect it fails
> connect feed TwitterFeed to dataset Tweets;
> With this error, which doesn't really make a lot of sense considering this
> adapter is baked in
> unable to create adapter java.lang.ClassNotFoundException: push_twitter
> [AlgebricksException]
> And what is more bewildering, is that if I drop, create, and reconect the
> feed- it doesn't throw an exception any longer, but it doesn't actually work
> either. All that appears in the logs is this:
> Aug 11, 2015 12:20:34 PM edu.uci.ics.asterix.aql.translator.AqlTranslator
> getFeedConnectionRequest
> INFO: Feed joint feeds.TwitterFeed: [SOURCE_FEED_INTAKE_STAGE][CREATED] is
> available! need not apply any further computation
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)