[CARBONDATA-459] Block distribution is wrong in case of dynamic allocation=true This closes
#362
Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/cffcb998
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/cffcb998
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/cffcb998
Branch: refs/heads/master
Commit: cffcb998a273af310f134e41f3ade892b19b03bc
Parents: 9dd0965 ff7793b
Author: jackylk <jacky.likun@huawei.com>
Authored: Sat Dec 3 02:44:50 2016 +0800
Committer: jackylk <jacky.likun@huawei.com>
Committed: Sat Dec 3 02:44:50 2016 +0800
----------------------------------------------------------------------
.../core/constants/CarbonCommonConstants.java | 23 +++
.../carbondata/core/util/CarbonProperties.java | 23 +++
.../carbondata/spark/rdd/CarbonMergerRDD.scala | 7 +-
.../spark/sql/hive/DistributionUtil.scala | 155 ++++++++++++++++---
.../org/apache/spark/sql/CarbonContext.scala | 2 -
5 files changed, 181 insertions(+), 29 deletions(-)
----------------------------------------------------------------------
|