Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DE최우형 - W5M1 #272

Open
wants to merge 45 commits into
base: DE최우형_W5
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
4d37dbb
#[W2M2] : init
dn7638 Jul 8, 2024
b170433
W1 : squash commit
dn7638 Jul 10, 2024
0669677
W2 : squash commit
dn7638 Jul 10, 2024
68b9b2f
W2 : squash commit
dn7638 Jul 10, 2024
76bb203
W1 : refactor for building docker image
dn7638 Jul 10, 2024
8e4f139
W1 : refactor for making docker image
dn7638 Jul 10, 2024
615ec68
W1 : refactor for making docker image
dn7638 Jul 10, 2024
a915ed8
W1 : add docker script
dn7638 Jul 11, 2024
59fc0f2
W2 : add files for build docker image
dn7638 Jul 11, 2024
3277a79
W2 : try to make correct Dockerfile
dn7638 Jul 11, 2024
0dbf58d
W2 : Dockerfile for amazone linux 2
dn7638 Jul 11, 2024
492d952
resolve merge conflict M1<-M2
dn7638 Jul 11, 2024
9a534c2
W1M3
dn7638 Jul 11, 2024
9c4953c
W2 : update W2 README.md
dn7638 Jul 12, 2024
79d1ef2
W1M3 : apply review
dn7638 Jul 14, 2024
f659b05
W1M3 : apply review
dn7638 Jul 14, 2024
3408ac7
W2M1_4 : add explanation
dn7638 Jul 14, 2024
53846c8
Merge branch 'W1M3' into W2/main
dn7638 Jul 14, 2024
07fde9a
W2 : add explation
dn7638 Jul 14, 2024
0c3ff6d
W3_main : init for W3 missions
dn7638 Jul 15, 2024
335f174
W3M2 : init
dn7638 Jul 17, 2024
30da9b2
W3M2 : add Dockerfile.datanode
dn7638 Jul 17, 2024
dea5272
W3M2 : add Dockerfile.namenode
dn7638 Jul 17, 2024
9f9684f
W3M2 : add hadoop config files
dn7638 Jul 17, 2024
e38f253
W3M2 : add docker-compose and shell script for datanode
dn7638 Jul 17, 2024
c1727cf
W3M2 : add config file
dn7638 Jul 18, 2024
ab990cc
W3M2 : add start_script for hadoop services
dn7638 Jul 18, 2024
bbdeca2
W3M2 : add Dockerfiles
dn7638 Jul 18, 2024
bd94179
W3M2 : add script for scp script
dn7638 Jul 18, 2024
9064161
W3M2 : add script for building docker image and runging compose
dn7638 Jul 18, 2024
900a66a
W3M2 : feat modify, verification, mapreduce script
dn7638 Jul 20, 2024
b396fe3
W3M2 : update readme.md
dn7638 Jul 21, 2024
1f036dc
W3M2 : update readme.md
dn7638 Jul 21, 2024
e2c2f87
main : update gitignore
dn7638 Jul 21, 2024
33a9307
W4MAIN : init
dn7638 Jul 23, 2024
05e728c
W4MAIN : init
dn7638 Jul 23, 2024
c19db8a
W4M1 : init
dn7638 Jul 23, 2024
c1ba33c
W4M1 : add spark test script
dn7638 Jul 23, 2024
ff3f70c
W4M1 : add README.md
dn7638 Jul 23, 2024
c772ad6
W4M1 : trivial change
dn7638 Jul 29, 2024
8e89e55
W5M1 : init
dn7638 Jul 29, 2024
ad0c61c
Merge branch 'W3M2' into W5M1
dn7638 Aug 1, 2024
eed9d4c
Merge branch 'W2/main' into W5M1
dn7638 Aug 11, 2024
4503783
W5M1 : delete dir
dn7638 Aug 19, 2024
09f9c5f
W5M1 : Week 5 mission 1
dn7638 Aug 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
W2 : try to make correct Dockerfile
dn7638 committed Jul 11, 2024
commit 3277a795ff4d6fad25604e98c1d7aa0dd8714be9
2 changes: 1 addition & 1 deletion missions/W2/M5/Dockerfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/wh_M5
# 현재 디렉토리의 파일들을 컨테이너의 작업 디렉토리로 복사
COPY . /usr/src/wh_M5

# 필요한 패키지 설치
# 필요한 시스템 패키지 설치
RUN pip install --no-cache-dir -r requirements.txt

# Jupyter Notebook이 실행될 포트 설정
35 changes: 21 additions & 14 deletions missions/W2/M5/W2M5 - Sentiment Analysis_team.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions missions/W2/M5/requirements.txt
Original file line number Diff line number Diff line change
@@ -5,3 +5,5 @@ numpy
matplotlib
wordcloud
selenium
konlpy
nltk