You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/06/15 14:20:22 UTC

[8/8] ambari git commit: Merge branch 'trunk' into branch-feature-AMBARI-20859

Merge branch 'trunk' into branch-feature-AMBARI-20859


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

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: d7bc588a14170ab0f15fd0f414f27a53fb69fc4a
Parents: 5b9454e 70f9bd6
Author: Robert Levas <rl...@hortonworks.com>
Authored: Thu Jun 15 10:20:05 2017 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Thu Jun 15 10:20:05 2017 -0400

----------------------------------------------------------------------
 ambari-agent/pom.xml                            |   2 +-
 .../conf/batch/InfraManagerBatchConfig.java     |  11 +-
 .../ambari/infra/job/dummy/DummyItemWriter.java |  15 +-
 .../infra/job/dummy/DummyJobListener.java       |   7 +
 ambari-server/pom.xml                           |   2 +-
 .../server/controller/KerberosHelperImpl.java   |   6 +-
 .../services/YARN/configuration/yarn-site.xml   |   6 +
 .../stacks/HDP/2.6/services/stack_advisor.py    |  36 ++-
 .../server/controller/KerberosHelperTest.java   |   6 +-
 ambari-web/app/controllers/installer.js         |   8 +-
 ambari-web/app/controllers/main/host/details.js |  83 ++++-
 .../test/controllers/main/host/details_test.js  |  64 +++-
 .../addon/components/directory-viewer.js        | 324 +++++++++++++------
 .../hdfs-directory-viewer/addon/styles/app.css  | 190 +++++++++++
 .../templates/components/directory-viewer.hbs   | 145 +++++++++
 .../addon/utils/viewer-config.js                |   4 +
 .../ui/hdfs-directory-viewer/bower.json         |   1 -
 .../resources/ui/hdfs-directory-viewer/index.js |   3 -
 .../ui/hdfs-directory-viewer/package.json       |   5 +-
 19 files changed, 774 insertions(+), 144 deletions(-)
----------------------------------------------------------------------