yamasakisua commented on code in PR #1026:
URL: https://github.com/apache/bigtop/pull/1026#discussion_r980713360
##########
provisioner/docker/docker-hadoop.sh:
##########
@@ -211,10 +211,16 @@ destroy() {
else
get_nodes
docker exec ${NODES[0]} bash -c "umount /etc/hosts; rm -f /etc/hosts"
+ NETWORK_ID=`docker network ls | grep ${PROVISION_ID}_default`
Review Comment:
Thank you for comment @iwasakims
I try to replace grep with docker option and push it soon.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]