parkour.tool documentation
->ParkourTool
(->ParkourTool conf f)Positional factory function for class parkour.tool.ParkourTool.
integral
macro
(integral & body)Evaluate `body` forms. If the result of evaluation is an integral value, return it. If the result is non-integral, return 0. If evaluation throws an exception, return -1.
tool
(tool f)(tool conf f)Hadoop `Tool` for function `f`, which should take a Hadoop `Configuration` as its first argument, follow by any number of additional (command-line string) argument.