[jira] [Updated] (CARBONDATA-3092) Refactor dynamic configuration

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-3092) Refactor dynamic configuration

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xubo245 updated CARBONDATA-3092:
--------------------------------
    Description:
optimize configure carbon properties.
1. Add annotation for it
2. Provide property builder for carbon properties.
3. support dynamic configurable for some properties(now it's not dynamic configurable )
4. unify the expression
5. remove the string like that:
{code:java}
   test("test like query on new column") {
    sqlContext.setConf("carbon.enable.vector.reader", "true")
{code}
we should use the constant.

  was:
optimize configure carbon properties.
1. Add annotation for it
2. Provide property builder for carbon properties.
3.support dynamic configurable for some properties(now it's not dynamic configurable )
4.unify the expression


> Refactor dynamic configuration
> ------------------------------
>
>                 Key: CARBONDATA-3092
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3092
>             Project: CarbonData
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: xubo245
>            Assignee: xubo245
>            Priority: Major
>
> optimize configure carbon properties.
> 1. Add annotation for it
> 2. Provide property builder for carbon properties.
> 3. support dynamic configurable for some properties(now it's not dynamic configurable )
> 4. unify the expression
> 5. remove the string like that:
> {code:java}
>    test("test like query on new column") {
>     sqlContext.setConf("carbon.enable.vector.reader", "true")
> {code}
> we should use the constant.



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