From commits-return-4596-archive-asf-public=cust-asf.ponee.io@bigtop.apache.org Mon Nov 9 14:02:22 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id BCD7C18065C for ; Mon, 9 Nov 2020 15:02:22 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 0740544227 for ; Mon, 9 Nov 2020 14:02:22 +0000 (UTC) Received: (qmail 65920 invoked by uid 500); 9 Nov 2020 14:02:21 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 65911 invoked by uid 99); 9 Nov 2020 14:02:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2020 14:02:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 60C26820EB; Mon, 9 Nov 2020 14:02:21 +0000 (UTC) Date: Mon, 09 Nov 2020 14:02:21 +0000 To: "commits@bigtop.apache.org" Subject: [bigtop] branch master updated: BIGTOP-3440: disable flume solr sink to avoid build failures (#694) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160493054128.13628.4600251299002100027@gitbox.apache.org> From: sekikn@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: bigtop X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b5f32a9e1505719bf103dedfa18f54bbd1bcacb2 X-Git-Newrev: 8e1bf51585ef78a914640d7d3eba367a174d2a76 X-Git-Rev: 8e1bf51585ef78a914640d7d3eba367a174d2a76 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. sekikn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bigtop.git The following commit(s) were added to refs/heads/master by this push: new 8e1bf51 BIGTOP-3440: disable flume solr sink to avoid build failures (#694) 8e1bf51 is described below commit 8e1bf51585ef78a914640d7d3eba367a174d2a76 Author: Luca Toscano AuthorDate: Mon Nov 9 15:02:11 2020 +0100 BIGTOP-3440: disable flume solr sink to avoid build failures (#694) The solr sink currently depends on kite, that it is a library not developed anymore. There are currently build failures due to the ua_parser library, that was available in a Twitter maven repository not maintained anymore (since it throws HTTP 503s consistently). Flume upstream moved the dependency to another repository, https://github.com/apache/flume/commit/9e0bc5bf4865673e6989ba887d27f468991c1e27 that fixes the Twitter problem but that brings in another build failure for the 'rome' dependency. This commit removes the solr sink from the build list, resolving the overall build problem for Flume. --- bigtop-packages/src/common/flume/patch5-BIGTOP-3440.diff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bigtop-packages/src/common/flume/patch5-BIGTOP-3440.diff b/bigtop-packages/src/common/flume/patch5-BIGTOP-3440.diff new file mode 100644 index 0000000..1ce5739 --- /dev/null +++ b/bigtop-packages/src/common/flume/patch5-BIGTOP-3440.diff @@ -0,0 +1,14 @@ +diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml +index 43e7da97..d0e50df4 100644 +--- a/flume-ng-sinks/pom.xml ++++ b/flume-ng-sinks/pom.xml +@@ -37,7 +37,9 @@ limitations under the License. + flume-ng-hbase-sink + flume-ng-hbase2-sink + flume-ng-elasticsearch-sink ++ + flume-ng-kafka-sink + flume-http-sink + flume-dataset-sink