File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Running spark job (Before running job make sure EMR Role have access to s3)
29
29
30
30
1 . Read data from S3
31
31
32
- - Song data: ` s3://udacity -dend/song_data `
33
- - Log data: ` s3://udacity -dend/log_data `
32
+ - Song data: ` s3://aufeld -dend/song_data `
33
+ - Log data: ` s3://aufeld -dend/log_data `
34
34
35
35
The script reads song_data and load_data from S3.
36
36
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ DB_PORT=5439
68
68
ARN=<IAM Role arn>
69
69
70
70
[S3]
71
- LOG_DATA='s3://udacity -dend/log_data'
72
- LOG_JSONPATH='s3://udacity -dend/log_json_path.json'
73
- SONG_DATA='s3://udacity -dend/song_data'
71
+ LOG_DATA='s3://aufeld -dend/log_data'
72
+ LOG_JSONPATH='s3://aufeld -dend/log_json_path.json'
73
+ SONG_DATA='s3://aufeld -dend/song_data'
74
74
75
75
```
76
76
You can’t perform that action at this time.
0 commit comments