You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Util.getFS forces the FileSystem objects to be cached at the JVM level using FileSystem.get. In specific situations, sometimes one would prefer finer-grained control over the caching of these objects.
Make HadoopTableOperationspublic with a protected constructor so that users can use some of the behavior but override specific components, particularly File I/O Submodule for TableOperations #12 and the FileSystem provision change above.