I find the below statement before print log statement.
if (LOG.isDebugEnabled())
How can we enable or disable debug statements when running a Giraph program?
And where can one find the logs of these statements?
Asked
Active
Viewed 358 times
2 Answers
-1
To access the logs try something like
yarn logs --applicationId application_1399469361545_0003
where you can find the application ID in the console output.

Mahana
- 128
- 1
- 8
-
Is there any configuration parameter through which I can enable or disable them ? – nittoor Jun 27 '14 at 20:52
-
This doesn't answer the question, i don't understand why the author choose this as accepted answer... – chomp Aug 08 '15 at 15:09