You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/11/03 16:44:43 UTC

kylin git commit: update project acl

Repository: kylin
Updated Branches:
  refs/heads/document b05979700 -> 02bb4cf66


update project acl


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/02bb4cf6
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/02bb4cf6
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/02bb4cf6

Branch: refs/heads/document
Commit: 02bb4cf6657c814d145f88b67c98920f32a863af
Parents: b059797
Author: lidongsjtu <li...@apache.org>
Authored: Sat Nov 4 00:43:39 2017 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Sat Nov 4 00:44:37 2017 +0800

----------------------------------------------------------------------
 website/_data/docs21.yml                      | 1 +
 website/_docs21/howto/howto_upgrade.md        | 8 ++++++++
 website/_docs21/tutorial/project_level_acl.md | 1 +
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/02bb4cf6/website/_data/docs21.yml
----------------------------------------------------------------------
diff --git a/website/_data/docs21.yml b/website/_data/docs21.yml
index 08f470c..e438ee5 100644
--- a/website/_data/docs21.yml
+++ b/website/_data/docs21.yml
@@ -41,6 +41,7 @@
   - tutorial/create_cube
   - tutorial/cube_build_job
   - tutorial/acl
+  - tutorial/project_level_acl
   - tutorial/cube_spark
   - tutorial/cube_build_performance
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/02bb4cf6/website/_docs21/howto/howto_upgrade.md
----------------------------------------------------------------------
diff --git a/website/_docs21/howto/howto_upgrade.md b/website/_docs21/howto/howto_upgrade.md
index 4e8cb91..486cc7b 100644
--- a/website/_docs21/howto/howto_upgrade.md
+++ b/website/_docs21/howto/howto_upgrade.md
@@ -19,6 +19,14 @@ Running as a Hadoop client, Apache Kylin's metadata and Cube data are persistend
 
 Below are versions specific guides:
 
+
+## Upgrade from v2.1.0 to v2.2.0
+
+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).
+
+
 ## Upgrade from v2.0.0 to v2.1.0
 
 Kylin v2.1.0 cube metadata is compitable with v2.0.0, but you need aware the following changes. 

http://git-wip-us.apache.org/repos/asf/kylin/blob/02bb4cf6/website/_docs21/tutorial/project_level_acl.md
----------------------------------------------------------------------
diff --git a/website/_docs21/tutorial/project_level_acl.md b/website/_docs21/tutorial/project_level_acl.md
index cce9a2b..a25c898 100644
--- a/website/_docs21/tutorial/project_level_acl.md
+++ b/website/_docs21/tutorial/project_level_acl.md
@@ -39,6 +39,7 @@ Once project-level access permission has been set for a user, access permission
 | Check system page                        | Yes          | No            | No         | No        | No    |
 | Reload metadata, disable cache, set config, diagnosis | Yes          | No            | No         | No        | No    |
 
+
 Additionally, when Query Pushdown is enabled, QUERY access permission on a project allows users to issue push down queries on all tables in the project even though no cube could serve them. It's impossible if a user is not yet granted QUERY permission at project-level.
 
 ### Manage Access Permission at Project-level