Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor FaunusCompiler to allow for getting job status #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erickt
Copy link

@erickt erickt commented Dec 10, 2013

This patch splits FaunusCompiler into two classes. The first factors out the management of running the multistage job into a FaunusJobControl class. The second class is a FaunusTool that implements the hadoop Tool interface and uses the FaunusJobControl to run the jobs. This makes FaunusCompiler a bit more orthogonal.

This PR closes #164.

This patch splits FaunusCompiler into two classes. The first
factors out the management of running the multistage job into
a FaunusJobControl class. The second class is a FaunusTool
that implements the hadoop Tool interface and uses the
FaunusJobControl to run the jobs. This makes FaunusCompiler
a bit more orthogonal

This closes thinkaurelius#164.
@erickt
Copy link
Author

erickt commented Apr 4, 2014

Hello all. Has anyone taken a look at this for consideration?

@okram
Copy link
Contributor

okram commented Apr 10, 2014

I have -- the problem is that Faunus is in a weird hiatus state right now as Titan/Faunus 0.5.0 are going to be coming out soon and we are trying to figure out how to merge Faunus "into" Titan. In other words, lots of changes coming up and we don't want to introduce more features as of right now. However, I have your code, will be able to move it over when we can… thank you for your contribution.

On Apr 4, 2014, at 12:20 PM, Erick Tryzelaar notifications@github.com wrote:

Hello all. Has anyone taken a look at this for consideration?


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get the JobIDs for an active faunus job
2 participants