Description
After closing an input stream on DFS, seeking slightly ahead of the last read will throw an NPE:
java.lang.NullPointerException
at org.apache.hadoop.hdfs.DFSInputStream.seek(DFSInputStream.java:749)
at org.apache.hadoop.fs.FSDataInputStream.seek(FSDataInputStream.java:42)