Repository: incubator-impala Updated Branches: refs/heads/asf-site e8330f778 -> d96cd395e
Impala and Hive have slightly different SQL they accept. https://lists.apache.org/thread.html/ad17fb6e145ecb082c529f2f21b4661ad1047021dd579117635ce501@%3Cdev.impala.apache.org%3E Change-Id: I4e38dc15c31dbb3e297e1d3f9e8251a1fa22d1a7 Reviewed-on: http://gerrit.cloudera.org:8080/6567 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Jim Apple <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/d96cd395 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/d96cd395 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/d96cd395 Branch: refs/heads/asf-site Commit: d96cd395ed12f4841bfb0c73c624af63a7b30c9d Parents: e8330f7 Author: Jim Apple <[email protected]> Authored: Wed Apr 5 17:24:48 2017 -0700 Committer: Jim Apple <[email protected]> Committed: Fri Apr 7 00:39:38 2017 +0000 ---------------------------------------------------------------------- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d96cd395/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index f7656ad..3983f25 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,7 @@ <p>Utilize the same file and data formats and metadata, security, and resource management frameworks as your Hadoop deployment—no redundant infrastructure or data conversion/duplication.</p> <h4>Implement Quickly </h4> - <p>For Apache Hive users, Impala utilizes the same metadata, ODBC driver, SQL syntax, and user interface as Hive—so you don't have to worry about re-inventing the implementation wheel.</p> + <p>For Apache Hive users, Impala utilizes the same metadata and ODBC driver. Like Hive, Impala supports SQL, so you don't have to worry about re-inventing the implementation wheel.</p> </div> <div class="span6">
