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 <danielding...@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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to