Hi The flink-sequence-file module has a class named SerializableHadoopConfiguration[1] which is nothing but a wrapper class for Hadoop Configuration. I believe this class can be moved to a common module since this is not necessarily tightly coupled with sequence-file module, and also because it can be used by many other modules, for ex. flink-compress. Thoughts?
- Sivaprasanna