Liking cljdoc? Tell your friends :D

cascalog.cascading.conf


*JOB-CONF*clj


adjust-valsclj

(adjust-vals & vals)

conf-mergeclj

(conf-merge & ms)

default-serializationsclj


get-versionclj

(get-version dep)

merge-serialization-stringsclj

(merge-serialization-strings & all)

no-emptiesclj

(no-empties s)

project-confclj

(project-conf)

project-mergeclj

(project-merge & ms)

project-settingsclj

(project-settings)

read-settingsclj

(read-settings x)

resolve-collectionsclj

(resolve-collections v)

serialization-entryclj

(serialization-entry serial-vec)

set-job-conf!clj

(set-job-conf! amap)

stringifyclj

(stringify x)

stringify-keysclj

(stringify-keys m)

with-job-confcljmacro

(with-job-conf conf & body)

Modifies the job conf for queries executed within the form. Nested with-job-conf calls will merge configuration maps together, with innermost calls taking precedence on conflicting keys.

Modifies the job conf for queries executed within the form. Nested
with-job-conf calls will merge configuration maps together, with
innermost calls taking precedence on conflicting keys.
raw docstring

with-serializationscljmacro

(with-serializations serial-vec & forms)

Enables the supplied serializations for queries executed within the form. Serializations should be provided as a vector of strings or classes, like so:

(import 'org.apache.hadoop.io.serializer.JavaSerialization) (with-serializations [JavaSerialization] (?<- ...))

Serializations nest; nested calls to with-serializations will merge and unique with serializations currently specified by other calls to with-serializations or with-job-conf.

Enables the supplied serializations for queries executed within the
form. Serializations should be provided as a vector of strings or
classes, like so:

(import 'org.apache.hadoop.io.serializer.JavaSerialization)
(with-serializations [JavaSerialization]
   (?<- ...))

Serializations nest; nested calls to with-serializations will merge
and unique with serializations currently specified by other calls to
`with-serializations` or `with-job-conf`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close