hadoop-tools 0.7.1 → 0.7.2
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- hadoop-tools.cabal +1/−1
- src/Main.hs +1/−0
hadoop-tools.cabal view
@@ -1,5 +1,5 @@ name: hadoop-tools-version: 0.7.1+version: 0.7.2 synopsis: Fast command line tools for working with Hadoop.
src/Main.hs view
@@ -271,6 +271,7 @@ <*> optional (option bstr (long "name" <> metavar "FILENAME" <> help "the file name to match")) find mpath mexpr = SubHdfs $ do+ _ <- getFileInfo "/" matcher <- liftIO (mkMatcher mexpr) printFindResults (fromMaybe "" mpath) matcher