(catalog-aggre-gen num-work batch-size)Generate the catalog for running Onyx
Generate the catalog for running Onyx
(catalog-gen num-work batch-size)Generate the catalog for running Onyx
Generate the catalog for running Onyx
(catalog-groupby-gen num-work batch-size)Generate the catalog for running Onyx
Generate the catalog for running Onyx
(catalog-join-gen num-work batch-size)Generate the catalog for running Onyx
Generate the catalog for running Onyx
(close-reader event lifecycle)(config-env)(flow-cond-gen num-work)Generate the flow conditions for running Onyx
Generate the flow conditions for running Onyx
(inject-in-reader event lifecycle)(lifecycle-aggre-gen source dist)(lifecycle-gen source dist order select)(lifecycle-groupby-gen source dist keys key-index)(lifecycle-join-gen source dist a b a-keys b-keys a-roll b-roll join-type)(shutdown)Tear down whatever config-env managed to start, in reverse order. Every step is attempted even if an earlier one fails, so a startup that dies after ZooKeeper is up (for example in the peer group) still releases the ZooKeeper port instead of poisoning every later compute in this JVM. The first error, if any, is rethrown once all steps have run.
Tear down whatever config-env managed to start, in reverse order. Every step is attempted even if an earlier one fails, so a startup that dies after ZooKeeper is up (for example in the peer group) still releases the ZooKeeper port instead of poisoning every later compute in this JVM. The first error, if any, is rethrown once all steps have run.
(start-onyx num-work batch-size dataframe dist exception order index melt out)start the onyx cluster with the specification inside dataframe
start the onyx cluster with the specification inside dataframe
(start-onyx-aggre-only num-work
batch-size
dataframe
dist
exception
aggre-func
index
select
out)start the onyx cluster with the specification inside dataframe
start the onyx cluster with the specification inside dataframe
(start-onyx-groupby num-work
batch-size
dataframe
dist
groupby-keys
groupby-index
exception
&
{:keys [format] :or {format false}})start the onyx cluster with the specification inside dataframe
@format: if format the value before writing to file. For procedures that will need to compare / use the actual value of each element, should be set to false, such as aggregate, rolling join. For others, should be set to false to avoid repeated formatting
start the onyx cluster with the specification inside dataframe @format: if format the value before writing to file. For procedures that will need to compare / use the actual value of each element, should be set to false, such as aggregate, rolling join. For others, should be set to false to avoid repeated formatting
(start-onyx-join num-work
batch-size
dataframe
b
source
dist
exception
a-keys
b-keys
a-roll
b-roll
join-type
limit
a-index
b-index
b-format
write-index
out)start the onyx cluster with the specification inside dataframe
start the onyx cluster with the specification inside dataframe
(worker-func seg)(worker-func-gen df exception index)(worker-func-gen-format df exception index)(workflow-gen num-work)Generate workflow for running Onyx
Generate workflow for running Onyx
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |