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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...