Skip to content

Cascading/lingual

Repository files navigation

Overview

Lingual is true SQL for Cascading and Apache Hadoop.

Lingual includes JDBC Drivers, SQL command shell, and a catalog manager for creating schemas and tables.

Lingual is under active development on the wip-2.0 branch. All wip releases are made available from files.concurrentinc.com. Final releases can be found under files.cascading.org.

To use Lingual, there is no installation other than the optional command line utilities.

Lingual is based on the Cascading distributed processing engine and the Optiq SQL parser and rule engine.

See the Lingual page for installation and usage.

Reporting Issues

The best way to report an issue is to add a new test to SimpleSqlPlatformTest along with the expected result set and submit a pull request on GitHub.

Failing that, feel free to open an issue on the Cascading/Ligual project site or mail the mailing list.

Developing

Running:

> gradle idea

from the root of the project will create all IntelliJ project and module files, and retrieve all dependencies.