Repository: kudu Updated Branches: refs/heads/master c9f1772e7 -> ecc4998cb
[DOCS] Added a version notice for changing managed Kudu table names in Impala With IMPALA-5654, users can no longer change kudu.table_name property for managed Kudu tables in Impala. Change-Id: If26f103d931dd7ed57b56cf34b0010d14c098928 Reviewed-on: http://gerrit.cloudera.org:8080/11515 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/bfdcd973 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/bfdcd973 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/bfdcd973 Branch: refs/heads/master Commit: bfdcd973f2338f1326456cccdb62fbee9530ece5 Parents: c9f1772 Author: Alex Rodoni <[email protected]> Authored: Tue Sep 25 15:19:36 2018 -0700 Committer: Alexey Serbin <[email protected]> Committed: Wed Sep 26 22:28:31 2018 +0000 ---------------------------------------------------------------------- docs/kudu_impala_integration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/bfdcd973/docs/kudu_impala_integration.adoc ---------------------------------------------------------------------- diff --git a/docs/kudu_impala_integration.adoc b/docs/kudu_impala_integration.adoc index f16711d..2fe7e27 100755 --- a/docs/kudu_impala_integration.adoc +++ b/docs/kudu_impala_integration.adoc @@ -683,8 +683,8 @@ underlying Kudu table. .Rename the underlying Kudu table for an internal table -If a table is an internal table, the underlying Kudu table may be renamed by -changing the `kudu.table_name` property: +In Impala 2.11 and lower, the underlying Kudu table may be renamed by changing +the `kudu.table_name` property: [source,sql] ----
