This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a change to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git.
from e573ed3 KYLIN-4705 add rest api for sparder-context url monitor
new f48a032 KYLIN-4733 The cube size is inconsistent with the size of all
segments
new 5eb9b37 KYLIN-4732 The cube size is wrong after disabling/enabling
the cube
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kylin/engine/spark/utils/BuildUtils.scala | 3 +-
.../kylin/rest/controller/CubeController.java | 45 ++++++++++++----------
.../{HBaseResponse.java => StorageResponse.java} | 4 +-
.../org/apache/kylin/rest/service/CubeService.java | 33 ++++++++--------
.../apache/kylin/rest/service/HBaseInfoUtil.java | 6 +--
webapp/app/js/controllers/cube.js | 4 +-
webapp/app/js/controllers/cubes.js | 2 +
webapp/app/js/filters/filter.js | 4 +-
webapp/app/js/services/cubes.js | 2 +-
webapp/app/partials/cubes/cube_detail.html | 2 +-
10 files changed, 56 insertions(+), 49 deletions(-)
rename
server-base/src/main/java/org/apache/kylin/rest/response/{HBaseResponse.java =>
StorageResponse.java} (97%)