Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from microsoft/az/cherrypick
Browse files Browse the repository at this point in the history
remove default timeout and update the checkpoint path
  • Loading branch information
Azadehkhojandi authored May 29, 2019
2 parents 51fc6d7 + c42803e commit bea7aa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion databricks-api/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def post(self):

notebook_additional_libraries = data['notebook_additional_libraries']

checkpoint_location = "dbfs:/checkpoints/" + run_name + "/output.txt"
checkpoint_location = "dbfs:/checkpoints/" + run_name + "/output"

# Read job config
with open(JOB_CONFIG_PATH) as job_config_file:
Expand Down
1 change: 0 additions & 1 deletion databricks-api/app/config/job.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
}
},
"libraries": [],
"timeout_seconds": 3600,
"notebook_task": {
"notebook_path": ""
}
Expand Down

0 comments on commit bea7aa0

Please sign in to comment.