Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E9330165E96 for ; Tue, 25 Jul 2017 02:22:00 +0200 (CEST) Received: (qmail 42311 invoked by uid 500); 25 Jul 2017 00:22:00 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 42300 invoked by uid 99); 25 Jul 2017 00:22:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2017 00:22:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1450DE024D; Tue, 25 Jul 2017 00:21:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dbarnes@apache.org To: commits@geode.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: geode git commit: (no ticket) Update OSX to macOS Date: Tue, 25 Jul 2017 00:21:58 +0000 (UTC) Repository: geode Updated Branches: refs/heads/develop 5eb0b94da -> 01312925f (no ticket) Update OSX to macOS Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/01312925 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/01312925 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/01312925 Branch: refs/heads/develop Commit: 01312925f600533700c3952cffb251d0a66f2158 Parents: 5eb0b94 Author: Dave Barnes Authored: Mon Jul 24 17:21:03 2017 -0700 Committer: Dave Barnes Committed: Mon Jul 24 17:21:03 2017 -0700 ---------------------------------------------------------------------- .../managing/region_compression/region_compression.html.md.erb | 2 +- geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/01312925/geode-docs/managing/region_compression/region_compression.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/managing/region_compression/region_compression.html.md.erb b/geode-docs/managing/region_compression/region_compression.html.md.erb index 90add1a..754dc85 100644 --- a/geode-docs/managing/region_compression/region_compression.html.md.erb +++ b/geode-docs/managing/region_compression/region_compression.html.md.erb @@ -136,7 +136,7 @@ When using region compression, you can use the default Snappy compressor include The compression API consists of a single interface that compression providers must implement. The default compressor (SnappyCompressor) is the single compression implementation that comes bundled with the product. Note that since the Compressor is stateless, there only needs to be a single instance in any JVM; however, multiple instances may be used without issue. The single, default instance of the SnappyCompressor may be retrieved with the `SnappyCompressor.getDefaultInstance()` static method. **Note:** -The Snappy codec included with Geode cannot be used with Solaris deployments. Snappy is only supported on Linux, Windows, and OSX deployments of Geode. +The Snappy codec included with Geode cannot be used with Solaris deployments. Snappy is only supported on Linux, Windows, and macOS deployments of Geode. This example provides a custom Compressor implementation: http://git-wip-us.apache.org/repos/asf/geode/blob/01312925/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb index 94125a7..7891855 100644 --- a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb +++ b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb @@ -30,7 +30,7 @@ The JAR files are packaged within your installation directory in the `lib` direc ## Machine Hostname -On some operating systems, you may need to ensure that the hostname of your machine is configured in your system hosts file. For example, on Mac OSX you may need to map your machine's hostname to your IP address in the `/etc/hosts` file in order for `gfsh` and Pulse to operate correctly. +On some operating systems, you may need to ensure that the hostname of your machine is configured in your system hosts file. For example, on macOS you may need to map your machine's hostname to your IP address in the `/etc/hosts` file in order for `gfsh` and Pulse to operate correctly. ## Configuring gfsh Security