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

iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 41c1e6cad BIGTOP-4009: Fixing variable name error in Hadoop spec file 
(#1183)
41c1e6cad is described below

commit 41c1e6cad3ba4aadf050b792a4918af98ce252d1
Author: jialiang <[email protected]>
AuthorDate: Mon Oct 16 14:21:02 2023 +0800

    BIGTOP-4009: Fixing variable name error in Hadoop spec file (#1183)
    
    (cherry picked from commit 14ea9afc57ecf1cfb940182b98b2a8964e561f80)
---
 bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec 
b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
index 8d372300a..043bad604 100644
--- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
+++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
@@ -561,7 +561,7 @@ env HADOOP_VERSION=%{hadoop_base_version} bash %{SOURCE2} \
   --yarn-dir=%{usr_lib_yarn} \
   --mapreduce-dir=%{usr_lib_mapreduce} \
   --var-hdfs=%{var_lib_hdfs} \
-  --var-yarn=%{var_lib_uarn} \
+  --var-yarn=%{var_lib_yarn} \
   --var-mapreduce=%{var_lib_mapreduce} \
   --var-httpfs=%{var_lib_httpfs} \
   --var-kms=%{var_lib_kms} \

Reply via email to