All Apps and Add-ons

HUNK: Error while running external process, return_code=126.

ryu_kahou
Explorer

I installed HUNK to work with local hadoop cluster (hadoop 2.3.0 YARN). The following error happened when running search command "index=virtual_index_name".

[smllog] Error while running external process, return_code=126. See search.log for more info

I checked the content of search.log and found no error. The following is something may be related.

11-19-2014 09:48:13.787 INFO  UserManager - Done setting user context: NULL -> hadoop_user_name
11-19-2014 09:48:13.787 INFO  UserManager - Unwound user context: hadoop_user_name -> NULL
11-19-2014 09:48:13.787 INFO  DispatchManager - DispatchManager::dispatchHasFinished(id='1416358093.13', username='hadoop_user_name')
11-19-2014 09:48:13.788 INFO  UserManager - Unwound user context: hadoop_user_name -> NULL
11-19-2014 09:48:13.789 INFO  ShutdownHandler - Shutting down splunkd
11-19-2014 09:48:13.789 INFO  ShutdownHandler - shutting down level "ShutdownLevel_Begin"

How could I found the detail of HUNK error?

1 Solution

rdagan_splunk
Splunk Employee
Splunk Employee

Error running external process normally means Hunk cannot find your Hadoop or Java processes.
So if your Hadoop processes is '/usr/bin/hadoop' in the Hunk configuration you will need to put ' /usr ' (Hunk will add /bin/hadoop)

View solution in original post

rdagan_splunk
Splunk Employee
Splunk Employee

Error running external process normally means Hunk cannot find your Hadoop or Java processes.
So if your Hadoop processes is '/usr/bin/hadoop' in the Hunk configuration you will need to put ' /usr ' (Hunk will add /bin/hadoop)

ryu_kahou
Explorer

Thank you very much. You saved me a lot of time.
I set java home to /usr/bin/java. After I changed it to /usr/java/jdk, it works.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...