Skip to content

Commit 5ce90c9

Browse files
committed
Edit init.sh to automatically turn off safemode
1 parent 5b705a3 commit 5ce90c9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ The pipeline is designed to generate an output.csv file (prior to uploading it i
3333
pipenv shell
3434
```
3535

36-
3. If necessary, exit safe mode in the namenode container with
37-
38-
```sh
39-
docker exec -it namenode hdfs dfsadmin -safemode leave
40-
```
41-
42-
4. Run the 'init.sh' script to move the output.csv file to HDFS as Parquet parts
36+
3. Run the 'init.sh' script to move the output.csv file to HDFS as Parquet parts
4337

4438
```sh
4539
chmod +x init.sh

0 commit comments

Comments
 (0)