You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/03/11 08:14:42 UTC

[jira] [Commented] (PHOENIX-831) First Connection to Phoenix blows up if it is tenant specific

    [ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930034#comment-13930034 ] 

ASF GitHub Bot commented on PHOENIX-831:
----------------------------------------

GitHub user yaise opened a pull request:

    https://github.com/apache/incubator-phoenix/pull/15

    PHOENIX-831 First Connection to Phoenix blows up if it is tenant specific

    https://issues.apache.org/jira/browse/PHOENIX-831

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yaise/incubator-phoenix master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-phoenix/pull/15.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15
    
----
commit 9aab70d62bb719ed49c1c9add73cdcc62cc047c7
Author: Somesh <ss...@salesforce.com>
Date:   2014-03-11T07:11:40Z

    PHOENIX-831 First Connection to Phoenix blows up if it is tenant specific

----


> First Connection to Phoenix blows up if it is tenant specific
> -------------------------------------------------------------
>
>                 Key: PHOENIX-831
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-831
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Somesh Sasalatti
>
> Driver driver = DriverManager.getDriver(url);
> Properties props = new Properties();
> final String tenantId = "00Dxx0000001234";
> props.put(PhoenixRuntime.TENANT_ID_ATTRIB, tenantId);
> Connection connection = driver.connect(url, props);
> BOOM!
> I have pull request coming shortly



--
This message was sent by Atlassian JIRA
(v6.2#6252)