We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JobClient
1 parent 775a709 commit 3f64b4eCopy full SHA for 3f64b4e
src/clojure/parkour/tool.clj
@@ -28,6 +28,7 @@ exception, return -1."
28
29
Tool
30
(run [_ args]
31
+ (conf/assoc! conf "mapred.used.genericoptionsparser" true)
32
(integral
33
(conf/with-default conf
34
(apply f conf (seq args))))))
0 commit comments