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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...