<?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: Hunk is taking too much time for processing hive ORC data. How do I improve the performance? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175144#M1917</link>
    <description>&lt;P&gt;Try this combo:&lt;BR /&gt;
index=idxtmgorc cs_username="anyname" | stats count(cs_username) as username&lt;BR /&gt;
Be in Smart Mode&lt;BR /&gt;
In addition, Here is a link that shows you the Mode options:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Aboutsearchactionsandmodes" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Aboutsearchactionsandmodes&lt;/A&gt;&lt;BR /&gt;
and a link that shows you the Search commands:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Usethesearchlanguage" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Usethesearchlanguage&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 20:23:30 GMT</pubDate>
    <dc:creator>rdagan_splunk</dc:creator>
    <dc:date>2020-09-28T20:23:30Z</dc:date>
    <item>
      <title>Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175141#M1914</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I have set up hunk with Apache Hadoop 2.26 and my data is stored in Hive 0.13 table with ORC compression. Data size is around 2 TB.&lt;/P&gt;

&lt;P&gt;When I am trying to execute any query through Hunk, it is taking too much time. Equivalent query in hive is taking only 80 Sec. I am executing the above on the same hive table.&lt;/P&gt;

&lt;P&gt;Please help me to improve the performance of Hunk. How I can achieve fast data processing through Hunk?&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Abhishek&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 07:32:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175141#M1914</guid>
      <dc:creator>toabhishek16</dc:creator>
      <dc:date>2015-06-25T07:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175142#M1915</link>
      <description>&lt;P&gt;Can you share the Hunk query?  Also please make sure you are in a smart search mode (not in Verbose mode)&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 14:54:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175142#M1915</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2015-06-25T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175143#M1916</link>
      <description>&lt;P&gt;Hi rdagan_splunk,&lt;/P&gt;

&lt;P&gt;I am using below queries in Hunk and Hive respectevely:&lt;/P&gt;

&lt;P&gt;index=idxtmgorc cs_username="anyname"  - taking too much time almost more then 30 minutes.&lt;/P&gt;

&lt;P&gt;select cs_username from tmg_orc_table where cs_username='anyname   - hive query taking only 80 sec on same data and same cluster.&lt;/P&gt;

&lt;P&gt;give me some time, I will let you know about the mode.&lt;BR /&gt;
Thanks &amp;amp; Regards&lt;BR /&gt;
Abhishek Soni&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:22:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175143#M1916</guid>
      <dc:creator>toabhishek16</dc:creator>
      <dc:date>2020-09-28T20:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175144#M1917</link>
      <description>&lt;P&gt;Try this combo:&lt;BR /&gt;
index=idxtmgorc cs_username="anyname" | stats count(cs_username) as username&lt;BR /&gt;
Be in Smart Mode&lt;BR /&gt;
In addition, Here is a link that shows you the Mode options:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Aboutsearchactionsandmodes" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Aboutsearchactionsandmodes&lt;/A&gt;&lt;BR /&gt;
and a link that shows you the Search commands:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Usethesearchlanguage" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Usethesearchlanguage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175144#M1917</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2020-09-28T20:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175145#M1918</link>
      <description>&lt;P&gt;Hi rdagan_splunk,&lt;/P&gt;

&lt;P&gt;I &lt;STRONG&gt;am in Smart mode a&lt;/STRONG&gt;s suggested by you.&lt;/P&gt;

&lt;P&gt;I tried the queries suggested by you and observed when I am runnning query which &lt;STRONG&gt;involves stats command, it is working fast&lt;/STRONG&gt;. but when I am trying to run &lt;STRONG&gt;generic queries like index=idxtmg, its is taking too much time&lt;/STRONG&gt; for giving results.&lt;/P&gt;

&lt;P&gt;please suggest me how I can improve the system's performance.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:53:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175145#M1918</guid>
      <dc:creator>toabhishek16</dc:creator>
      <dc:date>2015-06-29T09:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175146#M1919</link>
      <description>&lt;P&gt;I am happy to see that you are able to improve the performance when running Hadoop MapReduce Jobs.&lt;BR /&gt;
The rule is Hunk triggers an MR job if:&lt;BR /&gt;
1. the search is &lt;EM&gt;not&lt;/EM&gt; ran in verbose mode  AND&lt;BR /&gt;
2. the search contains any filtering predicates in the first search command&lt;BR /&gt;
          OR&lt;BR /&gt;
3. the search contains any reporting commands&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 14:24:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175146#M1919</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2015-06-29T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175147#M1920</link>
      <description>&lt;P&gt;thanks rdagan_splunk for clarifying the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:04:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175147#M1920</guid>
      <dc:creator>toabhishek16</dc:creator>
      <dc:date>2015-07-01T07:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hunk is taking too much time for processing hive ORC data. How do I improve the performance?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175148#M1921</link>
      <description>&lt;P&gt;Abhishek did you ever solve the performance issue? I have the same issue.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 02:10:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Hunk-is-taking-too-much-time-for-processing-hive-ORC-data-How-do/m-p/175148#M1921</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2016-05-02T02:10:36Z</dc:date>
    </item>
  </channel>
</rss>

