GitHub user zzcclp opened a pull request:

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

    [CARBONDATA-1624]Set the default value of 
'carbon.number.of.cores.while.loading' as per the spark conf 
'spark.executor.cores'

    1. Use 'spark.executor.cores' as the default value for 
'carbon.number.of.cores.while.loading'
    2. Use 'CarbonProperties.getNumberOfCores()' to get 
'carbon.number.of.cores.while.loading' uniformly

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

    $ git pull https://github.com/zzcclp/carbondata CARBONDATA-1624

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

    https://github.com/apache/carbondata/pull/1455.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 #1455
    
----
commit 6d8ee86d69fea57451efc334687d641c2e594697
Author: Zhang Zhichao <[email protected]>
Date:   2017-10-31T02:55:38Z

    [CARBONDATA-1624]Set the default value of 
'carbon.number.of.cores.while.loading' as per the spark conf 
'spark.executor.cores'
    
    Use 'spark.executor.cores' as the default value for 
'carbon.number.of.cores.while.loading'

commit 7322f1facf98b9ba8bf8bdeaed2eecbf34440c40
Author: Zhang Zhichao <[email protected]>
Date:   2017-10-31T03:08:44Z

    [CARBONDATA-1624]Set the default value of 
'carbon.number.of.cores.while.loading' as per the spark conf 
'spark.executor.cores'
    
    Use 'CarbonProperties.getNumberOfCores()' to get 
'carbon.number.of.cores.while.loading' uniformly

----


---

Reply via email to