You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/12/14 08:20:12 UTC

[GitHub] kennknowles opened a new pull request #182: (WIP) Add Beam spec tests

kennknowles opened a new pull request #182: (WIP) Add Beam spec tests
URL: https://github.com/apache/incubator-nemo/pull/182
 
 
   Opening this for early feedback. I spent a little while trying to get this to run, but did not finish it. I hope that some member of the Nemo community can easily point to my error.
   
   In this draft:
   
    - `compiler/frontend/beam/spectestsbundle` is an über jar with everything needed to run the tests
    - `compiler/frontend/beam/spectests` is the maven surefire config to run the tests
   
   I still get `ClassNotFound: CoderRegistry` in every test case, so the deps & bundling & distribution of the code is clearly still not right.
   
   Previously, I tried doing this inline in `compiler/frontend/beam/pom.xml`. I got the same error and thought it might be something to do with how the jars are used to execute the tests, so (like most distributed big data systems) I built more logic to create an über jar. The simpler version is here: https://github.com/kennknowles/incubator-nemo/tree/first-try-spectests

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services