Closed chapaith closed 1 year ago
Thanks for your contribution. However, I don't think what you changed can influence the listening address of the hadoop server. You are changing the address to replace in the hosts, not the final listening address.
Did you get a chance to test your modification, by running master and slave on two different machines to see the benchmark is working?
Best,
Dear sir, After doing a lot of research and hard work, I understood the issues and wrote the solution on two different machines, that is master and slave, in python, and it is working fine now, and I do not have a proper understanding of Shell Scripting that's why I wrote the solution in python, however, it has been allowing to write the solution in python, c..., I would request to review the solution by clicking on given below link.
This is what final contribution from my end, thanks for giving me this opportunity.
https://drive.google.com/file/d/1YJeF5A1QQp8tmSYVq0QNp0jS2fwpNy7W/view?usp=sharing
Dear sir, please reply about this solution whether is it fine??
Hello,
Thanks for your interest in this PR and your code. However, I don't think your code is related to the PR. Your code opened a socket listening on 0.0.0.0, but it is your personal socket, not the socket of Hadoop. We are expecting a small change to Hadoop's configuration file which influences its listening IP.
Regards
We are cleaning the PR, so we decide to close it. Feel free to reopen it if you need.
In file
cloudsuite/commons/hadoop/2.10.1/files/entrypoint.sh
, I have changed the listening address to0.0.0.0
from127.0.1.1
. I am confused about how to expose the ports so, any insight into that will be very helpful for me.