All Apps and Add-ons

With Hunk, verbose mode does not run a MapReduce job, so what does it do?

jaredlaney
Contributor

I'm trying to understand Hunk verbose mode more. Here is a reference to verbose mode not running an MR job.

http://answers.splunk.com/answers/239341/in-hunk-verbose-mode-vs-smart-mode-for-vix-virtual.html

0 Karma
1 Solution

dturnbull_splun
Splunk Employee
Splunk Employee

It's streaming data back from HDFS

View solution in original post

dturnbull_splun
Splunk Employee
Splunk Employee

It's streaming data back from HDFS

jaredlaney
Contributor

Using a hadoop streaming job? Or just a REST call to hdfs?

0 Karma

kschon_splunk
Splunk Employee
Splunk Employee

The Hadoop file system interface (usually backed by HDFS, but sometimes by S3, GPFS, etc.) allows a client to open an input stream to any file it contains. There is no associated job. Verbose mode does all calculations on the Search Head, so that all log messages are generated in one place, in a well defined order. To do this, it first streams the data from the Hadoop file system using an input stream. No MR job is started.

jaredlaney
Contributor

@kschon - Thanks for the explanation. I was just trying to figure out where the compute happened and to understand the limitations, etc. If I have Billions of records and I run in verbose mode, I'm guessing the performance would be much worse than the MR job with fast mode. (search head processing vs. hadoop cluster)

0 Karma

kschon_splunk
Splunk Employee
Splunk Employee

Yes, much worse. You should only use verbose mode when you are trying to diagnose a problem.

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...