Re: Visibility of FileInputFormat constants

2015-05-26 Thread Flavio Pompermaier
Thanks ;) On Tue, May 26, 2015 at 5:08 PM, Fabian Hueske wrote: > Done > > 2015-05-26 16:59 GMT+02:00 Flavio Pompermaier : > >> Could you do that so I can avoid to make a PR just for that, please? >> >> On Tue, May 26, 2015 at 4:58 PM, Fabian Hueske wrote: >> >>> Definitely! Much better than us

Re: Visibility of FileInputFormat constants

2015-05-26 Thread Fabian Hueske
Done 2015-05-26 16:59 GMT+02:00 Flavio Pompermaier : > Could you do that so I can avoid to make a PR just for that, please? > > On Tue, May 26, 2015 at 4:58 PM, Fabian Hueske wrote: > >> Definitely! Much better than using the String value. >> >> 2015-05-26 16:55 GMT+02:00 Flavio Pompermaier : >>

Re: Visibility of FileInputFormat constants

2015-05-26 Thread Flavio Pompermaier
Could you do that so I can avoid to make a PR just for that, please? On Tue, May 26, 2015 at 4:58 PM, Fabian Hueske wrote: > Definitely! Much better than using the String value. > > 2015-05-26 16:55 GMT+02:00 Flavio Pompermaier : > >> Hi to all, >> >> in my program I need to set "recursive.file.

Re: Visibility of FileInputFormat constants

2015-05-26 Thread Fabian Hueske
Definitely! Much better than using the String value. 2015-05-26 16:55 GMT+02:00 Flavio Pompermaier : > Hi to all, > > in my program I need to set "recursive.file.enumeration" to true and I > discovered that there's a constant for that variable in FileInputFormat > (ENUMERATE_NESTED_FILES_FLAG) bu