From 17f4b90596019d17fbd6ba14bf1481fbfda97cbf Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 30 Dec 2024 17:41:12 +0800 Subject: [PATCH] add 3-5-tutorial --- 3-5-tutorial.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3-5-tutorial.md diff --git a/3-5-tutorial.md b/3-5-tutorial.md new file mode 100644 index 0000000..e80ccd0 --- /dev/null +++ b/3-5-tutorial.md @@ -0,0 +1,15 @@ +# Tutorial + +## Walkthrough of a example + +- TODO: see the slide + +## Implementing a map-reduce job + +### HDFS + +### code (important) + +#### TODO: see the slide p24 + +### Running