Impala Public Jenkins has submitted this change and it was merged. Change subject: [DOCS] Major update to Impala + Kudu page ......................................................................
[DOCS] Major update to Impala + Kudu page Upgrade with details of latest syntax. Fine-tune discussion of PK and other Kudu notions. The impala_kudu diff looks larger than actual changes to the page, because subtopics got moved around and promoted/demoted (which changes the indentation). Best to review that page start-to-finish. CREATE TABLE details for Impala + Kudu. ALTER TABLE details for Impala + Kudu. Unhide the Impala partitioning + Kudu topic. Mainly a brief intro then a link to delegate details to the main Kudu page, which already has a partitioning subtopic. Include changes to reserved words. Entirely from Kudu integration work. Add Kudu considerations for misc SQL statements. Addressed Todd's and Dimitris's comments for certain files. (Up to the beginning of the "Partitioning" section in impala_kudu.xml.) Added Kudu blurbs to data type topics: - Some aren't supported. - Others are supported but can't go in the primary key. Added walkthrough of renaming internal/external tables. Split out Kudu CREATE TABLE syntax from other file formats. Correct info about CTAS for Kudu tables. Add examples of basic Kudu, external Kudu, and Kudu CTAS. Change-Id: I76dcb948dab08532fe41326b22ef78d73282db2c Reviewed-on: http://gerrit.cloudera.org:8080/5649 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Impala Public Jenkins --- M docs/impala_keydefs.ditamap M docs/shared/impala_common.xml M docs/topics/impala_alter_table.xml M docs/topics/impala_array.xml M docs/topics/impala_boolean.xml M docs/topics/impala_char.xml M docs/topics/impala_compute_stats.xml M docs/topics/impala_create_table.xml M docs/topics/impala_decimal.xml M docs/topics/impala_describe.xml M docs/topics/impala_double.xml M docs/topics/impala_drop_table.xml M docs/topics/impala_explain.xml M docs/topics/impala_float.xml M docs/topics/impala_grant.xml M docs/topics/impala_invalidate_metadata.xml M docs/topics/impala_kudu.xml M docs/topics/impala_literals.xml M docs/topics/impala_map.xml M docs/topics/impala_partitioning.xml M docs/topics/impala_refresh.xml M docs/topics/impala_reserved_words.xml M docs/topics/impala_revoke.xml M docs/topics/impala_show.xml M docs/topics/impala_struct.xml M docs/topics/impala_tables.xml M docs/topics/impala_timestamp.xml M docs/topics/impala_truncate_table.xml M docs/topics/impala_varchar.xml 29 files changed, 2,590 insertions(+), 352 deletions(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5649 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I76dcb948dab08532fe41326b22ef78d73282db2c Gerrit-PatchSet: 16 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: John Russell <[email protected]> Gerrit-Reviewer: Ambreen Kazi <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: John Russell <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
