<?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 Re: Getting exception as Required field 'nimbus_uptime_secs' is unset in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118464#M34131</link>
    <description>&lt;P&gt;Thank you Lim, I already tried what you have mentioned but my scenerio is we are using the client which is &lt;STRONG&gt;apache&lt;/STRONG&gt; storm ie,
/Users/samrat/dev/StormCluster/apache-storm-0.10.0/bin/storm jar sample.jar com.bigd.tool.SampleMain ..... but now I think i should change my code to be compatible with apache-storm 1.0.1. 
Thank you once again Lim for your response&lt;/P&gt;</description>
    <pubDate>Sat, 09 Jul 2016 17:48:15 GMT</pubDate>
    <dc:creator>yeru_gopi</dc:creator>
    <dc:date>2016-07-09T17:48:15Z</dc:date>
    <item>
      <title>Getting exception as Required field 'nimbus_uptime_secs' is unset</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118462#M34129</link>
      <description>&lt;P&gt;Hi, I am beginner in Storm, For submitting storm topology i am using these below set of lines &lt;/P&gt;&lt;P&gt;conf.put(Config.NIMBUS_HOST, NIMBUS_NODE); &lt;/P&gt;&lt;P&gt;    conf.put(Config.NIMBUS_THRIFT_PORT,6627);&lt;/P&gt;&lt;P&gt;StormSubmitter.submitTopology("test", conf, builder.createTopology());
and in my pom, we have storm-core-0.9.3 and i am using HDP2.2. &lt;/P&gt;&lt;P&gt;Now we are migrating to HDP2.4 which is using storm-core-0.10.0 so i changed my pom to storm-core-0.10.0 but i am getting error as 
Required field 'nimbus_uptime_secs' is unset!&lt;/P&gt;&lt;P&gt;In code i changed/added &lt;/P&gt;&lt;P&gt;
conf.put(Config.NIMBUS_HOST, NIMBUS_NODE);
    conf.put(Config.NIMBUS_THRIFT_PORT,6627); &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ClusterSummary cs = new ClusterSummary(); &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;    cs.setFieldValue(_Fields.NIMBUS_UPTIME_SECS, 2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;StormSubmitter.submitTopology("test", conf, builder.createTopology()); &lt;/P&gt;&lt;P&gt;
    but not able to figure out how to pass the setted value to StormSubmitter. I tried moving to storm-core-1.0.1 and storm-core-0.11.0-snapshot but those are causing me compilation issues in other dependant code. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 22:28:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118462#M34129</guid>
      <dc:creator>yeru_gopi</dc:creator>
      <dc:date>2016-07-07T22:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception as Required field 'nimbus_uptime_secs' is unset</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118463#M34130</link>
      <description>&lt;P&gt;Storm in HDP 2.4 is based on Apache Storm 0.10.0 but not same since it has Nimbus H/A feature which is available on Apache Storm 1.0.0.&lt;/P&gt;&lt;P&gt;You can change your storm-core dependency to match your Storm version like 0.10.0-2.4.x.xxx according to your HDP version and see it helps.&lt;/P&gt;&lt;P&gt;You may also want to add Hortonworks repository (http://repo.hortonworks.com/content/repositories/releases) to your maven pom or gradle config.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 23:13:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118463#M34130</guid>
      <dc:creator>HeartSaVioR</dc:creator>
      <dc:date>2016-07-07T23:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception as Required field 'nimbus_uptime_secs' is unset</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118464#M34131</link>
      <description>&lt;P&gt;Thank you Lim, I already tried what you have mentioned but my scenerio is we are using the client which is &lt;STRONG&gt;apache&lt;/STRONG&gt; storm ie,
/Users/samrat/dev/StormCluster/apache-storm-0.10.0/bin/storm jar sample.jar com.bigd.tool.SampleMain ..... but now I think i should change my code to be compatible with apache-storm 1.0.1. 
Thank you once again Lim for your response&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 17:48:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118464#M34131</guid>
      <dc:creator>yeru_gopi</dc:creator>
      <dc:date>2016-07-09T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception as Required field 'nimbus_uptime_secs' is unset</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118465#M34132</link>
      <description>&lt;P&gt;I zipped the storm from sandboxHDP2.4 and unzipped it in my local machine and created two folders as /usr/hdp/2.4.0.0-169/etc and /usr/hdp/2.4.0.0-169/storm. Created default folder in etc and copied hadoop file and created bin folder in storm and copied storm.distro and storm.py. I keep on getting some or other file missing like &lt;/P&gt;&lt;P&gt;No such file or directory: '/usr/hdp/2.4.0.0-169/storm/extlib'
Could somebody help me is there any better solution or other procedure. I can't go to apache storm 1.0.1 as hdp2.4 has storm-0.10.0-2.4.0.0-169. Basically I want to submit job from storm client which is present in my local machine to cluster which is in sandbox&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 21:22:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Getting-exception-as-Required-field-nimbus-uptime-secs-is/m-p/118465#M34132</guid>
      <dc:creator>yeru_gopi</dc:creator>
      <dc:date>2016-07-14T21:22:25Z</dc:date>
    </item>
  </channel>
</rss>

