This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new d7d3c70  [FLINK-12274] Fix documentation to enable Queryable State
d7d3c70 is described below

commit d7d3c70c853b36a3b875bf72f5c95d06a4e7e38c
Author: Pierre Zemb <cont...@pierrezemb.fr>
AuthorDate: Thu Apr 25 23:26:24 2019 +0200

    [FLINK-12274] Fix documentation to enable Queryable State
---
 docs/dev/stream/state/queryable_state.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/dev/stream/state/queryable_state.md 
b/docs/dev/stream/state/queryable_state.md
index 7963487..127e909 100644
--- a/docs/dev/stream/state/queryable_state.md
+++ b/docs/dev/stream/state/queryable_state.md
@@ -69,10 +69,12 @@ response back to the client.
 
 ## Activating Queryable State
 
-To enable queryable state on your Flink cluster, you just have to copy the 
-`flink-queryable-state-runtime{{ site.scala_version_suffix }}-{{site.version 
}}.jar` 
+To enable queryable state on your Flink cluster, you need to do the following:
+
+ 1. copy the `flink-queryable-state-runtime{{ site.scala_version_suffix 
}}-{{site.version }}.jar` 
 from the `opt/` folder of your [Flink 
distribution](https://flink.apache.org/downloads.html "Apache Flink: 
Downloads"), 
-to the `lib/` folder. Otherwise, the queryable state feature is not enabled. 
+to the `lib/` folder.
+ 2. set the property `queryable-state.enable` to `true`. See the 
[Configuration]({{ site.baseurl }}/ops/config.html#queryable-state) 
documentation for details and additional parameters.
 
 To verify that your cluster is running with queryable state enabled, check the 
logs of any 
 task manager for the line: `"Started the Queryable State Proxy Server @ ..."`.

Reply via email to