public final class HdfsHelper
extends java.lang.Object
A helper class abstracting away the interaction with HDFS
Note: Adding these helper method directly in the spout code results
in a ClassNotFoundException for hadoop classes, while deploying a topology, even though
those classes are not being accessed during deploy.