Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kb:bigdata:apache_phoenix [2017/11/26 16:25] – created yehudakb:bigdata:apache_phoenix [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Update hbase table ===== ===== Update hbase table =====
 <code sql> <code sql>
-CREATE VIEW "users_data" ( ROWKEY VARCHAR PRIMARY KEY, "personal_info"."firstName" VARCHAR, "personal_info"."lastName" VARCHAR, "personal_info"."gender" VARCHAR, "contact_info"."mail" VARCHAR, "contact_info"."mobile" VARCHAR ) ;+CREATE VIEW "users_data"  
 + 
 +    ROWKEY VARCHAR PRIMARY KEY,  
 +    "personal_info"."firstName" VARCHAR,  
 +    "personal_info"."lastName" VARCHAR,  
 +    "personal_info"."gender" VARCHAR,  
 +    "contact_info"."mail" VARCHAR,  
 +    "contact_info"."mobile" VARCHAR ) ;
 </code> </code>
 [[https://khodeprasad.wordpress.com/2016/07/26/how-to-use-existing-hbase-table-in-apache-phoenix/|source]] [[https://khodeprasad.wordpress.com/2016/07/26/how-to-use-existing-hbase-table-in-apache-phoenix/|source]]
kb/bigdata/apache_phoenix.1511713538.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0