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

Initial JES backend work #102

Merged
merged 1 commit into from
Jul 22, 2015
Merged

Initial JES backend work #102

merged 1 commit into from
Jul 22, 2015

Conversation

geoffjentry
Copy link
Collaborator

No description provided.

cp /cromwell/docker/run.sh /etc/service/cromwell/run

# FIXME - now need to set the conf file specifically
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd forgotten about this. I modified stuff to use application.conf the correct way (via ConfigFactory.load) instead of the local file link. We shouldn't be doing this stuff at all - however when the server loads up on the VM we will need to pass in some credentials. Unclear at this moment the best way to do that - looking into it

}

def +(value: String): GoogleCloudStoragePath = {
if (objectName.endsWith("/") || value.startsWith("/")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if these are both true?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point!

@@ -189,11 +190,14 @@ class SlickDataAccess(databaseConfig: Config, val dataAccess: DataAccessComponen
executionInsert.executionId.get,
None,
None)
case j: JesBackend =>
dataAccess.localJobsAutoInc += new LocalJob(executionInsert.executionId.get, None, None) // FIXME: Placeholder?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't appear there are any current DataAccess callers that are actually using these tables, but this should eventually be dataAccess.jesJobsAutoInc, not localJobsAutoInc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And presumably JesJob?

# The first commit's message is:

Initial JES backend work

# The 2nd commit message will be skipped:

#	Make application.conf basic
geoffjentry added a commit that referenced this pull request Jul 22, 2015
@geoffjentry geoffjentry merged commit ed1e7b1 into develop Jul 22, 2015
@geoffjentry geoffjentry deleted the jes_backend_4 branch July 22, 2015 16:55
mcovarr pushed a commit that referenced this pull request Oct 4, 2017
mcovarr pushed a commit that referenced this pull request Oct 21, 2017
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.

5 participants