GitHub user ManoharVanam reopened a pull request:

    https://github.com/apache/carbondata/pull/972

    [WIP] Added set command in carbon to update properties dynamically

    Currently there is no way to set the carbon properties dynamically, always 
need to update the carbon.properties file and restart the driver.
    So it will be easy for users to give option to add/update the properties 
dynamically through set command.
    The below sql command updates the carbon properties in driver and as well 
as in executor

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

    $ git pull https://github.com/ManoharVanam/incubator-carbondata dynamic_new

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

    https://github.com/apache/carbondata/pull/972.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 #972
    
----
commit 48761df4fcf919999a8203453b272266f54c2c18
Author: ravipesala <ravi.pes...@gmail.com>
Date:   2017-05-18T09:34:17Z

    Adding session based properties
    
    Added set command in carbon to update properties dynamically

commit cbe6c2f61774cccd1222516774489b7841b2cc0a
Author: Manohar <manohar.craz...@gmail.com>
Date:   2017-05-25T13:40:21Z

    Added ThreadLocalSession params
    
    Dynamic parameter support
    
    # Conflicts:
    #   
processing/src/main/java/org/apache/carbondata/processing/model/CarbonLoadModel.java

commit 762f5564221964941b970e4c216ed019fca286c4
Author: mohammadshahidkhan <mohdshahidkhan1...@gmail.com>
Date:   2017-05-26T17:08:59Z

    validation
    
    # Conflicts:
    #   
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java

commit 74727b5de5d774a9cfc19072d8e1e2653953ef36
Author: Manohar <manohar.craz...@gmail.com>
Date:   2017-05-29T12:28:01Z

    Added thresholdLocal session params

commit da67426ae80e6ac42fdfd1b2df5a2d45c231b548
Author: Manohar <manohar.craz...@gmail.com>
Date:   2017-05-29T15:46:26Z

    Refactored the code
    
    # Conflicts:
    #   
processing/src/main/java/org/apache/carbondata/processing/model/CarbonLoadModel.java

----


---
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