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

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 70dbb13  Update compactionStrategy.md
70dbb13 is described below

commit 70dbb139001d7ff6180a73137836aae211600d27
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Thu Feb 11 15:49:20 2021 -0500

    Update compactionStrategy.md
    
    Two minor grammatical changes made to the text.
---
 docs/compactionStrategy.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/compactionStrategy.md b/docs/compactionStrategy.md
index 17d0c6a..8b63ae8 100644
--- a/docs/compactionStrategy.md
+++ b/docs/compactionStrategy.md
@@ -26,7 +26,7 @@ This tutorial uses the following Java classes, which can be 
found in org.apache.
                                   and 
table.majc.compaction.strategy.opts.file.large.compress.type for larger files.  
                          
                                   
 
-This is an example of how to configure a compaction strategy. By default 
Accumulo will always use the DefaultCompactionStrategy, unless 
+This is an example of how to configure a compaction strategy. By default, 
Accumulo will always use the DefaultCompactionStrategy, unless 
 these steps are taken to change the configuration.  Use the strategy and 
settings that best fits your Accumulo setup. This example shows
 how to configure and test one of the more complicated strategies, the 
BasicCompactionStrategy. Note that this example requires hadoop
 native libraries built with snappy in order to use snappy compression.
@@ -68,11 +68,11 @@ View the tserver log in <accumulo_home>/logs for the 
compaction and find the nam
 ```bash
 $ accumulo rfile-info <rfile>
 ```
-Details about the rfile will be printed and the compression type should match 
the type used in the compaction...
+Details about the rfile will be printed. The compression type should match the 
type used in the compaction.
 
 ```bash    
 Meta block     : RFile.index
       Raw size             : 319 bytes
       Compressed size      : 180 bytes
       Compression type     : gz
-```
\ No newline at end of file
+```

Reply via email to