Skip to content

Commit 25a8a96

Browse files
Update README.md
1 parent 736e691 commit 25a8a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ou :
3535
```bash
3636
hadoop fs -CopyFromLocal <chemin du fichier input on Local> <nom de dossier de destination>
3737
```
38-
### la commande d'exécution du program MapReduce en Python :
38+
### Commande d'exécution du program MapReduce en Python :
3939

4040
```bash
4141
hadoop jar <chemin de fichier streaming.jar>
@@ -48,19 +48,19 @@ hadoop jar <chemin de fichier streaming.jar>
4848
-output <chemin du ficher output on HDFS>
4949
```
5050

51-
### la commande d'afficher contenu de fichier Output :
51+
### Commande d'afficher contenu de fichier Output :
5252

5353
```bash
5454
hadoop fs -cat <chemin de fichier output>/part-00000
5555
```
5656

57-
### la commande de suppression du répertoire Output :
57+
### Commande de suppression du répertoire Output :
5858

5959
```bash
6060
hadoop fs -rm -r <répertoire de fichier output>
6161
```
6262

63-
### exemple des commandes :
63+
### Exemple des commandes :
6464

6565
```bash
6666
# du local vers HDFS

0 commit comments

Comments
 (0)