You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by gv...@apache.org on 2017/05/14 05:59:48 UTC

[2/2] carbondata git commit: [CARBONDATA-773] Fixed multiple DictionaryServer instances issue. This closes #656

[CARBONDATA-773] Fixed multiple DictionaryServer instances issue. This closes #656


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fb2441a9
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/fb2441a9
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/fb2441a9

Branch: refs/heads/master
Commit: fb2441a934ff9907160a502be4d92d9b12ccbd13
Parents: 6db1903 8815dd5
Author: Venkata Ramana Gollamudi <g....@gmail.com>
Authored: Sun May 14 11:08:38 2017 +0530
Committer: Venkata Ramana Gollamudi <g....@gmail.com>
Committed: Sun May 14 11:08:38 2017 +0530

----------------------------------------------------------------------
 .../core/constants/CarbonCommonConstants.java   |  10 ++
 .../dictionary/client/DictionaryClient.java     |   8 +-
 .../generator/ServerDictionaryGenerator.java    |   5 +
 .../generator/key/DictionaryMessageType.java    |   3 +-
 .../dictionary/server/DictionaryServer.java     | 113 +++++++++++++++----
 .../server/DictionaryServerHandler.java         |   3 +
 .../dictionary/client/DictionaryClientTest.java |   4 +-
 .../spark/rdd/CarbonDataRDDFactory.scala        |  64 ++++++-----
 .../execution/command/carbonTableSchema.scala   |  29 +----
 .../spark/rdd/CarbonDataRDDFactory.scala        |  41 +++----
 .../execution/command/carbonTableSchema.scala   |  29 +----
 11 files changed, 179 insertions(+), 130 deletions(-)
----------------------------------------------------------------------