Created on 10-17-2017 11:05 AM - edited 09-16-2022 05:24 AM
Hi, while running a Hive SQL group by query on few million rows I get a message in the results mixed with the output:
error_message : You have exceeded your daily reque
(xxxxxx row(s) affected)
results : []
this is mixed with some actual data output. Anyone has seen this error message?
Created 10-18-2017 07:44 PM
Created 10-18-2017 07:09 PM
Created 10-18-2017 07:22 PM
No I am not sure how to use these tools.
Created 10-18-2017 07:44 PM
Created 10-18-2017 07:49 PM
Thanks will try that and see.
Created 10-19-2017 07:32 AM
You are absolutely right! The fifth file 000004_0 in the parquet hive table directory had one string that matched the row value in the beeline SQL output. I am sure the other strings will also be in the data. So it finally confirms that everything is working fine without any errors in hive. Thanks for all your help as this really confused me but I did learn couple of new things so thanks again!!
$ parquet-tools cat 000004_0 | grep '(7256823 row(s) affected)'
triptype = (7256823 row(s) affected)
Created 10-19-2017 08:14 PM