Add new package: kylin (#18537)
Co-authored-by: root <root@localhost.localdomain>
This commit is contained in:
parent
275ac86925
commit
b1cea5c23e
24
var/spack/repos/builtin/packages/kylin/package.py
Normal file
24
var/spack/repos/builtin/packages/kylin/package.py
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class Kylin(MavenPackage):
|
||||
"""Apache Kylin is an open source, distributed Analytical Data
|
||||
Warehouse for Big Data; it was designed to provide OLAP (Online
|
||||
Analytical Processing) capability in the big data era. By renovating
|
||||
the multi-dimensional cube and precalculation technology on Hadoop
|
||||
and Spark, Kylin is able to achieve near constant query speed
|
||||
regardless of the ever-growing data volume. Reducing query latency
|
||||
from minutes to sub-second, Kylin brings online analytics back to big
|
||||
data."""
|
||||
|
||||
homepage = "https://kylin.apache.org"
|
||||
url = "https://github.com/apache/kylin/archive/kylin-3.1.0.tar.gz"
|
||||
|
||||
version('3.1.0', sha256='84073ff16a0dad6e0611fea9fbf2b977b6bac307107a222b7f576a3a3b712157')
|
||||
|
||||
depends_on('java@8', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user