apache / apache/accumulo-testing

Revisit MapReduce configuration changes for Hadoop 3

Open
#50 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
19
Forks
40
Avg merge
21h 30m
Merged PRs (30d)
1

Description

Accumulo-testing has MapReduce jobs that needed the following configuration added to work with Hadoop 3. This ticket is revisit this configuration added in #49 so clients don't have to specify location of Hadoop home directory on servers.

```java
hadoopConfig.set("yarn.app.mapreduce.am.env", "HADOOP_MAPRED_HOME=" + hadoopHome);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.