namhnguyen / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

create secondary feed not working #757

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create the datatypes and datasets described in the article "Scalable 
Fault-Tolerant Data Feeds in AsterixDB"
2. Create the TwitterAdators called TwitterFeed and ProcessedTwitterFeed
3. Try to redefine ProcessedTwitterFeed with the following statement

"create secondary feed ProcessedTwitterFeed from feed TwitterFeed apply 
function addHashTags;"

I received the following notification: 

SyntaxError:Encountered " <IDENTIFIER> "secondary "" at line 2, column 8.
Was expecting one of:
    "dataverse" ...
    "type" ...
    "nodegroup" ...
    "external" ...
    "internal" ...
    "index" ...
    "function" ...
    "feed" ...
    "dataset" ...

==> create secondary feed ProcessedTwitterFeed from feed TwitterFeed apply 
function addHashTags ;

What version of the product are you using? On what operating system?
I'm using the release 0.8.5 in the Ubuntu OS

It seems that the "secondary" keyword is not defined ni the syntax. So, how can 
I create a secondary feed?

Original issue reported on code.google.com by loamilu...@gmail.com on 11 Apr 2014 at 9:30

GoogleCodeExporter commented 9 years ago
secondary feeds are part of feed 2.0 that hasn't made into the master branch 
yet.
If you need to try secondary feeds, you would need to use my private branch 
(due to merge into master post review) 
raman/master_feeds_2_merge

Original comment by RamanGro...@gmail.com on 11 Apr 2014 at 10:25