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.

Лицензия

Лицензия

Группа

Группа

org.apache.kylin
Идентификатор

Идентификатор

kylin-external
Последняя версия

Последняя версия

2.3.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

Apache Software Foundation

Скачать kylin-external

Имя Файла Размер
kylin-external-2.3.1.pom 2 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : slf4j-api jar 1.7.21

provided (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.17
org.slf4j : slf4j-log4j12 jar 1.7.21
org.apache.hadoop : hadoop-common jar 2.7.1

Модули Проекта

Данный проект не имеет модулей.

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 dev@kylin.apache.org,
and remember to subscribe our mail list via dev-subscribe@kylin.apache.org

License

Please refer to LICENSE file.

org.apache.kylin

The Apache Software Foundation

Версии библиотеки

Версия
2.3.1
2.3.0