You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing integration tests require a running YARN server to execute. We could integrate with a YARN docker image to run these tests as part of the CI build.
The text was updated successfully, but these errors were encountered:
I've done some research after recent accidental findings of #75 since it does seem to feel that we suffer from not being able to run tests on actual real YARN environment.
It includes full-pledged stack of hadoop (so that means Hadoop & Yarn). I was able to run compose and bring up the working Yarn within 1 minute without much extra actions on Windows (perhaps that means that on Linux/OSX its even much easier).
Its full stack, so we thinking about quite plenty of RAM. I'm not sure how feasible its for usage in integration tests on free public CI platforms unless we're considering $$$.
The existing integration tests require a running YARN server to execute. We could integrate with a YARN docker image to run these tests as part of the CI build.
The text was updated successfully, but these errors were encountered: