GitHub user ManoharVanam opened 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 018e9b43130b92d293c2090146c4c84597be4965
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 6daf608b1ae701ce6a4c1d98236a24c3be98bbf1
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 13b52243502a0211de66271253753e864512ba25
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 a48ea746fd595df0ea005879318a0be1df10b0d5
Author: Manohar <manohar.craz...@gmail.com>
Date:   2017-05-29T12:28:01Z

    Added thresholdLocal session params

commit 63b68c0835c3a063cbf8ab499f499a43dc2754e7
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