yihua commented on pull request #4617: URL: https://github.com/apache/hudi/pull/4617#issuecomment-1039427341
@guyuqi I'll test the sink on my side as well. For changing the IP address, could you do ``` curl -X GET -H "Content-Type:application/json" http://127.0.0.1:8083/connectors/hudi-sink/status ``` You may also hardcode the IP address of the host instead of `localhost` in your `config-sink.json`. Another way to change the hostname resolution is to add an entry in `/etc/hosts`, e.g., `127.0.0.1 localhost`. However, that is an OS-wide change and can affect others. -- 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]
