Home | Trees | Indices | Help |
---|
|
1 ''' 2 Created on Jul 28, 2010 3 Access functions for files and directories stored in HDFS (Hadoop File System). 4 @author: dwmclary 5 ''' 6 __all__ = ["cat", "ls", "rm", "copyToHDFS", "copyFromHDFS"] 7 from hdfs_access import * 8
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 13 16:57:31 2010 | http://epydoc.sourceforge.net |