Hive Debugger

🌐Community
by adenhq · vlatest · Repository

The Hive Debugger analyzes Hive queries for errors, offering insights and solutions to quickly resolve issues and optimize performance.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add hive-debugger npx -- -y @trustedskills/hive-debugger
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "hive-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/hive-debugger"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The hive-debugger skill provides debugging capabilities within the Hive environment. It allows users to inspect and modify the state of a running Hive process, facilitating troubleshooting and understanding complex workflows. This includes features for stepping through code execution and examining variable values at runtime.

When to use it

  • Troubleshooting failed Hive jobs: Identify errors in data processing pipelines by inspecting intermediate states.
  • Understanding complex HiveQL queries: Step through the execution of intricate queries to understand their behavior.
  • Debugging custom UDFs (User Defined Functions): Inspect the internal workings and variable values within your own code.
  • Analyzing performance bottlenecks: Pinpoint slow operations by observing data flow and resource usage during job execution.

Key capabilities

  • Inspect Hive process state
  • Modify runtime variables
  • Step through code execution
  • Examine variable values

Example prompts

  • "Debug my Hive query and show me the value of 'total_records' after the join."
  • "Step through this UDF line by line and print the contents of 'input_data'."
  • "What is the current state of the Hive job with ID 12345?"

Tips & gotchas

The hive-debugger skill requires a working Hive environment. Due to its nature, debugging can significantly impact performance; use it judiciously in production environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
adenhq
Installs
27

🌐 Community

Passed automated security scans.