Created 06-18-2018 02:10 PM
Hello, is it possible to trace the requests executed on the cluster? This would allow me to identify possible requests at risk (SELECT * ..)
Thanks
Created on 06-19-2018 12:04 AM - edited 08-17-2019 06:53 PM
Hi @Clément Dumont!
In hive you can try to investigate the query by looking for a parameter called hive.query.string. E.g.
BTW it works for Hive on Tez or Hive on MR (in this case you'd see on Yarn Web UI).Hope this helps!