[ 
https://issues.apache.org/jira/browse/FLUME-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269840#comment-14269840
 ] 

Hari Shreedharan commented on FLUME-2019:
-----------------------------------------

Looks like you have Guava missing in your classpath? can you run:
 flume-ng -f <config-file> -c <conf-dir> -d

> (SinkRunner-PollingRunner-DefaultSinkProcessor) [ERROR - 
> org.apache.flume.sink.hdfs.HDFSEventSink.process(HDFSEventSink.java:460)
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLUME-2019
>                 URL: https://issues.apache.org/jira/browse/FLUME-2019
>             Project: Flume
>          Issue Type: Question
>          Components: Sinks+Sources
>    Affects Versions: v1.3.1
>         Environment: Ubuntu 12.04
>            Reporter: Kanikkannan
>            Priority: Minor
>              Labels: hadoop, newbie
>             Fix For: v1.3.1
>
>
> I am getting the below error, when I try to upload a file into Hadoop HDFS.
> 2013-04-23 12:06:39,141 (SinkRunner-PollingRunner-DefaultSinkProcessor) 
> [ERROR - 
> org.apache.flume.sink.hdfs.HDFSEventSink.process(HDFSEventSink.java:460)] 
> process failed
> java.lang.NoSuchMethodError: 
> com.google.common.cache.CacheBuilder.build()Lcom/google/common/cache/Cache;
> Flume.conf is as below
> ----------------------
> a1.sources = r1
> a1.sinks = k1
> a1.channels = c1
> a1.sources.r1.type = netcat
> a1.sources.r1.bind = localhost
> a1.sources.r1.port = 44444
> a1.sinks.k1.type = hdfs
> a1.sinks.k1.channel = c1
> a1.sinks.k1.hdfs.path = hdfs://localhost:8020/projects
> a1.sinks.k1.hdfs.hdfs.maxOpenFiles = 10000
> a1.channels.c1.type = memory
> a1.channels.c1.capacity = 100000
> a1.channels.c1.transactionCapacity = 100
> a1.sources.r1.channels = c1
> a1.sinks.k1.channel = c1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to