This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Release 0.3.0
hbutani edited this page Sep 5, 2016
·
4 revisions
Released September 3rd, 2016
Maven
<dependency>
<groupId>com.sparklinedata</groupId>
<artifactId>spl-accelerator_2.10</artifactId>
<version>0.3.0</version>
</dependency>
Downloads
ChangeLog
Feature/Bug Fixes
- Support pushdown of non-aggregation query patterns; controlled by the nonAggQueryHandling option
- Support for TopN Druid Query optimization, controlled by the allowTopN option
- DruidQueries UI tab now shows the associated SQL query
- sparkline properties are now settable as spark properties(in properties file or env, just like any spark sql property)
- Queries issued to Druid can be tracked by a generated queryId
- fix bugs in Metadata caching: react to Druid Segment changes
- relay Spark Task cancellations to Druid Queries in progress, leading much proper cleanup of cancelled queries.
- support for Druid 0.9.1, Spark 1.6.1
- Cost Model fixes and support for SelectQuery. Introduce queryGranularity option for datasources
- Overview
- Quick Start
-
User Guide
- [Defining a DataSource on a Flattened Dataset](https://github.com/SparklineData/spark-druid-olap/wiki/Defining-a Druid-DataSource-on-a-Flattened-Dataset)
- Defining a Star Schema
- Sample Queries
- Approximate Count and Spatial Queries
- Druid Datasource Options
- Sparkline SQLContext Options
- Using Tableau with Sparkline
- How to debug a Query Plan?
- Running the ThriftServer with Sparklinedata components
- [Setting up multiple Sparkline ThriftServers - Load Balancing & HA] (https://github.com/SparklineData/spark-druid-olap/wiki/Setting-up-multiple-Sparkline-ThriftServers-(Load-Balancing-&-HA))
- Runtime Views
- Sparkline SQL extensions
- Sparkline Pluggable Modules
- Dev. Guide
- Reference Architectures
- Releases
- Cluster Spinup Tool
- TPCH Benchmark