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 2015/03/28 01:04:15 UTC

[27/37] incubator-kylin git commit: Update all ‘kylin_metadata_qa’ to ‘kylin_metadata’

Update all ‘kylin_metadata_qa’ to ‘kylin_metadata’

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

Branch: refs/heads/master
Commit: 79f4223b00a9e4513615a253641e6e57f85d2576
Parents: 41d2d31
Author: Shao Feng, Shi <sh...@ebay.com>
Authored: Mon Mar 23 10:35:59 2015 +0800
Committer: Shao Feng, Shi <sh...@ebay.com>
Committed: Mon Mar 23 10:35:59 2015 +0800

----------------------------------------------------------------------
 docs/Operations/Kylin Metadata Store.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/79f4223b/docs/Operations/Kylin Metadata Store.md
----------------------------------------------------------------------
diff --git a/docs/Operations/Kylin Metadata Store.md b/docs/Operations/Kylin Metadata Store.md
index 33c1afe..d9db4c3 100644
--- a/docs/Operations/Kylin Metadata Store.md	
+++ b/docs/Operations/Kylin Metadata Store.md	
@@ -1,9 +1,9 @@
 Kylin organizes all of its metadata(including cube descriptions and instances, projects, inverted index description and instances, jobs, tables and dictionaries) as a hierarchy file system. However, Kylin uses hbase to store it, rather than normal file system. If you check your kylin configuration file(kylin.properties) you will find such a line:
 
 `# The metadata store in hbase`
-`kylin.metadata.url=kylin_metadata_qa@hbase:sandbox.hortonworks.com:2181:/hbase-unsecure`
+`kylin.metadata.url=kylin_metadata@hbase:sandbox.hortonworks.com:2181:/hbase-unsecure`
 
-This indicates that the metadata will be saved as a htable called `kylin_metadata_qa`. You can scan the htable in hbase shell to check it out.
+This indicates that the metadata will be saved as a htable called `kylin_metadata`. You can scan the htable in hbase shell to check it out.
 
 # Backup Metadata Store