editorial
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/42e6b1eb Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/42e6b1eb Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/42e6b1eb Branch: refs/heads/gh-pages Commit: 42e6b1ebff4ec4e31c2a8a503982a7ecb9b08b5d Parents: 1890c3f Author: Kristine Hahn <[email protected]> Authored: Wed Jun 10 11:22:03 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Wed Jun 10 11:22:03 2015 -0700 ---------------------------------------------------------------------- .../010-drill-explorer-introduction.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/42e6b1eb/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md ---------------------------------------------------------------------- diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md index 5dea097..fe0b93d 100644 --- a/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md +++ b/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md @@ -5,21 +5,10 @@ parent: "Using Drill Explorer" Drill Explorer is a user interface for browsing Drill data sources, previewing the results of a SQL query, and creating a view. Typically, you use Drill Explorer to explore data or to -create a view before you connect to the data from a BI tool. For example, before designing a report using a BI reporting tool, use Drill Explorer to familiarize yourself with the data. In an ODBC-compliant BI tool, use the ODBC DSN to create an ODBC connection -with one of the methods applicable to the data source type. +create a view that you can query as if it were a table. For example, before designing a report using a BI reporting tool, use Drill Explorer to quickly familiarize yourself with the data. In an ODBC-compliant BI tool, use the ODBC DSN to create an ODBC connection. -To connect Drill to a Hive data source, follow these steps: +You can connect Drill to a Hive data source, use Drill Explorer to create a view, and connect to the view as if it were a table. Similarly, you can connect Drill to HBase, Parquet, JSON, CSV, or TSV files, create a view, and query the view as if it were a table. -1. Connect to a Hive table. -2. Use Drill Explorer to create a view. -3. Connect to the view as if it were a table. - -To connect Drill to an HBase, Parquet, JSON, CSV, or TSV, follow these steps: - -1. Use Drill Explorer to create a view. -2. Use ODBC to connect to the view as if it were a table. -3. Use Drill Explorer to query the table. - {% include startnote.html %}The default schema that you configure in the DSN may or may not carry over to an applicationâs data source connections. You may need to re-select the schema.{% include endnote.html %}
