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.

integral*

(integral* f)
Function form of the `integral` macro.

run

(run t args)(run conf t args)
Run the Tool/function `t` with the arguments `args`.

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.