You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2019/04/02 00:45:48 UTC

[kylin] branch 3.0.0-alpha-release updated (7099fcf -> 6140971)

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a change to branch 3.0.0-alpha-release
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 7099fcf  KYLIN-3923 Fix UT GeneralColumnDataTest
     new df0ba73  KYLIN-3821, add consume lag in cube detail page
     new b8731d9  minor, fix cube.detail.streamingV2 action wrong issue
     new d71ff3d  minor, reload page after cube action
     new d001784  minor, fix system/streaming success response reload
     new 6140971  KYLIN-3922 Fix coprocessor can not be updated

The 7719 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:
 .../storage/hbase/util/DeployCoprocessorCLI.java   | 89 ++++++++++++++--------
 .../hbase/util/DeployCoprocessorCLIOps.java        | 48 ++++++------
 .../hbase/util/DeployCoprocessorCLITest.java       | 44 +++++++++++
 webapp/app/js/controllers/adminStreaming.js        | 36 +++++++--
 webapp/app/js/controllers/cubes.js                 | 33 +++++++-
 webapp/app/js/services/streaming.js                |  1 +
 webapp/app/partials/cubes/cube_detail.html         |  8 +-
 webapp/app/partials/cubes/cubes.html               |  4 +-
 8 files changed, 190 insertions(+), 73 deletions(-)
 copy core-metadata/src/main/java/org/apache/kylin/metadata/tuple/SimpleTupleIterator.java => storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLIOps.java (54%)
 create mode 100644 storage-hbase/src/test/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLITest.java