This is an automated email from the ASF dual-hosted git repository.
ncole pushed a change to branch branch-feature-AMBARI-21674
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from 8ef2a23 Merge pull request #174 from
yussufsh/AMBARI-22816-branch-feature-AMBARI-21674
new b21ce0f AMBARI-22796. Widget menu goes out of bounds (alexantonenko)
new 2de3299 AMBARI-22796. Widget menu goes out of bounds. review
(alexantonenko)
new 49d8082 AMBARI-22797. The stup-ldap tool should persists its output
into Ambari database rather than ambari.properties
new 65582b6 AMBARI-22797. Removed redundant information from the JSON
payload
new ab48f44 AMBARI-22797. Removing 'is_root' check from setup-ldap
(according to R. Levas this is irrelevant)
new 6a20183 AMBARI-22797. Better CLI option names
new 431dde5 AMBARI-22797. Fixed error message
new 0dc2c77 AMBARI-22797. Created constants to avoid typos
new cb452cf AMBARI-22797. Dot not filter for PAM only; we should inform
the end user when configuring LDAP in case the currently cond=figured auth
method is not LDAP
new b91f81c AMBARI-22797. Removed redundant constant (one already existed
with the same value)
new 08bc359 AMBARI-22797. Fixed CLI option names under Windows
new 29f8616 AMBARI-22712. Update install Wizard layout. Second patch.
(akovalenko)
new 71d363d AMBARI-22805. Improve Blueprints error handling in case of
timeout (#185)
new 971220a AMBARI-22572. During cluster installation bower cannot
resolve angularjs version (alexantonenko)
new 17b006b AMBARI-22572. During cluster installation bower cannot
resolve angularjs version (angular version changed) (alexantonenko)
new c9ad4dc AMBARI-22413 fix tar_archive.archive_directory_dereference
(benyoka) (#195)
new 38c7c1e AMBARI-22846. Get rid of Murmur Hash usage in Log Feeder for
log events
new 8b3568d AMBARI-22799 - define scheduling of archiving Infra Solr
Documents
new c8fd549 AMBARI-22840 Standardize precision when expressing durations
new ecf5d17 AMBARI-22782. Fix Namenode alerts broken due to enabling
federation (aonishuk)
new d69ea0d AMBARI-22853. NFS Gateway is not logging at the correct
location (aonishuk)
The 21 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:
.../src/main/resources/ui/admin-web/bower.json | 11 +-
.../src/main/resources/ui/admin-web/package.json | 2 +-
.../libraries/functions/namenode_ha_utils.py | 14 +-
.../libraries/functions/tar_archive.py | 4 +-
.../org/apache/ambari/infra/HttpResponse.java} | 20 +-
.../java/org/apache/ambari/infra/InfraClient.java | 32 +-
.../org/apache/ambari/infra/JobExecutionInfo.java} | 28 +-
.../ambari/infra/steps/AbstractInfraSteps.java | 12 +-
.../apache/ambari/infra/steps/ExportJobsSteps.java | 66 ++-
.../test/resources/stories/infra_api_tests.story | 26 +-
.../ambari-infra-manager/docs/api/swagger.yaml | 2 +-
.../InfraManagerSchedulingConfig.java} | 15 +-
.../infra/conf/batch/InfraManagerBatchConfig.java | 25 +-
.../infra/job/AbstractJobsConfiguration.java | 78 +++
...ertyMap.java => JobConfigurationException.java} | 8 +-
...{PropertyMap.java => JobContextRepository.java} | 7 +-
.../ambari/infra/job/JobContextRepositoryImpl.java | 52 ++
.../org/apache/ambari/infra/job/JobProperties.java | 35 ++
.../org/apache/ambari/infra/job/JobScheduler.java | 89 +++
.../{JobPropertyMap.java => JobsPropertyMap.java} | 12 +-
...{PropertyMap.java => SchedulingProperties.java} | 30 +-
.../archive/DocumentArchivingConfiguration.java | 59 +-
.../job/archive/DocumentArchivingProperties.java | 1 +
.../job/archive/DocumentArchivingPropertyMap.java | 8 +-
.../ambari/infra/job/archive/DocumentExporter.java | 22 +-
.../infra/job/archive/FileNameSuffixFormatter.java | 2 +-
.../deleting/DocumentDeletingConfiguration.java | 53 +-
.../job/deleting/DocumentDeletingPropertyMap.java | 8 +-
.../apache/ambari/infra/manager/JobManager.java | 64 ++-
.../java/org/apache/ambari/infra/manager/Jobs.java | 42 ++
.../org/apache/ambari/infra/rest/JobResource.java | 28 +-
.../src/main/resources/infra-manager.properties | 8 +-
.../src/main/resources/log4j2.xml | 3 +
.../apache/ambari/infra/job/JobSchedulerTest.java | 114 ++++
.../infra/job/archive/DocumentExporterTest.java | 110 +++-
.../vagrant-infra-manager.properties.sample | 30 +-
.../ambari/logfeeder/output/OutputManagerImpl.java | 9 +-
.../apache/ambari/logfeeder/util/MurmurHash.java | 163 ------
.../internal/AmbariServerConfigurationHandler.java | 9 +-
.../server/topology/AsyncCallableService.java | 16 +-
.../topology/tasks/ConfigureClusterTask.java | 5 +-
ambari-server/src/main/python/ambari-server.py | 12 +-
.../python/ambari_server/serverConfiguration.py | 7 +-
.../src/main/python/ambari_server/serverUpgrade.py | 8 +-
.../src/main/python/ambari_server/setupSecurity.py | 144 +++--
.../HDFS/2.1.0.2.0/configuration/hadoop-env.xml | 1 +
.../HDFS/3.0.0.3.0/configuration/hadoop-env.xml | 2 +
.../3.0.0.3.0/package/scripts/status_params.py | 2 +-
.../YARN/2.1.0.2.0/configuration/yarn-env.xml | 1 +
.../YARN/3.0.0.3.0/configuration/yarn-env.xml | 1 +
.../2.1/services/YARN/configuration/yarn-env.xml | 1 +
.../2.2/services/HDFS/configuration/hadoop-env.xml | 2 +
.../2.3/services/HDFS/configuration/hadoop-env.xml | 2 +
.../2.3/services/YARN/configuration/yarn-env.xml | 1 +
.../2.4/services/HDFS/configuration/hadoop-env.xml | 2 +
.../2.6/services/HDFS/configuration/hadoop-env.xml | 2 +
.../2.6/services/YARN/configuration/yarn-env.xml | 1 +
.../3.0/services/HDFS/configuration/hadoop-env.xml | 2 +
...ComponentConfigurationResourceProviderTest.java | 2 +-
.../server/topology/AsyncCallableServiceTest.java | 30 +
ambari-server/src/test/python/TestAmbariServer.py | 370 ++++++++-----
.../python/stacks/2.1/FALCON/test_falcon_server.py | 6 +-
.../python/stacks/2.2/KNOX/test_knox_gateway.py | 29 +-
ambari-web/app/assets/test/tests.js | 3 -
.../main/charts/heatmap_metrics/heatmap_metric.js | 2 +-
.../app/controllers/wizard/step3_controller.js | 2 +-
ambari-web/app/messages.js | 1 +
ambari-web/app/styles/bootstrap_overrides.less | 4 +-
ambari-web/app/styles/hosts.less | 44 +-
ambari-web/app/styles/theme/bootstrap-ambari.css | 7 +
ambari-web/app/styles/wizard.less | 25 +-
.../app/templates/main/dashboard/widgets.hbs | 2 +-
ambari-web/app/templates/wizard/step0.hbs | 2 +-
ambari-web/app/templates/wizard/step1.hbs | 2 -
ambari-web/app/templates/wizard/step3.hbs | 10 +-
.../step3/step3_host_warning_popup_footer.hbs | 2 +-
.../wizard/step3/step3_host_warnings_popup.hbs | 40 +-
ambari-web/app/utils/date/date.js | 86 +--
.../main/dashboard/widgets/hbase_master_uptime.js | 7 +-
.../main/dashboard/widgets/namenode_uptime.js | 7 +-
.../dashboard/widgets/resource_manager_uptime.js | 7 +-
.../main/dashboard/widgets/uptime_text_widget.js | 70 +--
.../charts/heatmap_metrics/heatmap_metric_test.js | 4 +-
.../manage_config_groups_controller_test.js | 5 +-
ambari-web/test/mappers/service_mapper_test.js | 5 +-
ambari-web/test/utils/date/date_test.js | 52 +-
.../common/host_progress_popup_body_view_test.js | 33 +-
.../stack_upgrade/upgrade_history_view_test.js | 4 +-
.../dashboard/widgets/hbase_master_uptime_test.js | 91 ---
.../main/dashboard/widgets/namenode_uptime_test.js | 95 ----
.../widgets/resource_manager_uptime_test.js | 83 ---
.../dashboard/widgets/uptime_text_widget_test.js | 70 +--
.../vendor/theme/fonts/Roboto-Bold-webfont.eot | Bin 0 -> 47517 bytes
.../vendor/theme/fonts/Roboto-Bold-webfont.svg | 607 +++++++++++++++++++++
.../vendor/theme/fonts/Roboto-Bold-webfont.ttf | Bin 0 -> 47319 bytes
.../vendor/theme/fonts/Roboto-Bold-webfont.woff | Bin 0 -> 21320 bytes
96 files changed, 2164 insertions(+), 1158 deletions(-)
copy
ambari-infra/{ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/PropertyMap.java
=>
ambari-infra-manager-it/src/test/java/org/apache/ambari/infra/HttpResponse.java}
(72%)
copy
ambari-infra/{ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/PropertyMap.java
=>
ambari-infra-manager-it/src/test/java/org/apache/ambari/infra/JobExecutionInfo.java}
(59%)
copy
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/{job/PropertyMap.java
=> conf/InfraManagerSchedulingConfig.java} (65%)
create mode 100644
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/AbstractJobsConfiguration.java
copy
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/{PropertyMap.java
=> JobConfigurationException.java} (84%)
copy
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/{PropertyMap.java
=> JobContextRepository.java} (79%)
create mode 100644
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/JobContextRepositoryImpl.java
create mode 100644
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/JobScheduler.java
rename
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/{JobPropertyMap.java
=> JobsPropertyMap.java} (85%)
rename
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/{PropertyMap.java
=> SchedulingProperties.java} (60%)
create mode 100644
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/manager/Jobs.java
create mode 100644
ambari-infra/ambari-infra-manager/src/test/java/org/apache/ambari/infra/job/JobSchedulerTest.java
delete mode 100644
ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/util/MurmurHash.java
delete mode 100644
ambari-web/test/views/main/dashboard/widgets/hbase_master_uptime_test.js
delete mode 100644
ambari-web/test/views/main/dashboard/widgets/namenode_uptime_test.js
delete mode 100644
ambari-web/test/views/main/dashboard/widgets/resource_manager_uptime_test.js
create mode 100644 ambari-web/vendor/theme/fonts/Roboto-Bold-webfont.eot
create mode 100644 ambari-web/vendor/theme/fonts/Roboto-Bold-webfont.svg
create mode 100644 ambari-web/vendor/theme/fonts/Roboto-Bold-webfont.ttf
create mode 100644 ambari-web/vendor/theme/fonts/Roboto-Bold-webfont.woff
--
To stop receiving notification emails like this one, please contact
[email protected].