Skip to content

Commit

Permalink
Revert "docs: Add Hive as a supported data source to docs (GoogleClou…
Browse files Browse the repository at this point in the history
…dPlatform#354)"

This reverts commit be2a49d.
  • Loading branch information
mrriteshranjan committed Dec 30, 2021
1 parent 5a2217e commit f2f2bdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ DVT supports the following connection types:
* [Redshift](docs/connections.md#redshift)
* [FileSystem](docs/connections.md#filesystem)
* [Impala](docs/connections.md#impala)
* [Hive](docs/connections.md#hive)

The [Connections](docs/connections.md) page provides details about how to create
and list connections for the validation tool.
Expand Down
15 changes: 0 additions & 15 deletions docs/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ The data validation tool supports the following connection types.
* [Redshift](#redshift)
* [FileSystem](#filesystem)
* [Impala](#Impala)
* [Hive](#Hive)

As you see above, Teradata and BigQuery have different sets of custom arguments (for example project_id for BQ versus host for Teradata).

Expand Down Expand Up @@ -262,17 +261,3 @@ Then `pip install pyodbc`.
"auth_mechanism":"PLAIN"
}
```

## Hive
```
{
# Hive is based off Impala connector
"source_type": "Impala",
# Connection Details
"host": "HIVE_IP_ADDRESS",
"port": 10000,
"database": "default",
"auth_mechanism":"PLAIN"
}
```

0 comments on commit f2f2bdb

Please sign in to comment.