From ad608cc3c0f1c3ea77d65bd780dc7b56fd6efc41 Mon Sep 17 00:00:00 2001 From: Ian Hoang <51065478+IanHoang@users.noreply.github.com> Date: Tue, 7 Dec 2021 16:57:05 -0600 Subject: [PATCH] Update DEVELOPER_GUIDE with better wording (#85) * Update DEVELOPER_GUIDE with better wording Signed-off-by: Ian Hoang Co-authored-by: Ian Hoang --- DEVELOPER_GUIDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index ccd7fadc1..abc9c8c4b 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -81,17 +81,17 @@ If the operating system is not listed above then the artifacts used will default For MacOS users running OpenSearch, please set JAVA_HOME to one of the local JDKs you exported as the JDK bundled with OpenSearch is not compatible with MacOS and prevent the metrics store from coming up correctly during integration tests. -If you are connected to a VPN and face Docker related when running the integration tests disconnecting from the VPN may fix this. - ### Troubleshooting ``` root WARNING Unable to get address info for address xxxxyyyy (AddressFamily.AF_INET, SocketKind.SOCK_DGRAM, 17, 0): [Errno 8] nodename nor servname provided, or not known ``` -- VPN is set. Please turn off VPN. +- VPN may be interfering. Try turning off the VPN. If you are connected to a VPN and face Docker-related issues when running the integration tests disconnecting from the VPN may fix this. + ``` Cannot download OpenSearch-1.0.1 ``` -- JAVA_HOME is not correctly set. +- JAVA_HOME may not be correctly set. + ## Submitting your changes for a pull request