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 __author__ = "D. McClary (dan.mcclary@northwestern.edu)" 7 __all__ = ["cat", "ls", "rm", "copyToHDFS", "copyFromHDFS"] 8 from hdfs_access import * 9
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Dec 22 15:39:41 2010 | http://epydoc.sourceforge.net |