Skip to content

Commit

Permalink
Made _local.py a Cython module for speed
Browse files Browse the repository at this point in the history
Signed-off-by: Brandyn A. White <[email protected]>
  • Loading branch information
Brandyn A. White committed Aug 3, 2012
1 parent 86cd980 commit 7c73e76
Show file tree
Hide file tree
Showing 5 changed files with 2,266 additions and 1,488 deletions.
2 changes: 1 addition & 1 deletion hadoopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__license__ = 'GPL V3'

from _runner import launch, launch_frozen
from _local import launch_local
from _hadoopy_local import launch_local
from _hdfs import get, put, readtb, writetb, ls, exists, rmr, isempty, abspath, isdir, mv, mkdir
from _job_cli import run
from _reporter import status, counter
Expand Down
File renamed without changes.
Loading

0 comments on commit 7c73e76

Please sign in to comment.