You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2016/08/09 20:05:32 UTC

kudu git commit: Simple typo fix in faq: 'arge' => 'large'

Repository: kudu
Updated Branches:
  refs/heads/gh-pages 97663c541 -> e8ac68bb4


Simple typo fix in faq: 'arge' => 'large'

Change-Id: I675d770f8fa484cf6fff7a7006f0dbd68eb51517
Reviewed-on: http://gerrit.cloudera.org:8080/3869
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/e8ac68bb
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/e8ac68bb
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/e8ac68bb

Branch: refs/heads/gh-pages
Commit: e8ac68bb42a6ff7807ad85c9d3983169775cc2e6
Parents: 97663c5
Author: Brock Noland <br...@phdata.io>
Authored: Tue Aug 9 00:28:43 2016 -0500
Committer: Todd Lipcon <to...@apache.org>
Committed: Tue Aug 9 17:14:50 2016 +0000

----------------------------------------------------------------------
 faq.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/e8ac68bb/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index e7467bf..bdc6df5 100644
--- a/faq.md
+++ b/faq.md
@@ -167,7 +167,7 @@ Hotspotting in HBase is an attribute inherited from the distribution strategy us
 
 By default, HBase uses range based distribution. Range based partitioning stores
 ordered values that fit within a specified range of a provided key contiguously
-on disk. Range based partitioning is efficient when there are arge numbers of
+on disk. Range based partitioning is efficient when there are large numbers of
 concurrent small queries, as only servers in the cluster that have values within
 the range specified by the query will be recruited to process that query. Range
 partitioning is susceptible to hotspots, either because the key(s) used to