Liking cljdoc? Tell your friends :D

orc.read


batchclj

(batch sch)
(batch sch bat-size)
source

batch-sizeclj

source

buffer-sizeclj

source

configuration-mappingclj

source

configureclj

(configure)
(configure mapping)

Returns hash-map of hadoop configuration. Input configuration has following interface:

(hash-map 'k1': {:value 'v1' :type :private} ; credentials 'k2': {:value 'v2'})

All configuration values are printed when config is applied. Values marked as private will be obfuscated.

Returns hash-map of hadoop configuration.  Input configuration has following
 interface:

 (hash-map
   'k1':  {:value 'v1' :type :private} ; credentials
   'k2':  {:value 'v2'})

All configuration values are printed when config is applied. Values marked
as private will be obfuscated.
sourceraw docstring

readerclj

(reader path conf)
source

schemaclj

(schema rdr)
source

startclj

(start conf
       src-path
       col-headers
       col-handlers
       &
       {:keys [bat-size buf-size coll-type meta]
        :or {bat-size batch-size
             buf-size buffer-size
             coll-type :vector
             meta stream-metadata}})

Starts reader thread

Starts reader thread
sourceraw docstring

stream-metadataclj

(stream-metadata des bat)
source

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

× close