You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by danieldingzju <gi...@git.apache.org> on 2016/09/26 03:57:09 UTC

[GitHub] phoenix pull request #209: add configuration function.

GitHub user danieldingzju opened a pull request:

    https://github.com/apache/phoenix/pull/209

    add configuration  function.

    as mentioned in https://phoenix.apache.org/tuning.html.
    
    I could not set the configuration of phoenix, so I'v tired to add the code to solve this problem.
    
    then I can just set the phoenix like this:
    
    ![image](https://cloud.githubusercontent.com/assets/1768553/18822243/319ff8ee-83e0-11e6-8997-2faba1403260.png)

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

    $ git pull https://github.com/danieldingzju/phoenix master

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

    https://github.com/apache/phoenix/pull/209.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 #209
    
----
commit 86e1de3ceac6f4988159baf290cf7c6dec2799b6
Author: danieldingzju <da...@gmail.com>
Date:   2016-09-26T03:50:22Z

    add configuration  function.
    ex:
    Properties p = new Properties();
    p.xxxxx;
    connection.create(url, p);

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #209: open configuration to improve performance and maintainan...

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/209
  
    > I could not set the configuration of phoenix, so I'v tired to add the code to solve this problem.
    
    What were your steps to set these configuration properties before this patch? If you set them in the hbase-site.xml that was included on the classpath, they should have taken effect. If this is not happening, it's a bug.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---