| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
55 (0.115s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: .tmp in hdfs sink - Flume - [mail # user]
|
|
...Another question I had was about rollover. What's the best way to rollover files in reasonable timeframe? For instance our path is YY/MM/DD/HH so every hour there is new file and the -1 hr i...
|
|
|
Author: Mohit Anchlia,
2012-11-16, 04:16
|
|
|
Re: .tmp in hdfs sink - Flume - [mail # user]
|
|
...Thanks Mike it makes sense. Anyway I can help? On Thu, Nov 15, 2012 at 11:54 AM, Mike Percy wrote: ...
|
|
|
Author: Mohit Anchlia,
2012-11-16, 04:14
|
|
|
.tmp in hdfs sink - Flume - [mail # user]
|
|
...What we are seeing is that if flume gets killed either because of server failure or other reasons, it keeps around the .tmp file. Sometimes for whatever reasons .tmp file is not readable. Is...
|
|
|
Author: Mohit Anchlia,
2012-11-11, 16:32
|
|
|
Thread safety in RpcClientFactory - Flume - [mail # user]
|
|
...Is object returned by "rpcClient RpcClientFactory.getDefaultInstance(hostName, port);" thread safe? I am currently sharing rpcClient object with several threads....
|
|
|
Author: Mohit Anchlia,
2012-10-25, 01:02
|
|
|
File rollover - Flume - [mail # user]
|
|
...I am using hdfs sink. What I see is that when app is not in use I get 1000s of 0 byte files and when I start to send out load flume is busy writing to logs the following: How can I imp...
|
|
|
Author: Mohit Anchlia,
2012-09-28, 21:49
|
|
|
Avro and HDFS - Flume - [mail # user]
|
|
...I have a 6 node cluster and client machines where we run flume. We use Netty RPC client that comes with flume-ng. When we shutdown one of the nodes in Hadoop cluster we start get this error ...
|
|
|
Author: Mohit Anchlia,
2012-09-18, 21:15
|
|
|
Re: AvroClient connections - Flume - [mail # user]
|
|
...I see in NettyAvroRPCClient flume-ng code that for every connect call it calls newCachedThreadPool call. So it looks like I should just one instance of this class? Trying to figure out how t...
|
|
|
Author: Mohit Anchlia,
2012-09-16, 15:36
|
|
|
Re: AvroClient connections - Flume - [mail # user]
|
|
...Any suggestions would be helpful. On Thu, Sep 6, 2012 at 10:32 AM, Mohit Anchlia wrote: ...
|
|
|
Author: Mohit Anchlia,
2012-09-13, 21:34
|
|
|
Debug HDFS sink - Flume - [mail # user]
|
|
...I am using HDFS sink with snappycompression. After I write data and read from the hdfs file I only see the keys but not data. How can I debug this with flume? DEFINE SequenceFileLoade...
|
|
|
Author: Mohit Anchlia,
2012-09-08, 01:11
|
|
|
AvroClient connections - Flume - [mail # user]
|
|
...I have a below class that I use for AvroClient. My question is it ok to share just one connection with many threads or should one have one instance of this class per thread? public cl...
|
|
|
Author: Mohit Anchlia,
2012-09-06, 17:32
|
|
|
|