You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/09/16 09:11:33 UTC

[hbase] 04/07: add more debug log

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

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

commit ae8e15b09e7c7cc0a08dda4ad69bf11d1d3b2baf
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Sep 15 16:57:32 2020 +0800

    add more debug log
---
 dev-support/hbase_nightly_pseudo-distributed-test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-support/hbase_nightly_pseudo-distributed-test.sh b/dev-support/hbase_nightly_pseudo-distributed-test.sh
index b881e3f..496b331 100755
--- a/dev-support/hbase_nightly_pseudo-distributed-test.sh
+++ b/dev-support/hbase_nightly_pseudo-distributed-test.sh
@@ -179,8 +179,10 @@ echo "HBase version information:"
 hbase_version=$("${component_install}/bin/hbase" version | head -n 1 2>/dev/null)
 hbase_version="${hbase_version#HBase }"
 
+echo "version is $hbase_version"
 echo "${hbase_client}/lib/shaded-clients"
 ls -R ${hbase_client}
+ls "${hbase_client}/lib/shaded-clients/hbase-shaded-mapreduce-${hbase_version}.jar"
 
 if [ ! -s "${hbase_client}/lib/shaded-clients/hbase-shaded-mapreduce-${hbase_version}.jar" ]; then
   echo "HBase binary install doesn't appear to include a shaded mapreduce artifact." >&2