In Reducer.run() function, I used System.out.println() to print logs for debugging. However, I can't find any logs in the userlogs directory stdout file. But if I println in reducer function, there is logs.
So where should I find the logs?
In Reducer.run() function, I used System.out.println() to print logs for debugging. However, I can't find any logs in the userlogs directory stdout file. But if I println in reducer function, there is logs.
So where should I find the logs?