mcst-linux-kernel/patches-2024.06.26/hbase-2.4.9/0001-edit-hbase-env.patch

22 lines
689 B
Diff

Link:
Subject: edit hbase-env.sh config file
Bug: 111656
Tags: common
diff -rupN a/conf/hbase-env.sh b/conf/hbase-env.sh
--- a/conf/hbase-env.sh 2022-07-06 13:39:44.729043542 +0300
+++ b/conf/hbase-env.sh 2022-07-06 17:14:06.261401131 +0300
@@ -136,8 +136,11 @@
# Tell HBase whether it should include Hadoop's lib when start up,
# the default value is false,means that includes Hadoop's lib.
-# export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP="true"
+export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP="true"
# Override text processing tools for use by these launch scripts.
# export GREP="${GREP-grep}"
# export SED="${SED-sed}"
+
+# Use system jruby
+export JRUBY_HOME=/usr/share/jruby