[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

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

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2018-04-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r183950638 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -156,40 +144,14 @@ object FileFormatWriter ext

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2018-04-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r183950505 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala --- @@ -43,7 +44,13 @@ trait RunnableCommand extends Command {

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2018-04-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r183949990 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala --- @@ -39,7 +40,10 @@ case class SortMergeJoinExec(

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2018-03-31 Thread chrysan
Github user chrysan commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r178433504 --- Diff: sql/hive/src/main/java/org/apache/hadoop/hive/ql/io/BucketizedSparkInputFormat.java --- @@ -0,0 +1,107 @@ +/** + * Licensed to the Apache

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2018-03-19 Thread chrysan
Github user chrysan commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r175640958 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelationCommand.scala --- @@ -184,6 +189,43 @@ case class In

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2018-03-19 Thread chrysan
Github user chrysan commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r175350408 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -156,40 +144,14 @@ object FileFormatWriter exten

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2017-08-20 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r134120888 --- Diff: sql/hive/src/main/java/org/apache/hadoop/hive/ql/io/BucketizedSparkRecordReader.java --- @@ -0,0 +1,147 @@ +/** + * Licensed to the

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2017-08-19 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r134106172 --- Diff: sql/hive/src/main/java/org/apache/hadoop/hive/ql/io/BucketizedSparkRecordReader.java --- @@ -0,0 +1,147 @@ +/** + * Licensed to the A

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2017-08-19 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19001#discussion_r134103839 --- Diff: sql/hive/src/main/java/org/apache/hadoop/hive/ql/io/BucketizedSparkRecordReader.java --- @@ -0,0 +1,147 @@ +/** + * Licensed to the

[GitHub] spark pull request #19001: [SPARK-19256][SQL] Hive bucketing support

2017-08-19 Thread tejasapatil
GitHub user tejasapatil opened a pull request: https://github.com/apache/spark/pull/19001 [SPARK-19256][SQL] Hive bucketing support ## What changes were proposed in this pull request? This PR implements both read and write side changes for supporting hive bucketing in Spark