|
Konstantin Shvachko made changes - 31/Dec/08 06:52 AM
Konstantin Shvachko made changes - 31/Dec/08 06:53 AM
[
Permlink
| « Hide
]
Suresh Srinivas added a comment - 31/Dec/08 08:28 AM
Previously the file name was printed. Should the file name be printed in the log? Otherwise +1 for the patch.
This patch may change the shell commands output.
This patch
Konstantin Shvachko made changes - 13/Jan/09 01:08 AM
You shouldn't need to call StringUtils.stringifyException(), because passing it down to the log tools as is lets your logging tool handle the chained strack trace themselves -which can include a more structured output than the stringifyException() call. I'd prefer something like:
LOG.error("Exception closing file " + src + ": " +ie,ie);
Steve Loughran made changes - 13/Jan/09 03:54 PM
I thought this bugrep was familiar;
Incorporated Suresh's comment.
Konstantin Shvachko made changes - 14/Jan/09 12:36 AM
Only one unit test failure with this patch. TestMapReduceLocal fails as in
I am removing the DFSClient related code from the patch because it has been resolved by
Konstantin Shvachko made changes - 16/Jan/09 09:08 PM
Konstantin Shvachko made changes - 16/Jan/09 09:10 PM
I just committed this.
Konstantin Shvachko made changes - 16/Jan/09 09:28 PM
Nigel Daley made changes - 24/Feb/09 11:37 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||