This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a change to branch cloud-storage-poc
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git.
discard 92eb8b8 Add GCS support
discard 1913158 Add jetty-util
discard 852edaa Add Azure support
discard cb9e205 Renmae file system delegator
discard 3e230bc Add jet3t and S3N filesystem implementation
discard fadf364 Use more hadoop jars to avoid class not found exceptions
discard 2070dda Fix jar locations
discard 29f90ea support aws sdk libraries with rpm generation as well
discard b79b7c5 support s3 for infra-solr
add f2fd789 Use build.xml for ambari-infra-assembly to not duplicate
package code
add 80be992 AMBARI-25067. Upgrade Solr version to 7.6.0 from 7.5.0
new 84a4a0b Add cloud support
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (92eb8b8)
\
N -- N -- N refs/heads/cloud-storage-poc (84a4a0b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
ambari-infra-assembly/build.xml | 5 +--
ambari-infra-assembly/pom.xml | 4 ---
ambari-infra-manager/docker/docker-compose.yml | 2 +-
.../docker/infra-manager-docker-compose.sh | 2 +-
ambari-infra-solr-client/README.md | 8 ++---
.../src/main/python/migrationHelper.py | 2 +-
.../src/main/resources/solrIndexHelper.sh | 8 ++---
.../docker/infra-solr-docker-compose.sh | 2 +-
.../reporters/{AMSProtocol.java => Main.java} | 12 +++++--
.../apache/hadoop/fs/s3n/S3NativeFileSystem.java | 39 ----------------------
pom.xml | 3 +-
11 files changed, 24 insertions(+), 63 deletions(-)
copy
ambari-infra-solr-plugin/src/main/java/org/apache/ambari/infra/solr/metrics/reporters/{AMSProtocol.java
=> Main.java} (78%)
delete mode 100644
ambari-infra-solr-plugin/src/main/java/org/apache/hadoop/fs/s3n/S3NativeFileSystem.java