Package ziggy :: Package hdmc
[hide private]
[frames] | no frames]

Source Code for Package ziggy.hdmc

 1  ''' 
 2  Created on Jul 28, 2010 
 3   
 4  @author: dwmclary 
 5  ''' 
 6  from hdmc import submit, submit_inline, make_frame, build_generic_hadoop_call, execute, execute_and_wait, submit_checkpoint_inline, submit_checkpoint 
 7  import hdfs 
 8  __author__ = "D. McClary (dan.mcclary@northwestern.edu)" 
 9  __all__=["submit", "build_generic_hadoop_call", "execute", "execute_and_wait", "submit_checkpoint", "submit_checkpoint_inline" "submit_inline", "make_frame"] 
10