hadoop-tools 0.7 → 0.7.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- hadoop-tools.cabal +1/−1
- src/Main.hs +1/−1
hadoop-tools.cabal view
@@ -1,5 +1,5 @@ name: hadoop-tools-version: 0.7+version: 0.7.1 synopsis: Fast command line tools for working with Hadoop.
src/Main.hs view
@@ -67,7 +67,7 @@ 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)