Repository: spark
Updated Branches:
  refs/heads/branch-2.0 26e978a93 -> 6ef923137


[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.

(cherry picked from commit 20dd11096cfda51e47b9dbe3b715a12ccbb4ce1d)
Signed-off-by: Reynold Xin <r...@databricks.com>


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

Branch: refs/heads/branch-2.0
Commit: 6ef9231377c7cce949dc7a988bb9d7a5cb3e458d
Parents: 26e978a
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:50 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/6ef92313/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 0bd0093..0a6bdb6 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -387,8 +387,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