Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The artifacts will be signed using the gpg key of the release manager and upload

Note that installed GPG keys can be listed with `gpg --list-keys`. The gpg key is a 40 character hex string.

Note: This script needs `xmllint` to be installed. On MacOS xmllint is available by default.
Note: This script needs `xmllint` to be installed. On macOS xmllint is available by default.

On Ubuntu `apt-get install -y libxml2-utils`

Expand Down
2 changes: 1 addition & 1 deletion dev/release/publish-to-maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ do
echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --output $file.asc \
--detach-sig --armour $file;
if [ $(command -v md5) ]; then
# Available on OS X; -q to keep only hash
# Available on macOS; -q to keep only hash
md5 -q $file > $file.md5
else
# Available on Linux; cut to keep only hash
Expand Down
4 changes: 2 additions & 2 deletions docs/source/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Make sure the following requirements are met and software installed on your mach
### Supported Operating Systems

- Linux
- Apple OSX (Intel and Apple Silicon)
- Apple macOS (Intel and Apple Silicon)

### Supported Spark Versions

Expand Down Expand Up @@ -55,7 +55,7 @@ Cloud Service Providers.

## Using a Published JAR File

Comet jar files are available in [Maven Central](https://central.sonatype.com/namespace/org.apache.datafusion) for amd64 and arm64 architectures for Linux. For Apple OSX, it
Comet jar files are available in [Maven Central](https://central.sonatype.com/namespace/org.apache.datafusion) for amd64 and arm64 architectures for Linux. For Apple macOS, it
is currently necessary to build from source.

Here are the direct links for downloading the Comet 0.7.0 jar file.
Expand Down
Loading