[
https://issues.apache.org/jira/browse/CHUKWA-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772445#action_12772445
]
Ari Rabkin commented on CHUKWA-409:
-----------------------------------
+1; I will commit this to Trunk tomorrow, barring objection.
Priority is minor, because there's an easy workaround for 0.3:
Use a pipeline such as
org.apache.hadoop.chukwa.datacollection.writer.SocketTeeWriter,org.apache.hadoop.chukwa.datacollection.writer.NullWriter
> Make SocketTeeWriter work in a single stage pipleine
> ----------------------------------------------------
>
> Key: CHUKWA-409
> URL: https://issues.apache.org/jira/browse/CHUKWA-409
> Project: Hadoop Chukwa
> Issue Type: Bug
> Components: data collection
> Affects Versions: 0.3.0
> Reporter: thushara wijeratna
> Priority: Minor
> Attachments: CHUKWA-409.patch
>
>
> I wanted to use SocketTeeWriter without going through the steps of
> writing to HDFS.
> It seems that PipelineStageWriter is designed to have any number of
> PipeLineable writers, optionally followed by a SeqFileWriter.
> So I changed my collector config :
> <property>
> <name>chukwaCollector.writerClass</name>
>
> <value>org.apache.hadoop.chukwa.datacollection.writer.PipelineStageWriter</value>
> </property>
> <property>
> <name>chukwaCollector.pipeline</name>
>
> <value>org.apache.hadoop.chukwa.datacollection.writer.SocketTeeWriter</value>
> </property>
> After doing one minor change to SocketTeeWriter, I could get this to
> work. The advantage is that now I do not need to set up HDFS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.