This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 5fb948278f4 HBASE-28329 Output hbase logs to working directory in
client integration test (#5648)
5fb948278f4 is described below
commit 5fb948278f482375778394d5358a17ef8a8e0d20
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Jan 25 17:06:55 2024 +0800
HBASE-28329 Output hbase logs to working directory in client integration
test (#5648)
Signed-off-by: Nihal Jain <[email protected]>
(cherry picked from commit 8d88acc3d9921671225c0f95ed3ef2befa6c9883)
---
dev-support/hbase_nightly_pseudo-distributed-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/hbase_nightly_pseudo-distributed-test.sh
b/dev-support/hbase_nightly_pseudo-distributed-test.sh
index ffe63086592..8290f06110f 100755
--- a/dev-support/hbase_nightly_pseudo-distributed-test.sh
+++ b/dev-support/hbase_nightly_pseudo-distributed-test.sh
@@ -324,7 +324,7 @@ redirect_and_run "${working_dir}/hadoop_cluster_smoke" \
"${hadoop_exec}" --config "${working_dir}/hbase-conf/" fs -ls -R /
echo "Starting up HBase"
-HBASE_CONF_DIR="${working_dir}/hbase-conf/"
"${component_install}/bin/start-hbase.sh"
+HBASE_CONF_DIR="${working_dir}/hbase-conf/" HBASE_LOG_DIR="${working_dir}"
"${component_install}/bin/start-hbase.sh"
sleep_time=2
until "${component_install}/bin/hbase" --config "${working_dir}/hbase-conf/"
shell --noninteractive >"${working_dir}/waiting_hbase_startup.log" 2>&1 <<EOF