arina-ielchiieva commented on a change in pull request #2013: Clean up a bit, add example for s3 storage of query profiles URL: https://github.com/apache/drill/pull/2013#discussion_r388146704
########## File path: _docs/configure-drill/configuration-options/040-persistent-configuration-storage.md ########## @@ -18,32 +18,25 @@ modes: ## Configuring ZooKeeper PStore -Drill uses ZooKeeper to -store persistent configuration data. The ZooKeeper PStore provider stores all -of the persistent configuration data in ZooKeeper except for query profile -data. The ZooKeeper PStore provider offloads query profile data to the Drill log directory on Drill nodes. +Drill uses ZooKeeper to store persistent configuration data. The ZooKeeper PStore provider stores all of the persistent configuration data in ZooKeeper except for query profile data. By default, drill stores query profile data to the Drill log directory on Drill nodes. Review comment: ```suggestion Drill uses ZooKeeper to store persistent configuration data. The ZooKeeper PStore provider stores all of the persistent configuration data in ZooKeeper except for query profile data. By default, Drill stores query profile data to the Drill log directory on Drill nodes. ``` ---------------------------------------------------------------- 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
