You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/05/22 18:17:17 UTC

[jira] [Created] (ACCUMULO-3847) StandaloneClusterControl needs to launch MR jobs locally

Josh Elser created ACCUMULO-3847:
------------------------------------

             Summary: StandaloneClusterControl needs to launch MR jobs locally
                 Key: ACCUMULO-3847
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3847
             Project: Accumulo
          Issue Type: Bug
          Components: test
    Affects Versions: 1.7.0
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Minor
             Fix For: 1.8.0, 1.7.1


Another automated testing issue: ExamplesIT jobs which launched MapReduce tasks all failed with an error that YARN couldn't find the JAR specified.

Looking into it some more, StandaloneClusterControl tried to launch the MapReduce task from the first host listed in the {{masters}} file which didn't have the examples-simple jar there (because the tests built it locally).

We should probably launch mapreduce tasks locally -- not on a different host.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)