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

Duo Zhang commented on HBASE-29914:
-----------------------------------

{noformat}
Verifying row count from import.
component/dev-support/hbase_nightly_pseudo-distributed-test.sh: line 425: [: 
hbase:002:0> : integer expression expected
{noformat}

This is the code block
{code}
echo "Verifying row count from import."
import_rowcount=$(echo 'count "test:example"' | "${hbase_client}/bin/hbase" 
--config "${working_dir}/hbase-conf/" shell --noninteractive 2>/dev/null | tail 
-n 1)
if [ ! "${import_rowcount}" -eq 48 ]; then
  echo "ERROR: Instead of finding 48 rows, we found ${import_rowcount}."
  exit 2
fi
{code}

Seems like the shell output is incorrect...

> Client integration tests fails with 'mvn not found'
> ---------------------------------------------------
>
>                 Key: HBASE-29914
>                 URL: https://issues.apache.org/jira/browse/HBASE-29914
>             Project: HBase
>          Issue Type: Sub-task
>          Components: jenkins, scripts
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>
> {noformat}
> component/dev-support/hbase_nightly_source-artifact.sh: line 128: mvn: 
> command not found
> {noformat}



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

Reply via email to