Skip to content

Commit

Permalink
Merge pull request #521 from kataring/update-doc
Browse files Browse the repository at this point in the history
Update docs about data sources for Presto
  • Loading branch information
arikfr committed Aug 6, 2015
2 parents 4a18fa0 + 9f82e58 commit 6f0ac1e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/datasources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,22 @@ InfluxDB
Presto
------

...
- **Options**:

- Host (mandatory)
- Address to a Presto coordinator.
- Port
- Port to a Presto coordinator. `8080` is the default port.
- Schema
- Default schema name of Presto. You can read other schemas by qualified name like `FROM myschema.table1`.
- Catalog
- Catalog (connector) name of Presto such as `hive-cdh4`, `hive-hadoop1`, etc.
- Username
- User name to connect to a Presto.

- **Additional requirements**:

- ``pyhive`` python package.

Hive
----
Expand Down

0 comments on commit 6f0ac1e

Please sign in to comment.