Skip to content

Commit

Permalink
Update DEVELOPER_GUIDE with better wording (#85)
Browse files Browse the repository at this point in the history
* Update DEVELOPER_GUIDE with better wording

Signed-off-by: Ian Hoang <hoangia@amazon.com>

Co-authored-by: Ian Hoang <hoangia@amazon.com>
  • Loading branch information
IanHoang and Ian Hoang committed Dec 7, 2021
1 parent 907c644 commit ad608cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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): <class 'socket.gaierror'> [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

Expand Down

0 comments on commit ad608cc

Please sign in to comment.