I'm not seeing that. It must be related to fdfcdba, which changed the API
for the EventProducer and renamed it to OperationsProducer. But that commit
changed all the existing EventProducers to be OperationsProducers, so I'm
not sure how that problem is happening.

-Will

On Fri, Sep 9, 2016 at 4:56 AM, Todd Lipcon <[email protected]> wrote:

> Anyone seen this on their boxes?
> Running org.apache.kudu.flume.sink.KeyedKuduEventProducerTest
> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 2.768 sec
> <<< FAILURE! - in org.apache.kudu.flume.sink.KeyedKuduEventProducerTest
> testDuplicateRowsWithUpsert(org.apache.kudu.flume.sink.
> KeyedKuduEventProducerTest)
>  Time elapsed: 0.077 sec  <<< ERROR!
> java.lang.ClassCastException:
> org.apache.kudu.flume.sink.SimpleKeyedKuduEventProducer cannot be cast to
> org.apache.kudu.flume.sink.KuduOperationsProducer
> at org.apache.kudu.flume.sink.KuduSink.configure(KuduSink.java:201)
> at org.apache.flume.conf.Configurables.configure(Configurables.java:41)
> at
> org.apache.kudu.flume.sink.KeyedKuduEventProducerTest.createSink(
> KeyedKuduEventProducerTest.java:212)
> at
> org.apache.kudu.flume.sink.KeyedKuduEventProducerTest.
> testDuplicateRowsWithUpsert(KeyedKuduEventProducerTest.java:106)
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>

Reply via email to