Skip to content

Commit d601f7f

Browse files
Update jobs.md
Outline added, intro and bricksteR section completed.
1 parent 5562140 commit d601f7f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

R_in_Production/jobs.md

+27
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11

2+
## Jobs
3+
4+
A job is a way of running a notebook either immediately or on a scheduled basis. You can create and run jobs using the UI, the CLI, and by invoking the Jobs API. You can monitor job run results in the UI, using the CLI, by querying the API, and through email alerts([source](https://docs.databricks.com/jobs.html)). The `bricskteR` package possesses convenient wrappers for the Jobs API, making it easy to manage jobs from R.
5+
6+
Let's go through these options with examples, one by one.
7+
8+
#### Notebook Job from the Jobs UI
9+
10+
...
11+
12+
13+
#### Submit Job with Databricks CLI
14+
2. Through the REST API
15+
3. Through the CLI
16+
4. Using the `bricksteR` package
17+
18+
#### Invoke the Jobs API
19+
20+
21+
22+
#### `bricskteR`
23+
24+
`bricksteR` builds off the Jobs API, making it easy to create, run, and manage R jobs on Databricks. You can find the package on GitHub [here](https://github.com/RafiKurlansik/bricksteR), and the vignette is [included](https://github.com/marygracemoesta/R-User-Guide/blob/master/R_in_Production/brickster.md) as part of this user guide.
25+
26+
___
27+
28+
[Back to table of contents](https://github.com/marygracemoesta/R-User-Guide#contents)

0 commit comments

Comments
 (0)