Skip to content

Commit

Permalink
Adding spark guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelgamal committed Jun 5, 2016
1 parent c2b36f5 commit bb2d5dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/interpreter/livy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ Additional requirements for the Livy interpreter are:
* Livy server.

### Configuration
We added some common configurations for spark, and you can set any configuration you want which should start with `livy.spark.`
We added some common configurations for spark, and you can set any configuration you want.
This link contains all spark configurations: http://spark.apache.org/docs/latest/configuration.html#available-properties.
And instead of starting property with `spark.` it should be replaced with `livy.spark.`.
Example: `spark.master` to `livy.spark.master`

<table class="table-configuration">
<tr>
<th>Property</th>
Expand Down

0 comments on commit bb2d5dc

Please sign in to comment.