File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
``` bash
36
36
hadoop fs -CopyFromLocal < chemin du fichier input on Local> < nom de dossier de destination>
37
37
```
38
- ### la commande d'exécution du program MapReduce en Python :
38
+ ### Commande d'exécution du program MapReduce en Python :
39
39
40
40
``` bash
41
41
hadoop jar < chemin de fichier streaming.jar>
@@ -48,19 +48,19 @@ hadoop jar <chemin de fichier streaming.jar>
48
48
-output < chemin du ficher output on HDFS>
49
49
```
50
50
51
- ### la commande d'afficher contenu de fichier Output :
51
+ ### Commande d'afficher contenu de fichier Output :
52
52
53
53
``` bash
54
54
hadoop fs -cat < chemin de fichier output> /part-00000
55
55
```
56
56
57
- ### la commande de suppression du répertoire Output :
57
+ ### Commande de suppression du répertoire Output :
58
58
59
59
``` bash
60
60
hadoop fs -rm -r < répertoire de fichier output>
61
61
```
62
62
63
- ### exemple des commandes :
63
+ ### Exemple des commandes :
64
64
65
65
``` bash
66
66
# du local vers HDFS
You can’t perform that action at this time.
0 commit comments