Vignesh, The most recent version doesn't have the push_twitter adapter (meaning that, when you query the adapters, you will not see it.) but its alias is still there in the system.
I have looked at the current master after your question and found out why it didn't work. I fixed it on my branch and I am pushing it for review along with other feed fixes later tonight. TL,DR, It doesn't work right now but should be working tomorrow :) Cheers, Abdullah. Amoudi, Abdullah. On Thu, Jan 7, 2016 at 10:16 AM, Vignesh Raghunathan < [email protected]> wrote: > My installation does not have the push_twitter adaptor. I'll use a more > recent version then. Thank you for the response. > > On Thu, Jan 7, 2016 at 12:14 AM, Raman Grover <[email protected]> > wrote: > > > correction... > > include the statement below before running the queries. > > > > use dataverse Metadata; > > > > On Wed, Jan 6, 2016 at 10:43 AM, Raman Grover <[email protected]> > > wrote: > > > > > I believe, the push based twitter adaptor was introduced in 0.8.7 > (prior > > > version had the pull based adaptor) > > > > > > The set of adapters available with an asterixDB installation can be > > > looked up using the following query > > > for $x in dataset DatasourceAdapter > > > return $x > > > > > > OR > > > > > > use the query below to look up the adaptor you are wishing to use. > > > > > > for $x in dataset DatasourceAdapter > > > where $x.Name='push_twitter' > > > return $x > > > > > > > > > Can you confirm (using above) if your installation has the push_twitter > > > adaptor built-in? > > > > > > Regards, > > > Raman > > > > > > On Wed, Jan 6, 2016 at 10:10 AM, Vignesh Raghunathan < > > > [email protected]> wrote: > > > > > >> I used the statements in the tutorial for data feeds in 0.8.7 > > >> documentation > > >> > > >> > > >> > > > https://asterixdb.incubator.apache.org/docs/0.8.7-incubating/feeds/tutorial.html > > >> > > >> Thank you > > >> > > >> On Wed, Jan 6, 2016 at 10:05 PM, abdullah alamoudi < > [email protected]> > > >> wrote: > > >> > > >> > Vignesh, > > >> > Can you share with me the exact statements you used and I will be > sure > > >> to > > >> > help you. > > >> > > > >> > Cheers, > > >> > Abdullah. > > >> > > > >> > Amoudi, Abdullah. > > >> > > > >> > On Wed, Jan 6, 2016 at 7:03 PM, Vignesh Raghunathan < > > >> > [email protected]> wrote: > > >> > > > >> > > Hi, > > >> > > > > >> > > After creating a twitter feed, I am getting the following error > if I > > >> try > > >> > to > > >> > > connect the feed to a dataset. > > >> > > > > >> > > unable to create adapter java.lang.ClassNotFoundException: > > >> > > push_twitter [AlgebricksException] > > >> > > > > >> > > > > >> > > Isn't the push twitter feed adaptor supported in 0.8.6? > > >> > > > > >> > > Thanks, > > >> > > Vignesh > > >> > > > > >> > > > >> > > > > > > > > > > > > -- > > > Raman > > > > > > > > > > > -- > > Raman > > >
