Commit graph

7 commits

Author SHA1 Message Date
Pradyumna Kaushik
277d929950 Fix type errors and code cleanup. 2018-06-21 18:33:49 -07:00
Pradyumna Kaushik
db69f0268d Run thermos jobs using json client.
Added an extra field to JobJson, ExecutorDataFile, that holds
the path to the json file representing the executor configuration
data.
Added a new example job json file (examples/job_thermos.json) that
is to be passed to the json client along with the config file to
run a thermos job.
2018-06-21 18:28:51 -07:00
Pradyumna Kaushik
66c5b177a1 Initial update to json client. Testing required.
Updated the JSON client to be consistent with the library.
The JSON client requires two JSONs,
1. JOB json -- contains job description.
2. Config json -- contains configuration information such as username,
	password, schedulerUrl, zookeeper cluster configuration etc.
2018-05-02 16:42:26 -04:00
Renan DelValle
8d445c1c77
Moving from govendor to dep, updated dependencies (#48)
* Moving from govendor to dep.

* Making the pull request template more friendly.

* Fixing akward space in PR template.

* goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")`

source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
2018-01-07 13:13:47 -08:00
Renan DelValle
a1350c6d55 out with the old (address) in with the new (address) 2017-10-12 17:11:01 -07:00
Renan DelValle
714b21631e Cleanup of json client 2016-08-24 12:00:26 -07:00
Renan DelValle
073faabc21 First example using a JSON blob as the configuration for a job 2016-08-19 15:25:15 -07:00