Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 47f4cac2a -> 11cca068f
Picking up minor formatting changes from yesterday's downstream cleanup. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/11cca068 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/11cca068 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/11cca068 Branch: refs/heads/doc_prototype Commit: 11cca068fa2353b3cb9d75d5e8e6bf7306ccfd79 Parents: 47f4cac Author: John Russell <[email protected]> Authored: Wed Nov 2 13:18:09 2016 -0700 Committer: John Russell <[email protected]> Committed: Wed Nov 2 13:18:09 2016 -0700 ---------------------------------------------------------------------- docs/shared/impala_common.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/11cca068/docs/shared/impala_common.xml ---------------------------------------------------------------------- diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml index 27eb18f..674fc9e 100644 --- a/docs/shared/impala_common.xml +++ b/docs/shared/impala_common.xml @@ -3010,15 +3010,16 @@ select * from header_line limit 10; <li> Most common SQL-92 features of Hive Query Language (HiveQL) including <xref href="../topics/impala_select.xml#select">SELECT</xref>, - <xref href="../topics/impala_joins.xml#joins">joins</xref>, and aggregate functions. + <xref href="../topics/impala_joins.xml#joins">joins</xref>, and + <xref href="../topics/impala_aggregate_functions.xml#aggregate_functions">aggregate functions</xref>. </li> <li> HDFS, HBase, <ph rev="2.2.0">and Amazon Simple Storage System (S3)</ph> storage, including: <ul> <li> - <xref href="../topics/impala_file_formats.xml#file_formats">HDFS file formats</xref>: Text file, - SequenceFile, RCFile, Avro file, and Parquet. + <xref href="../topics/impala_file_formats.xml#file_formats">HDFS file formats</xref>: delimited text files, Parquet, + Avro, SequenceFile, and RCFile. </li> <li> @@ -3045,7 +3046,7 @@ select * from header_line limit 10; </li> <li> - Impala <xref href="../topics/impala_impala_shell.xml#impala_shell">command-line interface</xref>. + <xref href="../topics/impala_impala_shell.xml#impala_shell">impala-shell command-line interface</xref>. </li> <li>
