You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2021/03/31 21:21:05 UTC

[accumulo-examples] branch main updated: Make runmr script use HADOOP_HOME (#72)

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

mmiller 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 7aa5a4d  Make runmr script use HADOOP_HOME (#72)
7aa5a4d is described below

commit 7aa5a4d4cf69a7b534a2833c6a50017a0ad5542a
Author: Mike Miller <mm...@apache.org>
AuthorDate: Wed Mar 31 17:20:00 2021 -0400

    Make runmr script use HADOOP_HOME (#72)
---
 bin/runmr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/runmr b/bin/runmr
index 9de164e..ee65fac 100755
--- a/bin/runmr
+++ b/bin/runmr
@@ -41,4 +41,4 @@ fi
 "$ex_home"/bin/build
 
 export HADOOP_USE_CLIENT_CLASSLOADER=true
-yarn jar $EXAMPLES_JAR_PATH "org.apache.accumulo.examples.$1" ${*:2}
+"$HADOOP_HOME"/bin/yarn jar $EXAMPLES_JAR_PATH "org.apache.accumulo.examples.$1" ${*:2}