dump_configurations
Extract and manage Hadoop cluster configurations via a unified tool, enabling single-type focus, bulk filtering, and customizable output options to streamline configuration introspection and administration.
Instructions
Unified configuration introspection tool (supersedes get_configurations & list_configurations & dump_all_configurations).
Modes:
- Single type values: specify config_type=<type>
- Bulk list (optionally narrowed by service_filter substring in type name)
- Filtering keys/types via filter substring
Args: config_type: focus on one type's latest tag (other bulk params ignored except filter on keys) service_filter: substring to restrict bulk types (ignored if config_type provided) filter: substring applied to type names OR property keys summarize: bulk mode summary lines only (counts + sample keys, forces include_values False) include_values: include key=value pairs (bulk/full mode only) limit: max number of types to output in bulk mode (0 = unlimited) max_chars: truncate final output if exceeds
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config_type | No | ||
filter | No | ||
include_values | No | ||
limit | No | ||
max_chars | No | ||
service_filter | No | ||
summarize | No |