Further replaced "SparkSQL" and "SparkSql" into "Spark SQL"

This commit is contained in:
Kousuke Saruta 2016-08-03 15:29:51 +09:00
parent 14aa2b760c
commit edc921204b
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ Example: `spark.master` to `livy.spark.master`
<tr>
<td>zeppelin.livy.spark.maxResult</td>
<td>1000</td>
<td>Max number of SparkSQL result to display.</td>
<td>Max number of Spark SQL result to display.</td>
</tr>
<tr>
<td>livy.spark.driver.cores</td>

View file

@ -28,7 +28,7 @@ Custom language backend can select which type of form creation it wants to use.
## Using form Templates
This mode creates form using simple template language. It's simple and easy to use. For example Markdown, Shell, SparkSql language backend uses it.
This mode creates form using simple template language. It's simple and easy to use. For example Markdown, Shell, Spark SQL language backend uses it.
### Text input form