pinpoint-docker
pinpoint-docker copied to clipboard
[#84] Fix pinpoint-hbase connection configurations
Fix pinpoint-hbase/docker-compose.yml and pinpoint-hbase/hbase-site.xml
The pinpoint-hbase container network should be on the pinpoint-zookeeper container bridge network.
hbase.regionserver.hostname
should be localhost, hbase.regionserver.ipc.address
and hbase.master.ipc.address
should be 0.0.0.0 to connect region server in the docker container.
close #84 close #83
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
cwJohnPark seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.
@cwJohnPark any updates? or explanation of what the new image is trying to achieve?