rmetzger 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_r279672684
 
 

 ##########
 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:
   I guess the property needs to be set in all `flink-conf.yaml` files Flink is 
reading. I don't understand why you are suggesting to remove the file name from 
the text.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to