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:32 UTC

[hbase] 03/07: add debug info

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 c69e77a0a72ae850d4e2a3b9b27cb5aece75176b
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Sep 15 16:24:29 2020 +0800

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

diff --git a/dev-support/hbase_nightly_pseudo-distributed-test.sh b/dev-support/hbase_nightly_pseudo-distributed-test.sh
index b5fdf99..b881e3f 100755
--- a/dev-support/hbase_nightly_pseudo-distributed-test.sh
+++ b/dev-support/hbase_nightly_pseudo-distributed-test.sh
@@ -179,6 +179,9 @@ echo "HBase version information:"
 hbase_version=$("${component_install}/bin/hbase" version | head -n 1 2>/dev/null)
 hbase_version="${hbase_version#HBase }"
 
+echo "${hbase_client}/lib/shaded-clients"
+ls -R ${hbase_client}
+
 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
   exit 1