Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add documentation interlinks #975

Merged
merged 1 commit into from
Sep 26, 2024
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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ To get started with Apache DataFusion Comet, follow the
[DataFusion Slack and Discord channels](https://datafusion.apache.org/contributor-guide/communication.html) to connect
with other users, ask questions, and share your experiences with Comet.

Follow [Apache DataFusion Comet Overview](https://datafusion.apache.org/comet/user-guide/overview.html) to get more detailed information

## Contributing

We welcome contributions from the community to help improve and enhance Apache DataFusion Comet. Whether it's fixing
Expand Down
7 changes: 1 addition & 6 deletions docs/source/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ Make sure the following requirements are met and software installed on your mach
- Linux
- Apple OSX (Intel and Apple Silicon)

## Supported Apache Spark versions
- 3.3
- 3.4
- 3.5

## Requirements

- [Apache Spark supported by Comet](#supported-apache-spark-versions)
- [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions)
- JDK 8 and up
- GLIBC 2.17 (Centos 7) and up

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following diagram illustrates the architecture of Comet:

![Comet System Diagram](../_static/images/comet-system-diagram.png)

## Current Status
## Supported Apache Spark versions

Comet currently supports the following versions of Apache Spark:

Expand Down