Skip to content

Commit

Permalink
Damn, left some debugging prints in :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstanley committed Jul 24, 2015
1 parent d21d6f3 commit 6581fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hadoop-tools.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hadoop-tools
version: 0.7
version: 0.7.1

synopsis:
Fast command line tools for working with Hadoop.
Expand Down
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runHdfs hdfs = handle exitError $ do
exitError err = printError err >> exitFailure

run :: HadoopConfig -> IO a
run cfg = handle (runAgain cfg) (print cfg >> runHdfs' cfg hdfs)
run cfg = handle (runAgain cfg) (runHdfs' cfg hdfs)

runAgain :: HadoopConfig -> RemoteError -> IO a
runAgain cfg e | isStandbyError e = maybe (throwM e) run (dropNameNode cfg)
Expand Down

0 comments on commit 6581fe0

Please sign in to comment.