Apache Kylin - Core Dictionary


License

License

GroupId

GroupId

org.apache.kylin
ArtifactId

ArtifactId

kylin-core-dictionary
Last Version

Last Version

4.0.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Kylin - Core Dictionary
Apache Kylin - Core Dictionary
Project Organization

Project Organization

Apache Software Foundation

Download kylin-core-dictionary

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.kylin/kylin-core-dictionary/ -->
<dependency>
    <groupId>org.apache.kylin</groupId>
    <artifactId>kylin-core-dictionary</artifactId>
    <version>4.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kylin/kylin-core-dictionary/
implementation 'org.apache.kylin:kylin-core-dictionary:4.0.0-beta'
// https://jarcasting.com/artifacts/org.apache.kylin/kylin-core-dictionary/
implementation ("org.apache.kylin:kylin-core-dictionary:4.0.0-beta")
'org.apache.kylin:kylin-core-dictionary:jar:4.0.0-beta'
<dependency org="org.apache.kylin" name="kylin-core-dictionary" rev="4.0.0-beta">
  <artifact name="kylin-core-dictionary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kylin', module='kylin-core-dictionary', version='4.0.0-beta')
)
libraryDependencies += "org.apache.kylin" % "kylin-core-dictionary" % "4.0.0-beta"
[org.apache.kylin/kylin-core-dictionary "4.0.0-beta"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.kylin : kylin-core-metadata jar 4.0.0-beta
org.rocksdb : rocksdbjni jar 5.9.2
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : slf4j-api jar 1.7.21

provided (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.slf4j : slf4j-log4j12 jar 1.7.21
org.apache.hadoop : hadoop-common jar 2.7.1

test (3)

Group / Artifact Type Version
org.apache.kylin : kylin-core-common test-jar 4.0.0-beta
junit : junit jar 4.12
com.google.guava : guava-testlib jar 28.2-jre

Project Modules

There are no modules declared in this project.

Apache Kylin

Build Status License Coverage Status Codacy Badge Quality Gate SonarCloud Coverage SonarCloud Bugs SonarCloud Vulnerabilities

Extreme OLAP Engine for Big Data

Apache Kylin is an open source Distributed Analytics Engine, contributed by eBay Inc., it provides a SQL interface and multi-dimensional analysis (OLAP) on Hadoop with support for extremely large datasets.

For more details, see the website http://kylin.apache.org, Chinese version:http://kylin.apache.org/cn/.

Get started with Kylin in 5 minutes with Docker

In order to allow users to try Kylin easily, we provide a docker image for Kylin.

Just run the following commands in your terminal. After 3~5 mins, you can access Kylin WebUI http://127.0.0.1:7070/kylin/login in your browser.

  1. pull docker image
docker pull apachekylin/apache-kylin-standalone:3.1.0
  1. start the container
docker run -d \
    -m 8G \
    -p 7070:7070 \
    -p 8088:8088 \
    -p 50070:50070 \
    -p 8032:8032 \
    -p 8042:8042 \
    -p 16010:16010 \
    --name apache-kylin-standalone \
    apachekylin/apache-kylin-standalone:3.1.0

You can learn more about this docker image on Kylin's website

Documentation

Please refer to http://kylin.apache.org/docs/. Chinese version: http://kylin.apache.org/cn/docs/.

Get Help

The fastest way to get response from our developers is to send an email to our mail list [email protected],
and remember to subscribe our mail list via [email protected]

License

Please refer to LICENSE file.

org.apache.kylin

The Apache Software Foundation

Versions

Version
4.0.0-beta
4.0.0-alpha
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha2
3.0.0-alpha
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.6.0
1.5.4.1
1.5.4
1.5.3
1.5.2.1
1.5.2
1.5.1
1.5.0