iwasakims commented on pull request #679:
URL: https://github.com/apache/bigtop/pull/679#issuecomment-698735442
I got smoke-tests failure on smoke-tests even with the patch applied. The
cause looks irrevant to the fix.
```
$ ./docker-hadoop.sh --smoke-tests
+ HCFS_USER=hdfs
+ SMOKE_TESTS=gpdb
+ '[' -z gpdb ']'
+ '[' -e /usr/lib/bigtop-utils/bigtop-detect-javahome ']'
+ echo -e '\nUNABLE TO DETECT JAVAHOME SINCE bigtop-utils NEEDS TO BE
INSTALLED!\n'
UNABLE TO DETECT JAVAHOME SINCE bigtop-utils NEEDS TO BE INSTALLED!
+ exit 2
```
I installed only gpdb by following config. @sekikn Could you share your
config? I think another components pulls the implicit dependencies.
```
docker:
memory_limit: "8g"
image: "bigtop/puppet:trunk-centos-7"
distro: centos
components: [gpdb]
enable_local_repo: true
smoke_test_components: [gpdb]
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]