I don\t think it is a bug. If the program in hive writes logs to HiveHistory.log using '\n' to indicate the end of a line. Then, it is OK to use *val = val.replace('\n', ' ');. Anyway, ** new line depends what on your OS:<https://ccrma.stanford.edu/~craig/utility/flip/> Hive is typically deployed on Linux. * * DOS & Windows: \r\n 0D0A (hex), 13,10 (decimal)
Unix & Mac OS X: \n, 0A, 10 Macintosh (OS 9): \r, 0D, 13 * On Sun, Dec 16, 2012 at 11:23 AM, Qiang Wang <wsxy...@gmail.com> wrote: > '\n', '\r',