| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Hadoop.Hdfs
Documentation
Constructors
| Hdfs | |
Fields
| |
Instances
runHdfs' :: HadoopConfig -> Hdfs a -> IO a Source
type CreateParent = Bool Source
getListing :: HdfsPath -> Hdfs (Maybe (V.Vector FileStatus)) Source
getListing' :: HdfsPath -> Hdfs (V.Vector FileStatus) Source
getListingRecursive :: HdfsPath -> Hdfs (TBQueue (Maybe (HdfsPath, Either SomeException (V.Vector FileStatus)))) Source
getFileInfo :: HdfsPath -> Hdfs (Maybe FileStatus) Source
setPermissions :: Word32 -> HdfsPath -> Hdfs () Source