From c5731e648159ba6f8312511dbd1c850bb105f7a1 Mon Sep 17 00:00:00 2001 From: wyang338 <weichuyang777@gmail.com> Date: Fri, 28 Feb 2025 11:21:17 -0600 Subject: [PATCH] branch_init --- p4/Outline.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/p4/Outline.md b/p4/Outline.md index 06c58c1..9bd677e 100644 --- a/p4/Outline.md +++ b/p4/Outline.md @@ -1,3 +1,4 @@ +<!-- I think both approaches are fine for this project. Using Jupyter will be more detailed and fundamental, while the application approach will be more engaging. @@ -69,6 +70,9 @@ Use `OPEN` or `GETFILEBLOCKLOCATIONS` to get that. **Q10: return specific line of output by recalculate with replicated** `input.parquet` # Application Way + +--> + Offer them `docker-compose.yml` , `Dockerfile.sql` , `Dockerfile.hdfs` and `Dockerfile.notebook`, while they are required to complete `Dockerfile.namenode`, `Dockerfile.datanode`. Then the main system can be established by running `docker compose up`. -- GitLab