The easiest way to use Apache CarbonData is via one of the released versions in the Maven Central Repository.
For example, if you are developing using Maven and want to use the CarbonData's spark integration module, add the following dependencies to your pom.xml
file:
<dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-spark</artifactId>
<version>1.0.0-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-spark-common</artifactId>
<version>1.0.0-incubating</version>
</dependency>
API Stability
Apache Beam uses semantic versioning. Version numbers use the form major.minor.incremental
and are incremented as follows:
- major version for incompatible API changes
- minor version for new functionality added in a backward-compatible manner
- incremental version for forward-compatible bug fixes
Please note that APIs marked @Experimental
may change at any point and are not guaranteed to remain compatible across versions.
Additionally, any API may change before the first stable release, i.e., between versions denoted 0.x.y
.
Releases:
Apache CarbonData 0.1.0-incubating Released