Repository: spark
Updated Branches:
  refs/heads/master bfe7885ae -> 20dd11096


[MINOR][DOC] Add more built-in sources in sql-programming-guide.md

## What changes were proposed in this pull request?
Add more built-in sources in sql-programming-guide.md.

## How was this patch tested?
Manually.

Author: Weiqing Yang <yangweiqing...@gmail.com>

Closes #15522 from weiqingy/dsDoc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/20dd1109
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/20dd1109
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/20dd1109

Branch: refs/heads/master
Commit: 20dd11096cfda51e47b9dbe3b715a12ccbb4ce1d
Parents: bfe7885
Author: Weiqing Yang <yangweiqing...@gmail.com>
Authored: Tue Oct 18 13:38:14 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Tue Oct 18 13:38:14 2016 -0700

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/20dd1109/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index dcc828c..3f1b73a 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -422,8 +422,8 @@ In the simplest form, the default data source (`parquet` 
unless otherwise config
 You can also manually specify the data source that will be used along with any 
extra options
 that you would like to pass to the data source. Data sources are specified by 
their fully qualified
 name (i.e., `org.apache.spark.sql.parquet`), but for built-in sources you can 
also use their short
-names (`json`, `parquet`, `jdbc`). DataFrames loaded from any data source type 
can be converted into other types
-using this syntax.
+names (`json`, `parquet`, `jdbc`, `orc`, `libsvm`, `csv`, `text`). DataFrames 
loaded from any data
+source type can be converted into other types using this syntax.
 
 <div class="codetabs">
 <div data-lang="scala"  markdown="1">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to