We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b705a3 commit 5ce90c9Copy full SHA for 5ce90c9
README.md
@@ -33,13 +33,7 @@ The pipeline is designed to generate an output.csv file (prior to uploading it i
33
pipenv shell
34
```
35
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
+3. Run the 'init.sh' script to move the output.csv file to HDFS as Parquet parts
43
44
```sh
45
chmod +x init.sh
0 commit comments