RE: Storm-HDFS bolt file paths according to input Tuples

2016-01-04 Thread Annabel Melongo
: user@storm.apache.org Subject: Storm-HDFS bolt file paths according to input Tuples Hello,  I am trying to write data into HDFS using the storm-hdfs bolt  http://storm.apache.org/documentation/storm-hdfs.html The problem I am trying to solve is that I want the file paths to be set according to the

Re: Storm-HDFS bolt file paths according to input Tuples

2016-01-04 Thread Shivpriya Tamboskar
>> Date: Monday, January 4, 2016 at 3:40 PM To: "user@storm.apache.org<mailto:user@storm.apache.org>" mailto:user@storm.apache.org>> Subject: Storm-HDFS bolt file paths according to input Tuples Hello, I am trying to write data into HDFS using the storm-hdfs bolt http://

Re: Storm-HDFS bolt file paths according to input Tuples

2016-01-04 Thread Aaron . Dossett
orm.apache.org<mailto:user@storm.apache.org>" mailto:user@storm.apache.org>> Subject: Storm-HDFS bolt file paths according to input Tuples Hello, I am trying to write data into HDFS using the storm-hdfs bolt http://storm.apache.org/documentation/storm-hdfs.html The problem I am trying to

Storm-HDFS bolt file paths according to input Tuples

2016-01-04 Thread Shivpriya Tamboskar
Hello, I am trying to write data into HDFS using the storm-hdfs bolt http://storm.apache.org/documentation/storm-hdfs.html The problem I am trying to solve is that I want the file paths to be set according to the input tuples. FileNameFormat fileNameFormat = new DefaultFileNameFormat()