Apache Kylin - External

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

License

License

GroupId

GroupId

org.apache.kylin
ArtifactId

ArtifactId

kylin-external
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

pom
Description

Description

Apache Kylin - External
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Project Organization

Project Organization

Apache Software Foundation

Download kylin-external

Filename Size
kylin-external-2.3.1.pom 2 KB
Browse

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
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

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., provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.

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

Get start kylin in 5 min with Docker

In order to allow users to try Kylin easily, we provide Kylin’s docker image.

Just run codes below 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 get more detail about this docker image in kylin 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 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
2.3.1
2.3.0