hdfs.retryInterval seems to have a some issues.
* The default is not 0 as documented. * This statement does not seem to reflect the implementation: "If set to 0, the sink will try to close the file until the file is eventually closed". Setting it to 0 seems to be same as setting it to 1 .. AFAICT. * Seems like no way to indicate unlimited tries.
