Skip to content

Commit

Permalink
[hotfix] Add RocksDB config options to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Nov 7, 2018
1 parent 3abf676 commit b00c8d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ops/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ The configuration keys in this section are independent of the used resource mana

{% include generated/checkpointing_configuration.html %}

### RocksDB State Backend

{% include generated/rocks_db_configuration.html %}

### Queryable State

{% include generated/queryable_state_configuration.html %}
Expand Down
4 changes: 4 additions & 0 deletions docs/ops/state/state_backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,8 @@ state.backend: filesystem
state.checkpoints.dir: hdfs:https://namenode:40010/flink/checkpoints
{% endhighlight %}

#### RocksDB State Backend Config Options

{% include generated/rocks_db_configuration.html %}

{% top %}

0 comments on commit b00c8d3

Please sign in to comment.