王子健 created MAPREDUCE-7493:
------------------------------

             Summary: setInputPath
                 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: 王子健


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-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org

Reply via email to