On Tue, Aug 5, 2014 at 10:54 AM, Ameya Aware <[email protected]> wrote: > It returns some of the rows of table but not all.. :(
How are you interacting with Blur? the Shell? the thrift API? Console? By default Blur limits the number of results returned but those can be adjusted through the BlurQuery[1] object in the API. Or, if you're using the shell, just adjust it with command line switches (e.g. query test *:* -min 1000 -fetch 1000 ) --tim [1] - http://incubator.apache.org/blur/docs/0.2.3/Blur.html#Struct_BlurQuery
