Files
impala/docs/topics/impala_odbc.xml
John Russell 3aeb2aeb57 [DOCS] Pare down ODBC info
Remove the Cloudera-specific portion of the
Impala + ODBC page, leaving just the background
info about why to use ODBC. Defer to third parties
who supply ODBC drivers.

Change-Id: I302d23432d348aa0c9c2837c0f42bc4f2844f9b8
Reviewed-on: http://gerrit.cloudera.org:8080/6409
Reviewed-by: Jim Apple <jbapple-impala@apache.org>
Tested-by: Impala Public Jenkins
2017-03-17 00:00:21 +00:00

52 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="impala_odbc">
<title id="odbc">Configuring Impala to Work with ODBC</title>
<prolog>
<metadata>
<data name="Category" value="Impala"/>
<data name="Category" value="ODBC"/>
<data name="Category" value="Querying"/>
<data name="Category" value="SQL"/>
<data name="Category" value="Configuring"/>
<data name="Category" value="Developers"/>
</metadata>
</prolog>
<conbody>
<p>
<indexterm audience="hidden">ODBC</indexterm>
Third-party products, especially business intelligence and reporting tools, can access Impala
using the ODBC protocol. For the best experience, ensure any third-party product you intend to use is supported.
Verifying support includes checking that the versions of Impala, ODBC, the operating system, the
Apache Hadoop distribution, and the third-party product have all been approved by the appropriate suppliers
for use together. To configure your systems to use ODBC, download and install a connector, typically from
the supplier of the third-party product or the Hadoop distribution.
You may need to sign in and accept license agreements before accessing the pages required for downloading
ODBC connectors.
</p>
</conbody>
</concept>