File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ test_hbase(){
84
84
when_url_content " http://$HBASE_HOST :$HBASE_THRIFT_UI_PORT /thrift.jsp" " HBase.+Thrift"
85
85
hr
86
86
# ============================================================================ #
87
- echo " setting up test tables"
88
- uniq_val=$( < /dev/urandom tr -dc ' a-zA-Z0-9' 2> /dev/null | head -c32 || :)
89
- # gets ValueError: file descriptor cannot be a negative integer (-1), -T should be the workaround but hangs
90
- # docker-compose exec -T "$DOCKER_SERVICE" /bin/bash <<-EOF
91
87
if [ -z " ${NOSETUP:- } " ]; then
88
+ echo " setting up test tables:"
89
+ uniq_val=$( < /dev/urandom tr -dc ' a-zA-Z0-9' 2> /dev/null | head -c32 || :)
90
+ # gets ValueError: file descriptor cannot be a negative integer (-1), -T should be the workaround but hangs
91
+ # docker-compose exec -T "$DOCKER_SERVICE" /bin/bash <<-EOF
92
92
docker exec -i " $DOCKER_CONTAINER " /bin/bash << -EOF
93
93
export JAVA_HOME=/usr
94
94
/hbase/bin/hbase shell <<-EOF2
You can’t perform that action at this time.
0 commit comments