Hi,
For example, I have an Hive query which implies a Map phase and a Reduce phase.
Is there a way to get the output file from the Map phase, before it is processed by the Reduce phase ?
That will allow me to understand who does what (and then, optimize the query)...
Thanks.