[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-12 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r144330025 --- Diff: docs/sql-programming-guide.md --- @@ -479,6 +481,26 @@ source type can be converted into other types using this syntax.

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-12 Thread jomach
Github user jomach commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r144321507 --- Diff: docs/sql-programming-guide.md --- @@ -479,6 +481,26 @@ source type can be converted into other types using this syntax. +To

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-12 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r144201090 --- Diff: docs/sql-programming-guide.md --- @@ -479,6 +481,26 @@ source type can be converted into other types using this syntax.

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19429 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143935085 --- Diff: docs/sql-programming-guide.md --- @@ -479,6 +481,25 @@ source type can be converted into other types using this syntax.

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143933800 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java --- @@ -116,6 +116,13 @@ private static void

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143932389 --- Diff: docs/sql-programming-guide.md --- @@ -479,6 +481,25 @@ source type can be converted into other types using this syntax.

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143932676 --- Diff: docs/sql-programming-guide.md --- @@ -461,6 +461,8 @@ name (i.e., `org.apache.spark.sql.parquet`), but for built-in sources you can al

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143933737 --- Diff: examples/src/main/scala/org/apache/spark/examples/sql/SQLDataSourceExample.scala --- @@ -49,6 +49,14 @@ object SQLDataSourceExample {

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143933594 --- Diff: examples/src/main/r/RSparkSQLExample.R --- @@ -112,6 +112,11 @@ namesAndAges <- select(df, "name", "age") write.df(namesAndAges,

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143929178 --- Diff: examples/src/main/scala/org/apache/spark/examples/sql/SQLDataSourceExample.scala --- @@ -49,6 +49,14 @@ object SQLDataSourceExample {

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143929114 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java --- @@ -116,6 +116,13 @@ private static void

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-06 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143288308 --- Diff: docs/sql-programming-guide.md --- @@ -479,6 +481,47 @@ source type can be converted into other types using this syntax.

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-06 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143288202 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java --- @@ -115,7 +115,20 @@ private static void

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-06 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143287943 --- Diff: examples/src/main/resources/people.csv --- @@ -0,0 +1,3 @@ +name;age;job +Jorge;30;Developer +Bob;32;Developer --- End diff --

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-06 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143287807 --- Diff: examples/src/main/python/sql/datasource.py --- @@ -53,6 +53,11 @@ def basic_datasource_example(spark): df.select("name",

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-06 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19429#discussion_r143287505 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java --- @@ -115,7 +115,20 @@ private static void

[GitHub] spark pull request #19429: [SPARK-20055] [Docs] Added documentation for load...

2017-10-04 Thread jomach
GitHub user jomach opened a pull request: https://github.com/apache/spark/pull/19429 [SPARK-20055] [Docs] Added documentation for loading csv files into DataFrames ## What changes were proposed in this pull request? Added documentation for loading csv files