getCacheRulesForComputeGroup
Syntax
getCacheRulesForComputeGroup([name])
Details
Returns the cache rules that are configured in all compute groups or in a specified compute group.
Parameters
name (optional): A STRING scalar specifying the name of the compute group. If not specified, returns the cache rules for all compute groups.
Returns
A table with the following columns:
- computeGroup: Name of the compute group.
- tableName: Table specified for caching in the compute group’s cache path.
Examples
getCacheRulesForComputeGroup("cgroup1")
| computeGroup | tableName |
|---|---|
| cgroup1 | dfs://compute_test/tb1 |
Related Functions: removeCacheRulesForComputeGroup, addCacheRulesForComputeGroup
