Repository: trafodion Updated Branches: refs/heads/master c9b7cf08d -> 21878412c
Add *Initializing the Trafodion Metadata* in Trafodion SQL Reference Manual Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/2fb0878b Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/2fb0878b Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/2fb0878b Branch: refs/heads/master Commit: 2fb0878b747c398f1a7f6b7ade55346f83379479 Parents: 51bed00 Author: liu.yu <[email protected]> Authored: Wed May 9 10:55:04 2018 +0800 Committer: liu.yu <[email protected]> Committed: Wed May 9 10:55:04 2018 +0800 ---------------------------------------------------------------------- .../src/asciidoc/_chapters/introduction.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/2fb0878b/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc ---------------------------------------------------------------------- diff --git a/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc b/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc index 28accc5..4434227 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc @@ -66,7 +66,7 @@ For information on specific functions and expressions, see: You can use {project-name} SQL statements to read, update, and create HBase tables. -* <<initializing_the_trafodion_metadata,Initializing the {project-name} Metadata>> +* <<initializing_the_trafodion_metadata,Initializing the Trafodion Metadata>> * <<ways_to_access_hbase_tables,Ways to Access HBase Tables>> * <<trafodion_sql_tables_versus_native_hbase_tables,{project-name} SQL Tables Versus Native HBase Tables>> * <<supported_sql_statements_with_hbase_tables,Supported SQL Statements With HBase Tables>> @@ -74,6 +74,15 @@ You can use {project-name} SQL statements to read, update, and create HBase tabl For a list of Control Query Default (CQD) settings for the HBase environment, see the {docs-url}/cqd_reference/index.hmtl[{project-name} Control Query Default (CQD) Reference Guide]. +[[initializing_the_trafodion_metadata]] +=== Initializing the Trafodion Metadata +Before using SQL statements for the first time to access HBase tables, you will need to initialize the Trafodion metadata. +To initialize the Trafodion metadata, run this command: + +``` +initialize trafodion; +``` + [[ways_to_access_hbase_tables]] === Ways to Access HBase Tables {project-name} SQL supports these ways to access HBase tables:
