Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.8
-
None
-
None
Description
Problem
Currently we run all Hadoop tests in synthetic "single JVM" mode. This way we miss lots of potential issues. We need to be able to run them in real distributed mode, but on a single machine.
Simplified solution
1) Start N external nodes
2) Submit a job to these nodes and validate the result
We can start with simple Teragen->Terasort->Teravalidate scenario.
Please look through Process and ProcessBuilder classes usages - most probably we already have all necessary infrastructure to start nodes in external JVM.
Attachments
Issue Links
- is depended upon by
-
IGNITE-4808 Add all Hadoop examples as Ignite unit tests with default multi-JVM execution mode
- Closed