Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/reference/asciidoc/core/spark.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ Available since Spark SQL 1.2, one can also access a data source by declaring it
sqlContext.sql(
"CREATE TEMPORARY TABLE myIndex " + <1>
"USING org.elasticsearch.spark.sql " + <2>
"OPTIONS (resource 'spark/index'<3>, scroll_size<4> '20')" ) "
"OPTIONS (resource 'spark/index'<3>, scroll_size<4> '20')" )
----

<1> Spark's temporary table name
Expand Down