Data type mismatch in container_meta in micro-architecture trace
- Dominant language
- Jupyter Notebook
- Stars
- 2.2k
- Forks
- 482
- PR merge metrics
- No merged PRs in 30d
Description
In ReadMe of [Micro-architecture](https://github.com/alibaba/clusterdata/tree/master/cluster-trace-microarchitecture-v2022) for **container_meta** table keys container_cpu_spec, container_mem_spec, pod_cpu_spec, pod_mem_spec are of type INT. But, the dataset downloaded has the keys in float. Can anyone please explain the meaning of these values then?
```
| container_cpu_spec | container_mem_spec | pod_cpu_spec | pod_mem_spec |
| 1.04 | 0.982514 | 0.04000 | 0.414062 |
| 0.80 | 0.001953 | 0.04000 | 0.015625. |
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Micro-architecture README and the container_meta table definition, then inspect the downloaded sample values shown in the issue. Determine whether the documented types or the dataset values are authoritative and clarify the meaning and correct representation of these fields. Done means the README and dataset schema are consistent or the discrepancy is explicitly explained.
Written by the indexing model from the issue text.
Assessment
- Domain
- data-engineering, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100