<?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>topic Re: HadoopOps errors &amp; exceptions in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27643#M910</link>
    <description>&lt;P&gt;This is due to 'table' command, part of __retrieve_live_components saved search, listing fields that don't exist.&lt;/P&gt;

&lt;P&gt;This leads me to believe it's either a field extraction permissions issue, or more likely, the data of source 'ps' is not making it to splunk.&lt;/P&gt;

&lt;P&gt;One place to debug further is macro search &lt;CODE&gt;hadoop_ps&lt;/CODE&gt; to see if hadoop java processes are being captured at all.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:19:56 GMT</pubDate>
    <dc:creator>rarsan_splunk</dc:creator>
    <dc:date>2020-09-28T13:19:56Z</dc:date>
    <item>
      <title>HadoopOps errors &amp; exceptions</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27640#M907</link>
      <description>&lt;P&gt;I've just installed the HadoopOps app + dependencies and have some problems getting it to work.&lt;/P&gt;

&lt;P&gt;First, opening the "Manage Services" popup throws an exception:&lt;/P&gt;

&lt;PRE&gt;
 "UnboundLocalError: local variable 'job' referenced before assignment"
&lt;/PRE&gt;

&lt;P&gt;Second, the ftr_lookup input does not work. Splunk throws the following exception upon startup:&lt;/P&gt;

&lt;PRE&gt;
message from "python /opt/splunk/etc/apps/SA-HadoopOps/bin/scripted_inputs/ftr_lookups.py" splunk.SearchException: Invalid session token: 264afd65bc2120efa7ab3974f42471f8
&lt;/PRE&gt;

&lt;P&gt;After running the saved searches referenced in the script all the lookup tables are working.&lt;/P&gt;

&lt;P&gt;After fixing the lookup tables, the Home view says:&lt;/P&gt;

&lt;PRE&gt;
No matching fields exist
&lt;/PRE&gt;

&lt;P&gt;and some searches still don't generate any results ...&lt;/P&gt;

&lt;P&gt;Unfortunately the documentation for this app is not very helpful on these issues and there are no (not even unanswered!) questions for HadoopOps in splunkbase. Does anybody even use this app and knows how i can get the errors fixed?&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27640#M907</guid>
      <dc:creator>hollow</dc:creator>
      <dc:date>2013-02-11T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopOps errors &amp; exceptions</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27641#M908</link>
      <description>&lt;P&gt;With respect to "Manage Services" modal, it appears the underlying search dispatch for retrieving list of services is failing.&lt;BR /&gt;
Is it possible you have an older SA-HadoopOps? You can quickly verify by ensuring this file contains the saved search "__retrieve_live_components":&lt;BR /&gt;
     /etc/apps/SA-HadoopOps/default/savedsearches.conf&lt;/P&gt;

&lt;P&gt;Then, try to run it separately by going to:&lt;BR /&gt;
Search App &amp;gt; Click 'Searches &amp;amp; Report' menu &amp;gt; Click '__retrieve_live_components'&lt;BR /&gt;
where you should expect a list of hosts &amp;amp; services.&lt;/P&gt;

&lt;P&gt;If this looks fine, then we need to dig further into what's going on in your specific instance.&lt;/P&gt;

&lt;P&gt;Thanks for pointing this out. Irrespective of that search dispatch failure, the exception should be properly handled, and we shall put in appropriate error messaging.&lt;/P&gt;

&lt;P&gt;-Roy&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27641#M908</guid>
      <dc:creator>rarsan_splunk</dc:creator>
      <dc:date>2020-09-28T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopOps errors &amp; exceptions</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27642#M909</link>
      <description>&lt;P&gt;the __retrieve_live_components savedsearch exists on my system. running the search manually still gives me "No matching fields exist".&lt;/P&gt;

&lt;P&gt;maybe i'm missing some information in my hadoop config that the introspection expects to be there?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27642#M909</guid>
      <dc:creator>hollow</dc:creator>
      <dc:date>2020-09-28T13:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopOps errors &amp; exceptions</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27643#M910</link>
      <description>&lt;P&gt;This is due to 'table' command, part of __retrieve_live_components saved search, listing fields that don't exist.&lt;/P&gt;

&lt;P&gt;This leads me to believe it's either a field extraction permissions issue, or more likely, the data of source 'ps' is not making it to splunk.&lt;/P&gt;

&lt;P&gt;One place to debug further is macro search &lt;CODE&gt;hadoop_ps&lt;/CODE&gt; to see if hadoop java processes are being captured at all.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:19:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27643#M910</guid>
      <dc:creator>rarsan_splunk</dc:creator>
      <dc:date>2020-09-28T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopOps errors &amp; exceptions</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27644#M911</link>
      <description>&lt;P&gt;I redid our Hadoop Setup and tried to setup HadoopOps again and found the issue: I didn't have an admin user, so the passAuth stuff did not work. After creating an admin user everything worked out fine.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 08:40:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27644#M911</guid>
      <dc:creator>hollow</dc:creator>
      <dc:date>2013-04-15T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopOps errors &amp; exceptions</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27645#M912</link>
      <description>&lt;P&gt;Thanks, I have filed the bug HADOOP-1012 to get that changed to splunk-system-user.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 17:15:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/HadoopOps-errors-exceptions/m-p/27645#M912</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-04-15T17:15:32Z</dc:date>
    </item>
  </channel>
</rss>

