did u try the method suggested by Ajay, editing the runtime properties ? using the property "webservices.default.max.results.per.page" .
On Thu, Jun 18, 2015 at 12:14 AM, Mahak Mukhi <[email protected]> wrote: > Looking at the logs I see that numResults=10 by default. The following > helped me > falcon entity -type feed -list -numResults 15 > I've tried the SPNEGO cheat suggested by Seetharam, it didn't work for me; > Falcon would throw exceptions when I try to submit feeds configured for > hcat replication(may be because Falcon uses HTTP services to talk to hcat > server/thrift store, I'm not very sure about it though). > Regards, > Mahak Mukhi > > > > On Saturday, June 13, 2015 2:18 PM, Ajay Yadav <[email protected]> > wrote: > > > The entity results are paginated, By default it will return at max 100(or > the value of "webservices.default.max.results.per.page" property in > runtime.properties) results in one go. You can make multiple calls > with the *-offset > *option to fetch successive set of results. Something like > *-offset 0* (default) for first call, *-offset* 100 for second call, > *-offset > 200 *for 3rd call. > > If you want all in one shot, you can try overriding the following property > in runtime.properties to a large value. > "webservices.default.max.results.per.page" > This is part of runtime.properties so you won't need to restart falcon if > you change it. > > *NOTE* that the above property will change it for all calls and might cause > OOM in some cases if you put it to a very large value. > > > On Sat, Jun 13, 2015 at 4:07 AM, Mahak Mukhi <[email protected] > > > wrote: > > > Hi, > > falcon entity -type feed -list gives back only about 9-10 (may be more > but > > not all) feeds. I don't have the GUI working for me since I'm running on > > secured clusters(i.e. authentication protocol for HTTP requests is > Kerberos > > and I haven't figured out a way to set up my browser with that. Any help > in > > that would be really appreciated too.). So how can I get a list of all > the > > feeds running from Falcon CLI? Regards, > > Mahak Mukhi > > > > > >
