[ 
https://issues.apache.org/jira/browse/HBASE-28329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810710#comment-17810710
 ] 

ASF GitHub Bot commented on HBASE-28329:
----------------------------------------

NihalJain commented on code in PR #5648:
URL: https://github.com/apache/hbase/pull/5648#discussion_r1465915201


##########
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"

Review Comment:
   nit: should this not be ${working _dir}/logs?





> Output hbase logs to working directory in client integration test
> -----------------------------------------------------------------
>
>                 Key: HBASE-28329
>                 URL: https://issues.apache.org/jira/browse/HBASE-28329
>             Project: HBase
>          Issue Type: Task
>          Components: jenkins, scripts
>            Reporter: Duo Zhang
>            Priority: Major
>
> So we can see them in the job artifacts, currently it will be logged to hbase 
> install directory which is outside the working dir so we can not see them.
> The client integration test for master branch is failing because can not 
> start hbase cluster, we need the logs to find out the root cause.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to