<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Problems writing to hdfs from storm bolt in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problems-writing-to-hdfs-from-storm-bolt/m-p/185759#M61710</link>
    <description>&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;I have written a topology that aims to write the results to HDFS. I am choosing Sequence file to do it, but I am getting the below error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;org.apache.hadoop.ipc.Client handleConnectionTimeout &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO: Retrying connect to server: 35.176.11.138/35.176.11.138:50075. Already tried 0 time(s); maxRetries=45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here is the code snippet&lt;/P&gt;&lt;P&gt;SequenceFileBolt boltseq = new SequenceFileBolt()
        .&lt;STRONG&gt;withFsUrl&lt;/STRONG&gt;("hdfs://35.176.11.138:50075")
        .withFileNameFormat(fileNameFormat)
        .withSequenceFormat(format)
        .withRotationPolicy(rotationPolicy)
        .withSyncPolicy(syncPolicy);&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;        b.setBolt("HDFS", boltseq).shuffleGrouping("WordCounterBolt");&lt;/P&gt;&lt;P&gt;I am not sure what I am doing wrong, because when I open a browser and run http://&lt;STRONG&gt;35.176.11.138:50075, I can see the datanode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please can somebody help?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 12:23:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2026-04-21T12:23:12Z</dc:date>
    <item>
      <title>Problems writing to hdfs from storm bolt</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problems-writing-to-hdfs-from-storm-bolt/m-p/185759#M61710</link>
      <description>&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;I have written a topology that aims to write the results to HDFS. I am choosing Sequence file to do it, but I am getting the below error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;org.apache.hadoop.ipc.Client handleConnectionTimeout &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO: Retrying connect to server: 35.176.11.138/35.176.11.138:50075. Already tried 0 time(s); maxRetries=45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here is the code snippet&lt;/P&gt;&lt;P&gt;SequenceFileBolt boltseq = new SequenceFileBolt()
        .&lt;STRONG&gt;withFsUrl&lt;/STRONG&gt;("hdfs://35.176.11.138:50075")
        .withFileNameFormat(fileNameFormat)
        .withSequenceFormat(format)
        .withRotationPolicy(rotationPolicy)
        .withSyncPolicy(syncPolicy);&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;        b.setBolt("HDFS", boltseq).shuffleGrouping("WordCounterBolt");&lt;/P&gt;&lt;P&gt;I am not sure what I am doing wrong, because when I open a browser and run http://&lt;STRONG&gt;35.176.11.138:50075, I can see the datanode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please can somebody help?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:23:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problems-writing-to-hdfs-from-storm-bolt/m-p/185759#M61710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2026-04-21T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems writing to hdfs from storm bolt</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problems-writing-to-hdfs-from-storm-bolt/m-p/185760#M61711</link>
      <description>&lt;P&gt;I think you are using datanode url, you should be using namenode url.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 23:19:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problems-writing-to-hdfs-from-storm-bolt/m-p/185760#M61711</guid>
      <dc:creator>rgautam</dc:creator>
      <dc:date>2017-05-25T23:19:45Z</dc:date>
    </item>
  </channel>
</rss>

