You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/07/08 17:38:28 UTC

[ambari] branch branch-2.7 updated (95b51e0 -> bfaffae)

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

oleewere pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from 95b51e0  [AMBARI-24262] - Hive Client Restart Fails When Using A Credential Store (#1705)
     add 3719d4b  AMBARI-24261. Support Kafka Log Feeder output by ambari configs
     add f87fcd3  AMBARI-24261. Keep custom jsons in /usr/lib/ambari-logsearch-logfeeder/conf after package upgrade
     new bfaffae  Merge pull request #1709 from oleewere/AMBARI-24261-branch-2.7

The 1 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/package/deb/logfeeder/postinst        | 11 +++--
 .../src/main/package/rpm/logfeeder/postinstall.sh  | 11 +++--
 ...g-env.xml => logfeeder-kafka-output-config.xml} | 52 +++++++++++-----------
 .../0.5.0/configuration/logfeeder-properties.xml   |  2 +-
 .../LOGSEARCH/0.5.0/package/scripts/params.py      | 13 +++++-
 .../0.5.0/package/scripts/setup_logfeeder.py       |  5 +++
 .../0.5.0/properties/kafka-output.json.j2}         | 22 ++++++---
 7 files changed, 76 insertions(+), 40 deletions(-)
 copy ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/{logfeeder-system_log-env.xml => logfeeder-kafka-output-config.xml} (53%)
 copy ambari-server/src/main/resources/common-services/{RANGER/0.4.0/package/templates/ranger_remote_pam.j2 => LOGSEARCH/0.5.0/properties/kafka-output.json.j2} (68%)


[ambari] 01/01: Merge pull request #1709 from oleewere/AMBARI-24261-branch-2.7

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit bfaffaed00e0862f9486078ef55b3cd77a7e9176
Merge: 95b51e0 f87fcd3
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Sun Jul 8 19:38:25 2018 +0200

    Merge pull request #1709 from oleewere/AMBARI-24261-branch-2.7
    
    [Ambari 24261] Logfeeder fail to start due to missing conf file post logsearch upgrade

 .../src/main/package/deb/logfeeder/postinst        | 11 ++--
 .../src/main/package/rpm/logfeeder/postinstall.sh  | 11 ++--
 .../logfeeder-kafka-output-config.xml              | 61 ++++++++++++++++++++++
 .../0.5.0/configuration/logfeeder-properties.xml   |  2 +-
 .../LOGSEARCH/0.5.0/package/scripts/params.py      | 13 ++++-
 .../0.5.0/package/scripts/setup_logfeeder.py       |  5 ++
 .../0.5.0/properties/kafka-output.json.j2          | 34 ++++++++++++
 7 files changed, 128 insertions(+), 9 deletions(-)