From d4d81ff7c6492ab92d3ff433d645816d62763188 Mon Sep 17 00:00:00 2001 From: zentol Date: Tue, 16 Jan 2018 13:32:36 +0100 Subject: [PATCH] [hotfix][docs] Adjust RocksDb dependency docs --- docs/ops/state/state_backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops/state/state_backends.md b/docs/ops/state/state_backends.md index 76e82a75d230e..7311d709827c7 100644 --- a/docs/ops/state/state_backends.md +++ b/docs/ops/state/state_backends.md @@ -95,7 +95,7 @@ The FsStateBackend is encouraged for: ### The RocksDBStateBackend
- Note: The RocksDBStateBackend is not part of the default Flink distribution. To use the state backend, you need to add the following Maven dependency to your project: + Note: When running a job in the IDE you need to add the following Maven dependency to your project. {% highlight xml %} org.apache.flink