GitHub user JunHe77 opened a pull request:
https://github.com/apache/bigtop/pull/397
BIGTOP-3082: Fix build failure with flume-1.8+kafka-0.10.2.2
When upgrading flume to 1.8 and kafka to 0.10.2.2, the build of flume
is failed due to API changes and scala upgrade in kafka.
This patch rebased FLUME-2662/FLUME-3026 patches to flume-1.8, and for
the scala conflicts, used Anton's patch which can be found here:
https://lists.apache.org/thread.html/%3CCAJZrK_tN49GM+vCCiB+rjLL==82U=7nswoapwWmyJbVAS5F=q...@mail.gmail.com%3E
Change-Id: Idf8d00c22ef60d82783056fea556e9a6f517054a
Signed-off-by: Jun He <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JunHe77/bigtop BIGTOP-3082
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/397.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #397
----
commit 57f148616a34ebd361cdd61a0703ad97cdcc19b0
Author: Jun He <jun.he@...>
Date: 2018-09-19T17:48:25Z
BIGTOP-3082: Fix build failure with flume-1.8+kafka-0.10.2.2
When upgrading flume to 1.8 and kafka to 0.10.2.2, the build of flume
is failed due to API changes and scala upgrade in kafka.
This patch rebased FLUME-2662/FLUME-3026 patches to flume-1.8, and for
the scala conflicts, used Anton's patch which can be found here:
https://lists.apache.org/thread.html/%3CCAJZrK_tN49GM+vCCiB+rjLL==82U=7nswoapwWmyJbVAS5F=q...@mail.gmail.com%3E
Change-Id: Idf8d00c22ef60d82783056fea556e9a6f517054a
Signed-off-by: Jun He <[email protected]>
----
---