Skip to content

Commit 3f64b4e

Browse files
author
Marshall Bockrath-Vandegrift
committed
Stop the JobClient from complaining.
1 parent 775a709 commit 3f64b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clojure/parkour/tool.clj

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ exception, return -1."
2828

2929
Tool
3030
(run [_ args]
31+
(conf/assoc! conf "mapred.used.genericoptionsparser" true)
3132
(integral
3233
(conf/with-default conf
3334
(apply f conf (seq args))))))

0 commit comments

Comments
 (0)