Repository: kylin Updated Branches: refs/heads/document 02bb4cf66 -> 5e086dd1d
update how to upgrade Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/5e086dd1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/5e086dd1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/5e086dd1 Branch: refs/heads/document Commit: 5e086dd1dd313cb08b00e4864330dbce0cd63b07 Parents: 02bb4cf Author: lidongsjtu <[email protected]> Authored: Sat Nov 4 10:21:31 2017 +0800 Committer: lidongsjtu <[email protected]> Committed: Sat Nov 4 10:21:43 2017 +0800 ---------------------------------------------------------------------- website/_docs21/howto/howto_upgrade.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/5e086dd1/website/_docs21/howto/howto_upgrade.md ---------------------------------------------------------------------- diff --git a/website/_docs21/howto/howto_upgrade.md b/website/_docs21/howto/howto_upgrade.md index 486cc7b..6ee95cf 100644 --- a/website/_docs21/howto/howto_upgrade.md +++ b/website/_docs21/howto/howto_upgrade.md @@ -25,6 +25,7 @@ Below are versions specific guides: Kylin v2.2.0 cube metadata is compitable with v2.1.0, but you need aware the following changes: * Cube ACL is removed, use Project Level ACL instead. You need to manually configure Project Permissions to migrate your existing Cube Permissions. Please refer to [Project Level ACL](/docs21/tutorial/project_level_acl.html). +* Update HBase coprocessor. The HBase tables for existing cubes need be updated to the latest coprocessor. Follow [this guide](/docs21/howto/howto_update_coprocessor.html) to update. ## Upgrade from v2.0.0 to v2.1.0
