Re: SerializableHadoopConfiguration

2020-03-26 Thread Sivaprasanna
> - >> > > > > > > Sivaprasanna >> > > > > > > >> > > > > > > On Tue, Mar 3, 2020 at 10:48 PM Sivaprasanna < >> > > > > sivaprasanna...@gmail.com> >> > > > > > > wrote: >> &g

Re: SerializableHadoopConfiguration

2020-03-17 Thread Sivaprasanna
> wrote: > > > > > > > > > > > > > > > Hi Arvid, > > > > > > > > > > > > > > > > Thanks for the quick reply. Yes, it actually makes sense to > > avoid > > > > > > Hadoop >

Re: SerializableHadoopConfiguration

2020-03-16 Thread Till Rohrmann
; > > Hadoop > > > > > > > dependencies from getting into Flink's core modules but I also > > wonder > > > > > if > > > > > > it > > > > > > > will be an overkill to add flink-hadoop-fs as a dependency just > > > > because >

Re: SerializableHadoopConfiguration

2020-03-05 Thread Sivaprasanna
t I also > wonder > > > > if > > > > > it > > > > > > will be an overkill to add flink-hadoop-fs as a dependency just > > > because > > > > > we > > > > > > want to use a utility class from that module. &

Re: SerializableHadoopConfiguration

2020-03-05 Thread João Boto
fs as a dependency just > > because > > > > we > > > > > want to use a utility class from that module. > > > > > > > > > > - > > > > > Sivaprasanna > > > > > > > > > > On Tue, Mar 3, 2020 at

Re: SerializableHadoopConfiguration

2020-03-05 Thread Sivaprasanna
from that module. > > > > > > > > - > > > > Sivaprasanna > > > > > > > > On Tue, Mar 3, 2020 at 4:17 PM Arvid Heise > > wrote: > > > > > > > >> Hi Sivaprasanna, > > > >> > > > >>

Re: SerializableHadoopConfiguration

2020-03-05 Thread Stephan Ewen
na, > > >> > > >> 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. > > &g

Re: SerializableHadoopConfiguration

2020-03-04 Thread Till Rohrmann
flink-hadoop-fs could be a fitting place. > >> > >> On Tue, Mar 3, 2020 at 11:25 AM Sivaprasanna > > >> wrote: > >> > >> > Hi > >> > > >> > The flink-sequence-file module has a class named > >> > SerializableHad

Re: SerializableHadoopConfiguration

2020-03-03 Thread Sivaprasanna
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 >> wrote: >> >> > Hi >> > >> > The flink-s

Re: SerializableHadoopConfiguration

2020-03-03 Thread Sivaprasanna
gt; On Tue, Mar 3, 2020 at 11:25 AM Sivaprasanna > 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

Re: SerializableHadoopConfiguration

2020-03-03 Thread Arvid Heise
ence-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 i

SerializableHadoopConfiguration

2020-03-03 Thread Sivaprasanna
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