You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: refresh README with current features and Spark version support
- Add supported Spark versions section linking to compatibility matrix
- Add 'What Comet Accelerates' features list (Parquet, Iceberg, shuffle,
expressions, aggregations, joins, windows, metrics)
- Fix heading hierarchy (Benefits demoted to h2 with h3 subsections)
- Expand Getting Started with a concrete Spark config snippet
- Split community links into their own section
- Drop stale hard-coded speedup number; remove self-referential
Acknowledgments section
These benchmarks can be reproduced in any environment using the documentation in the
76
101
[Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html). We encourage
77
102
you to run your own benchmarks.
78
103
79
-
Results for our benchmark derived from TPC-DS are available in the [benchmarking guide](https://datafusion.apache.org/comet/contributor-guide/benchmark-results/tpc-ds.html).
80
-
81
-
## Use Commodity Hardware
104
+
### Use Commodity Hardware
82
105
83
106
Comet leverages commodity hardware, eliminating the need for costly hardware upgrades or
84
-
specialized hardware accelerators, such as GPUs or FPGA. By maximizing the utilization of commodity hardware, Comet
107
+
specialized hardware accelerators, such as GPUs or FPGAs. By maximizing the utilization of commodity hardware, Comet
85
108
ensures cost-effectiveness and scalability for your Spark deployments.
86
109
87
-
## Spark Compatibility
110
+
###Spark Compatibility
88
111
89
112
Comet aims for 100% compatibility with all supported versions of Apache Spark, allowing you to integrate Comet into
90
113
your existing Spark deployments and workflows seamlessly. With no code changes required, you can immediately harness
91
114
the benefits of Comet's acceleration capabilities without disrupting your Spark applications.
92
115
93
-
## Tight Integration with Apache DataFusion
116
+
###Tight Integration with Apache DataFusion
94
117
95
118
Comet tightly integrates with the core Apache DataFusion project, leveraging its powerful execution engine. With
96
119
seamless interoperability between Comet and DataFusion, you can achieve optimal performance and efficiency in your
97
120
Spark workloads.
98
121
99
-
## Active Community
122
+
## Getting Started
100
123
101
-
Comet boasts a vibrant and active community of developers, contributors, and users dedicated to advancing the
102
-
capabilities of Apache DataFusion and accelerating the performance of Apache Spark.
124
+
Install Comet by adding the jar for your Spark and Scala version to the Spark classpath and enabling the plugin.
0 commit comments