[GitHub] spark pull request #19420: [SPARK-22191] [SQL] Add hive serde example with s...

2018-07-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19420 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19420: [SPARK-22191] [SQL] Add hive serde example with s...

2018-01-18 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/19420#discussion_r162532658 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/hive/JavaSparkHiveExample.java --- @@ -124,6 +124,13 @@ public static void main(String[]

[GitHub] spark pull request #19420: [SPARK-22191] [SQL] Add hive serde example with s...

2017-10-09 Thread crlalam
Github user crlalam commented on a diff in the pull request: https://github.com/apache/spark/pull/19420#discussion_r143118902 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/hive/JavaSparkHiveExample.java --- @@ -124,6 +124,13 @@ public static void main(String[]

[GitHub] spark pull request #19420: [SPARK-22191] [SQL] Add hive serde example with s...

2017-10-05 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19420#discussion_r142999706 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/hive/JavaSparkHiveExample.java --- @@ -124,6 +124,13 @@ public static void

[GitHub] spark pull request #19420: [SPARK-22191] [SQL] Add hive serde example with s...

2017-10-03 Thread crlalam
GitHub user crlalam opened a pull request: https://github.com/apache/spark/pull/19420 [SPARK-22191] [SQL] Add hive serde example with serde properties ## What changes were proposed in this pull request? Added an example for, specifying serde with serde properties for hive