File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
arbre fiable fable vendre
23
23
devenir faible barbe
24
24
### pour Test ou compiler un program MapReduce Python on local
25
- avant de passer en MapReduce pour detect les erreurs de Synataxe
26
-
25
+
26
+ avant de passer en MapReduce pour détecter les erreurs Syntaxique
27
+
27
28
``` bash
28
29
cat < chemain de fichier input on local> | python < chemain de fichier mapper.py on local> | python < chemain de fichier reducer.py on local>
29
30
```
30
31
### Copier le fichier input on HDFS
31
32
``` bash
32
33
hdfs dfs -CopyFromLocal < chemain du ficher input on Local> < nom de dossier de destination>
33
34
```
34
- ou
35
+ ou :
35
36
``` bash
36
37
hadoop fs -CopyFromLocal < chemain du fichier input on Local> < nom de dossier de destination>
37
38
```
You can’t perform that action at this time.
0 commit comments