PierreZ commented on a change in pull request #8272: [FLINK-12274] Fix 
documentation to enable Queryable State
URL: https://github.com/apache/flink/pull/8272#discussion_r280978158
 
 

 ##########
 File path: 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` in 
`./conf/flink-conf.yaml`. See the [Configuration]({{ site.baseurl 
}}/ops/config.html#queryable-state) documentation for details and additional 
parameters.
 
 Review comment:
   Thanks to both of you, I'm dropping the last part of the sentence!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to