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

zhangduo pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 4dfcc7d0d57 HBASE-28329 Output hbase logs to working directory in 
client integration test (#5648)
4dfcc7d0d57 is described below

commit 4dfcc7d0d578bfbefdd4eec215a38640f66ee5f5
Author: Duo Zhang <zhang...@apache.org>
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 <nihalj...@apache.org>
    (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 8d03195715c..501b4833857 100755
--- a/dev-support/hbase_nightly_pseudo-distributed-test.sh
+++ b/dev-support/hbase_nightly_pseudo-distributed-test.sh
@@ -320,7 +320,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

Reply via email to