Dockerfile for generating TPC-DS data not working
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 42/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- docker, rust
- Domain
- build-system, devops
Research direction
Start with tpcds/README.md and the Dockerfile, then run docker build -t datafusion-benchmarks/tpcdsgen . to reproduce the tpctools v0.7.0 failure. Check the Rust toolchain and the additional build errors mentioned in the issue. Done means the documented Docker build completes successfully and produces the TPC-DS generator image.
Written by the indexing model from the issue text.
Description
Run docker build -t datafusion-benchmarks/tpcdsgen . according to the README.md under tpcds. tpctools v0.7.0 cannot be built currently.
8.751 error: failed to compile `tpctools v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installh8gWdE`.
8.751 To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
8.751
8.751 Caused by:
8.751 rustc 1.79.0 is not supported by the following packages:
8.751 half@2.5.0 requires rustc 1.81
8.751 litemap@0.7.5 requires rustc 1.81
8.751 zerofrom@0.1.6 requires rustc 1.81
8.751 Try re-running `cargo install` with `--locked`
The rustc in the image is too old to built tpctools v0.7.0. Although I upgraded it immediately, it doesn't make the Dockerfile work because there are more issues.
- Dominant language
- Python
- Stars
- 23
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from apache/datafusion-benchmarks
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
apache/datafusion-benchmarks#30 · 4 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
All issues in apache/datafusion-benchmarks
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100