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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cb72ac  fixing typo in masc blog (#224)
4cb72ac is described below

commit 4cb72acd196efcb3a0942d3fb7df06c5a48ca848
Author: Scott Graham <5720537+gramha...@users.noreply.github.com>
AuthorDate: Fri Feb 28 07:47:34 2020 -0500

    fixing typo in masc blog (#224)
---
 _posts/blog/2020-02-26-accumulo-spark-connector.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/blog/2020-02-26-accumulo-spark-connector.md 
b/_posts/blog/2020-02-26-accumulo-spark-connector.md
index bb25558..631e1be 100644
--- a/_posts/blog/2020-02-26-accumulo-spark-connector.md
+++ b/_posts/blog/2020-02-26-accumulo-spark-connector.md
@@ -155,7 +155,7 @@ The second set of experiments highlights the computational 
performance improveme
 # Learnings
 - Accumulo MLeap Server-side inference vs Spark ML results in a 2x improvement
 - Multi-threading in Spark jobs can be used to fully utilize Accumulo servers
-  - Useful if less Spark cluster has less cores than Accumulo
+  - Useful when Spark cluster has less cores than Accumulo
   - e.g. 8 threads * 2,048 Spark executor = 16,384 Accumulo threads
 - Unbalanced Accumulo table splits can introduce performance bottlenecks
 

Reply via email to