impala-java-client
impala-java-client copied to clipboard
Maximum of 1024 rows?
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!!
so do am i
But i used for Impala 2.0.