You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/11/01 03:59:49 UTC

[incubator-druid] branch master updated (27acdbd -> f6028de)

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

cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


    from 27acdbd   'hadoop fs' command is deprecated . The new approach is to use hdfs command . Replacing 'hadoop fs' command with 'hdfs dfs' (#8762)
     add f6028de  Web console: use SQL for the supervisor view (#8796)

No new revisions were added by this update.

Summary of changes:
 .../__snapshots__/header-bar.spec.tsx.snap         |   3 +
 .../src/components/header-bar/header-bar.spec.tsx  |   4 +-
 .../src/components/header-bar/header-bar.tsx       |  26 ++-
 web-console/src/console-application.tsx            | 118 ++++++++----
 .../capabilities.ts}                               |   4 +-
 .../views/datasource-view/datasource-view.spec.tsx |   2 +-
 .../src/views/datasource-view/datasource-view.tsx  | 137 +++++++++-----
 .../__snapshots__/home-view.spec.tsx.snap          |  12 +-
 .../datasources-card/datasources-card.spec.tsx     |   2 +-
 .../datasources-card/datasources-card.tsx          |  13 +-
 web-console/src/views/home-view/home-view.spec.tsx |   2 +-
 web-console/src/views/home-view/home-view.tsx      |  16 +-
 .../home-view/segments-card/segments-card.spec.tsx |   2 +-
 .../home-view/segments-card/segments-card.tsx      |  13 +-
 .../home-view/servers-card/servers-card.spec.tsx   |   2 +-
 .../views/home-view/servers-card/servers-card.tsx  |  13 +-
 .../supervisors-card/supervisors-card.spec.tsx     |   2 +-
 .../supervisors-card/supervisors-card.tsx          |  41 +++--
 .../views/home-view/tasks-card/tasks-card.spec.tsx |   2 +-
 .../src/views/home-view/tasks-card/tasks-card.tsx  |  13 +-
 .../src/views/segments-view/segments-view.spec.tsx |   2 +-
 .../src/views/segments-view/segments-view.tsx      | 106 ++++++-----
 .../src/views/servers-view/servers-view.spec.tsx   |   2 +-
 .../src/views/servers-view/servers-view.tsx        |  38 ++--
 .../__snapshots__/tasks-view.spec.tsx.snap         |  81 +--------
 .../src/views/task-view/tasks-view.spec.tsx        |   2 +-
 web-console/src/views/task-view/tasks-view.tsx     | 201 ++++++++++-----------
 27 files changed, 471 insertions(+), 388 deletions(-)
 copy web-console/src/{components/table-cell-unparseable/table-cell-unparseable.scss => utils/capabilities.ts} (92%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org