/presto-accumulo

Presto Accumulo Integration

Primary LanguageJavaOtherNOASSERTION

Presto Accumulo!

A Presto connector for reading and writing data backed by Apache Accumulo.

Looking for the PrestoBatchWriter? Check out the 0.178 branch.

This repository contains four sub-projects:

  1. presto-accumulo-iterators - A collection of Accumulo iterators to be installed on the TabletServers. These iterators are required to user the connector.
  2. presto-accumulo-tools - A Java project with some tools to help out with metadata management tasks that could not otherwise be done using SQL.
  3. presto-accumulo-examples - Usage examples of the tools

The source code for the Presto Accumulo connector is located at Bloomberg's fork of Presto and is currently under review.