You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/08/30 23:13:06 UTC

[fluo-uno] branch main updated: Fix typos in uno.conf (#283)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/main by this push:
     new 470d8c1  Fix typos in uno.conf (#283)
470d8c1 is described below

commit 470d8c10e9b293b07ec558b096769c4bca79d948
Author: Dom G <do...@gmail.com>
AuthorDate: Tue Aug 30 19:13:01 2022 -0400

    Fix typos in uno.conf (#283)
---
 conf/uno.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/uno.conf b/conf/uno.conf
index 2614e91..99c079e 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -89,9 +89,9 @@ if [[ -n "$FLUO_YARN_REPO" ]]; then
   export FLUO_YARN_TARBALL=fluo-yarn-$FLUO_YARN_VERSION-bin.tar.gz
 fi
 
-# Version compatability checks
+# Version compatibility checks
 # ----------------------------
-# Apache built Accumuo 1.x only works with Hadoop 2.x.  Apache built Accumulo
+# Apache built Accumulo 1.x only works with Hadoop 2.x.  Apache built Accumulo
 # 2.x only works with Hadoop 3.x.  However if building Accumulo 1.x, it can
 # work with Hadoop 3.x.  The following sanity checks fail fast when versions
 # are incompatible.  If the checks cause a problem, comment them out and
@@ -175,9 +175,9 @@ export PROXY_HOME=$INSTALL/accumulo-proxy-"$PROXY_VERSION"
 
 # Performance Profiles
 # --------------------
-PERFORMACE_PROFILE=8GX2
+PERFORMANCE_PROFILE=8GX4
 
-case "$PERFORMACE_PROFILE" in
+case "$PERFORMANCE_PROFILE" in
   8GX2)
     # Enable Accumulo native map
     export ACCUMULO_USE_NATIVE_MAP=false