impala-java-client icon indicating copy to clipboard operation
impala-java-client copied to clipboard

Maximum of 1024 rows?

Open amartira opened this issue 10 years ago • 2 comments

I don't know if it is really an issue or is just configuration options, but i can not retrieve more than 1024 rows for impala querys.

If i execute the code below, it only returns 5 rows which is correct:

TFetchResultsReq fetchReq = new TFetchResultsReq(); fetchReq.setMaxRows(5);

But if i set MaxRows more than 1024 i cant retrieve that.

Any idea? Thank you!!

amartira avatar Jun 24 '14 09:06 amartira

so do am i

coolchenyi avatar Nov 27 '14 05:11 coolchenyi

But i used for Impala 2.0.

coolchenyi avatar Nov 27 '14 05:11 coolchenyi