Hi Sivaprasanna, we actually want to remove Hadoop from all core modules, so we could not place it in some very common place like flink-core.
But I think the module flink-hadoop-fs could be a fitting place. On Tue, Mar 3, 2020 at 11:25 AM Sivaprasanna <sivaprasanna...@gmail.com> wrote: > 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 >