You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Swaroopa Kadam (JIRA)" <ji...@apache.org> on 2019/05/08 23:30:00 UTC

[jira] [Created] (PHOENIX-5276) Update Multi-tenancy section of the website to run sqlline by passing tenant id

Swaroopa Kadam created PHOENIX-5276:
---------------------------------------

             Summary: Update Multi-tenancy section of the website to run sqlline by passing tenant id
                 Key: PHOENIX-5276
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5276
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Swaroopa Kadam


Currently, it has instructions to create tenant-specific connection using Java application and create table syntax doesn't include 2 or more columns in the PK. 

 

Update the website to include following sqlline command:

./bin/sqlline.py "localhost:2181;TenantId=abc"

modify the example of create table to include primary key constraint. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)