Repository: incubator-impala Updated Branches: refs/heads/master c27ad3526 -> f4d9285e1
[DOCS] Genericize references to ODBC driver versions Make the statement about who uses which ports for Impala less specific w.r.t. the Cloudera ODBC driver. Change-Id: Ida0fa4f25934eaebf095b427413f20944f1a4f71 Reviewed-on: http://gerrit.cloudera.org:8080/6440 Reviewed-by: John Russell <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/f4d9285e Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f4d9285e Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f4d9285e Branch: refs/heads/master Commit: f4d9285e132a7ab4ef231e4f2a33e6230c5655fd Parents: c27ad35 Author: John Russell <[email protected]> Authored: Mon Mar 20 15:05:09 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 21 18:42:01 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_ports.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f4d9285e/docs/topics/impala_ports.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_ports.xml b/docs/topics/impala_ports.xml index a9fcfed..93047f8 100644 --- a/docs/topics/impala_ports.xml +++ b/docs/topics/impala_ports.xml @@ -91,7 +91,7 @@ under the License. <entry> <p> Used to transmit commands and receive results by <codeph>impala-shell</codeph> and - version 1.2 of the Cloudera ODBC driver. + some ODBC drivers. </p> </entry> </row> @@ -119,7 +119,7 @@ under the License. <entry> <p> Used to transmit commands and receive results by applications, such as Business Intelligence tools, - using JDBC, the Beeswax query editor in Hue, and version 2.0 or higher of the Cloudera ODBC driver. + using JDBC, the Beeswax query editor in Hue, and some ODBC drivers. </p> </entry> </row>
