keith-turner commented on a change in pull request #38: Continue tour
URL: https://github.com/apache/accumulo-website/pull/38#discussion_r150932748
 
 

 ##########
 File path: tour/ranges-splits.md
 ##########
 @@ -0,0 +1,36 @@
+---
+title: Ranges and Splits
+---
+
+A Range is a specified group of Keys. There are many different ways to create 
a Range.  Here are a few examples:
+```java
+new Range(Key startKey, Key endKey)  // Creates a range from startKey 
inclusive to endKey inclusive.
+new Range(CharSequence row)  // Creates a range that covers an entire row.
 
 Review comment:
   Its odd that Jekyll renders this `Range` as red but not the one on the line 
before.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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