1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved hadoop back to dependencies. More... over 13 years ago
Moved hadoop-core from dev dependencies back to dependencies. More... over 13 years ago
add to-keywoard function that performs conversion of options into keywords More... over 13 years ago
Renamed "io" namespace to "filesystem". More... over 13 years ago
Removed duplicated buffered-writer fn. More... over 13 years ago
Added some io fns. More... over 13 years ago
The handle-replace-option fn handles now remote urls. More... over 13 years ago
Moved hadoop-core to dev-dependencies. More... over 13 years ago
Renamed *job* to *config* in clojure-hadoop.job. More... over 13 years ago
Add external params More... over 13 years ago
Moved wrong indented print-usage back to global namespace. More... over 13 years ago
Fixed erroneous run in job.clj for haddop operation More... over 13 years ago
Setting context in cleanup/setup fns. More... over 13 years ago
Added the with-context macro. More... over 13 years ago
Renamed run-job-fn to run and added support for job map configurations. More... over 13 years ago
Added test for configuring a job fn. More... over 13 years ago
Added type hints to the :job and :job-fn conf methods. More... over 13 years ago
Convert numbers to strings in defjob. More... over 13 years ago
Using defvar instead of decalre for *context*. More... over 13 years ago
Fixed parse-command-line-args to handle command line options. More... over 13 years ago
Setting jar with setJarByClass. More... over 13 years ago
Moved context into own namespace. More... over 13 years ago
Removed AOT compilation of wordcount #3, #4 and #5 examples from project.clj. More... over 13 years ago
Bumped version to 1.3.1-SNAPSHOT. More... over 13 years ago
Removed debug println's. More... over 13 years ago
Added combiner cleanup/setup hooks and fixed wordcount combiner example. More... over 13 years ago
The tests are checking now the return codes. More... over 13 years ago
The run fn in the job ns returns now true if the job was successful. More... over 13 years ago
Replaced strings with vars in config test. More... over 13 years ago
Replaced "^{:private true}" annotation with "defvar-" from contrib. More... over 13 years ago