Hi, Is there a way to get around the 1KB limitation of the hadoop fs -tail command (http://hadoop.apache.org/common/docs/r0.20.0/hdfs_shell.html#tail)? In my application some of the records can have length greater than 1KB before the newline and I would like to get the full records as part of 'tail' (not truncated versions).
Thanks, -Sukhendu