ctubbsii commented on a change in pull request #251:
URL: https://github.com/apache/accumulo-website/pull/251#discussion_r528835008



##########
File path: _docs-2/administration/in-depth-install.md
##########
@@ -290,7 +290,7 @@ 
general.security.credential.provider.paths=jceks://file/path/to/accumulo/conf/ac
 ```
 
 This configuration will then transparently extract the [instance.secret] from
-the configured KeyStore and alleviates a human readable storage of the 
sensitive
+the configured KeyStore and elliminates human readable storage of the sensitive

Review comment:
       ```suggestion
   the configured KeyStore and eliminates human readable storage of the 
sensitive
   ```

##########
File path: _docs-2/configuration/overview.md
##########
@@ -101,8 +101,8 @@ Accumulo's current configuration can be viewed in the shell 
using the `config` c
 * `config -ns <NAMESPACE>` - view configuration for a specific namespace
 * `config -t <TABLE>` - view configuration for a specific table
 
-Below is example shell output from viewing configuration for the table `foo`. 
Please note how `table.compaction.major.ratio`
-is set in multiple locations but the value `1.6` set in the `table` scope is 
used as it has the highest precedence.
+Below is an example shell output from viewing configuration for the table 
`foo`. Please note how `table.compaction.major.ratio`
+is set in multiple locations but, the value `1.6` set in the `table` scope, is 
used as it has the highest precedence.

Review comment:
       ```suggestion
   is set in multiple locations, but the value `1.6` set in the `table` scope 
is used because it has the highest precedence.
   ```

##########
File path: _docs-2/development/summaries.md
##########
@@ -57,7 +57,7 @@ The following tablet server and table properties configure 
summarization.
 ## Permissions
 
 Because summary data may be derived from sensitive data, requesting summary 
data
-requires a special permission.  User must have the table permission
+requires a special permission.  A user must have the table permission

Review comment:
       ```suggestion
   requires a special permission.  Users must have the table permission
   ```

##########
File path: _docs-2/security/authorizations.md
##########
@@ -118,7 +118,7 @@ disable the bulk import permission.
 
 For applications serving many users, it is not expected that an Accumulo user
 will be created for each application user. In this case an Accumulo user with
-all authorizations needed by any of the applications users must be created. To
+all authorizations needed by all of the application's users must be created. To

Review comment:
       ```suggestion
   all authorizations needed by any of the application's users must be created. 
To
   ```

##########
File path: _docs-2/development/sampling.md
##########
@@ -34,11 +34,11 @@ for examples of how to configure a [Sampler] on a table.
 Once a table is configured with a [Sampler], all writes after that point will
 generate sample data.  For data written before sampling was configured, sample
 data will not be present.  A compaction can be initiated that only compacts the
-files in the table that do not have sample data.  The [sampling 
example][example] 
+files in the table that do not have sample data.  The [sampling 
example][example]  

Review comment:
       ```suggestion
   files in the table that do not have sample data.  The [sampling 
example][example]
   ```




----------------------------------------------------------------
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]


Reply via email to