Hey all,libhdfs prints out useful information to stderr in the function errnoFromException; unfortunately, in the C application framework I use, the stderr is directed to /dev/null, making debugging miserably hard.
Does anyone have any suggestions to make the errnoFromException function write out the error to a different stream?
Brian
