HI,

Currently we have IgfsHadoopFileSystemWrapper class whose sole purpose is
to instantiate Hadoop FileSystem and delegate Igfs calls to it. We use this
class to configure secondary Hadoop file system for Igfs.

It seems to me that "Wrapper" is wrong suffix here from user perspective,
as this is not a wrapper, but a functional unit which user uses in
configuration. It does not "wraps" anything from user point of view.

Furthermore, we do have public classes IgfsHadoopFileSystem which have no
realtion to IgfsHadoopFileSystemWrapper, what will also confuse users.

We need to think about another class name here. May be
"IgfsHadoopFileSystemDelegator" or something like this?

Any thoughts?

Vladimir.

Reply via email to