[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-03-27 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1485838229 I pulled these changes, removed hbase-sink, fixed some checkstyle issues and then merged this. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-03-27 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1484564061 What will you be doing? If it is just a matter of removing the HBase Sink I can handle that. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-03-26 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1484235323 I have spent several days looking into this and have come to the conclusion that there is no way to include the HBaseSink with these changes. The problem is that Guava seems to make

[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-03-12 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1465271233 I don't use Flume with Hadoop so I would not be the best qualified person to answer regarding hbase 1.x. I don't see any formal statement about HBase 1.x being EOL and, in fact, I see a 1.7.2

[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-03-11 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1465057944 I tested again today and TestHBaseSink is still failing exactly as I posted above 2 weeks ago. I don't get that error on trunk. From the stack trace it looks like something must have changed

[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-02-23 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1442210992 I am still seeing these errors: ``` [INFO] Running org.apache.flume.sink.hbase.TestAsyncHBaseSink [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.193 s

[GitHub] [flume] rgoers commented on pull request #396: FLUME-3448 bump up to hadoop 3.2.2

2023-02-22 Thread via GitHub
rgoers commented on PR #396: URL: https://github.com/apache/flume/pull/396#issuecomment-1440713335 I tried applying this and am getting unit test failures in the Flume Auth module in TestAuthenticator. Did you run a full build after making this change? -- This is an automated message