GitHub user manishgupta88 opened a pull request:

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

    [WIP] Fixed bugs for spark conf property and debugging in windows

    Fixes include:
    1. In spark 2, spark conf once set in spark context cannot be modified with 
the same context again. Therefore removed setting property in spark conf and 
directly getting the property from carbon properties.
    2. Fixed bug of running CarbonSessionExample in windows by removing 
File.Separator
    3. Removed call of namenode after completion of each data load for renaming 
bad folders

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

    $ git pull https://github.com/manishgupta88/carbondata spark_conf_fix

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

    https://github.com/apache/carbondata/pull/1213.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 #1213
    
----
commit 769e92ff55d7423a19ce7d2408aacef4934594e0
Author: manishgupta88 <[email protected]>
Date:   2017-07-30T08:12:18Z

    Fixes include:
    1. In spark 2, spark conf once set in spark context cannot be modified with 
the same context again. Therefore removed setting property in spark conf and 
directly getting the property from carbon properties.
    2. Fixed bug of running CarbonSession in windows by removing File.Separator
    3. Removed call of namenode after completion of each data load for renaming 
bad folders

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to