Integration Alluxio and Flink
Posted by
Andrea Sella on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Integration-Alluxio-and-Flink-tp5498.html
Hi to all,
I'm trying to integrate Alluxio and Apache Flink, I followed
Running Flink on Alluxio to setup Flink.
I tested in local mode executing:
bin/flink run ./examples/batch/WordCount.jar --input alluxio:///flink/README.txt
But I've faced a TimeoutException, I attach the logs. It seems the trouble is due to netty dependencies-conflict.
Thank you,
Andrea