Splout SQL Assembly

Splout module just to build the distribution assembly

Лицензия

Лицензия

Категории

Категории

Distribution Компиляция и сборка
Группа

Группа

com.splout.db
Идентификатор

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

splout-distribution
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Splout SQL Assembly
Splout module just to build the distribution assembly
Организация-разработчик

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

Datasalt Systems S.L.

Скачать splout-distribution

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Splout SQL: A web-latency SQL spout for Hadoop.

Splout is a scalable, open-source, easy-to-manage SQL big data view. Splout is to Hadoop + SQL what Voldemort or Elephant DB are to Hadoop + Key/Value. Splout serves a read-only, partitioned SQL view which is generated and indexed by Hadoop. In a nutshell:

For up-to-date documentation and examples please visit the official website

Quick steps to compile it:

  1. Compile it adapting the different pom.xml to your Hadoop distro versions. Use "mr2" profile for MR2 versions.

mvn clean install -DskipTests

The default version compiles the distribution for MR2 versions (MapReduce 2), the most common use case. Other available maven profiles are:

  • mr1: MarReduce 1 version
  • cdh5: Cloudera CDH5 version

For example, for compiling for CDH5 version you have to launch:

mvn clean install -DskipTests -Pcdh5

If you need to compile against a particular Hadoop version, you'll need to modify the different pom.xml acordingly. You can use the cdh5 profile as reference.

  1. Once compiled you'll find the distribution binaries are at file assembly/target/splout-distribution-*.tar.gz ready for being installed.
com.splout.db

Datasalt Systems S.L.

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

Версия
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2
0.1