I can run Flume 1.3.1 with no issues, I am getting following error when running Flume 1.4.0 with HDFS sink on Hadoop 2.0.0-cdh4.2.1
2013-08-12 17:31:51,962 (SinkRunner-PollingRunner-DefaultSinkProcessor) [INFO - org.apache.flume.sink.hdfs.BucketWriter.open(BucketWriter.java:219)] Creating hdfs://myserver:8020/myproject/flume/FlumeData.1376328711853.tmp 2013-08-12 17:31:52,605 (SinkRunner-PollingRunner-DefaultSinkProcessor) [ERROR - org.apache.flume.sink.hdfs.HDFSEventSink.process(HDFSEventSink.java:422)] process failed java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.build()Lcom/google/common/cache/Cache; I checked and flume 1.4.0 lib is in the classpath (its the first path is the list of many...). anybody luck running Flume 1.4.0 HDFS sink on on Hadoop 2.0.0-cdh4.2.1 ? thank you
