[ https://issues.apache.org/jira/browse/MAPREDUCE-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
王子健 updated MAPREDUCE-7493: --------------------------- Summary: Can't find the setInputPath method (was: setInputPath) > Can't find the setInputPath method > ---------------------------------- > > Key: MAPREDUCE-7493 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-7493 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mapreduce-client > Affects Versions: 3.4.0 > Environment: * jdk8 > * window 10 > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-common</artifactId> > <version>3.4.0</version> > </dependency> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-app</artifactId> > <version>3.4.0</version> > </dependency> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-jobclient</artifactId> > <version>3.4.0</version> > </dependency> > Reporter: 王子健 > Priority: Critical > Original Estimate: 24h > Remaining Estimate: 24h > > I performed a relatively simple operation, pulling hadoop 3.4.0's > mapreduce-client and performing a wordCount test, but following the annotated > information in org.apache.hadoop.mapreduce.Job: > {code:java} > //java > job.setInputPath(new Path(“in”)); job. > job. setOutputPath(new Path("out ”)); {code} > I can't find any method about setInputPath, setOutputPath, I checked some > previous version 2.X and found this situation, is it a problem? Also I would > love to make a fix for him > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org