Hi,

Storm bolts would be the ideal place to handle the SAX parsing in your
case.You can pass the xml file location as a tuple to the Bolt from your
Spout and in the execute method of your Bolt you can write your custom
logic to do the desired SAX parsing.

Thanks
Bijoy


On Fri, Jan 24, 2014 at 5:30 PM, sowmiya kandasamy
<[email protected]>wrote:

> Hi All
>
>
> Is it possible to process xml file in storm using SAX parser. I have
> installed with storm version9.I want process big xml file and process some
> parts of information and store it into another xml files.
>
> If it is possible, where can i get some tutorial/sample codes or any
> helpful documentation?
>
>
>
>
> Please help to move into further
>
>
> Thanks,
>
> Sowmiya
>

Reply via email to