commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -30,7 +30,7 @@ public class ETLApp { | ... | @@ -30,7 +30,7 @@ public class ETLApp { |
| 30 | 30 | ||
| 31 | Job job = Job.getInstance(configuration); | 31 | Job job = Job.getInstance(configuration); |
| 32 | job.setJarByClass(ETLApp.class); | 32 | job.setJarByClass(ETLApp.class); |
| 33 | job.addArchiveToClassPath(new Path("/input/jar/fastjson-1.2.76.jar")); | 33 | job.addArchiveToClassPath(new Path("/jar/fastjson-1.2.76.jar")); |
| 34 | 34 | ||
| 35 | job.setMapperClass(MyMapper.class); | 35 | job.setMapperClass(MyMapper.class); |
| 36 | 36 | ... | ... |
-
Please register or sign in to post a comment