[GitHub] drill issue #914: DRILL-5657: Size-aware vector writer structure

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/914 Regarding the use of memory addresses. The only reason to do so is performance. To show the benefit of using addresses, I reran the `PerformanceTool` class to test the original code, the code

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-16 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r151614301 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestCTAS.java --- @@ -313,6 +313,59 @@ public void createTableWithCustomUmask() throws

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-16 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r151613939 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestCTAS.java --- @@ -313,6 +313,59 @@ public void createTableWithCustomUmask() throws

[GitHub] drill pull request #1033: DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"

2017-11-16 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1033#discussion_r151613897 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/CreateTableHandler.java --- @@ -83,7 +84,20 @@ public PhysicalPlan

[GitHub] drill issue #1001: JIRA DRILL-5879: Like operator performance improvements

2017-11-16 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/1001 @priteshm @sachouche This PR needs to be updated on top of changes made for DRILL-5899. ---

[GitHub] drill issue #1001: JIRA DRILL-5879: Like operator performance improvements

2017-11-16 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1001 @ppadma @paul-rogers I see that @sachouche addressed the comments in the JIRA - is this one ready to merge? ---

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151585383 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaSubScan.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151587965 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/MessageIteratorTest.java --- @@ -0,0 +1,105 @@ +/* + * Licensed

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151585461 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaSubScan.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151586477 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/decoders/MessageReaderFactory.java --- @@ -0,0 +1,56 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151582174 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaSubScan.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151584935 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/decoders/JsonMessageReader.java --- @@ -0,0 +1,104 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151581827 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaRecordReader.java --- @@ -0,0 +1,144 @@ +/* + * Licensed

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151587030 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaGroupScan.java --- @@ -0,0 +1,320 @@ +/* + * Licensed to

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151586853 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaRecordReader.java --- @@ -0,0 +1,144 @@ +/* + * Licensed

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151585334 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaSubScan.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151583591 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/decoders/MessageReaderFactory.java --- @@ -0,0 +1,56 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151584428 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/decoders/MessageReader.java --- @@ -0,0 +1,45 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151572304 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaGroupScan.java --- @@ -0,0 +1,320 @@ +/* + * Licensed to

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151584017 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/decoders/MessageReaderFactory.java --- @@ -0,0 +1,56 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151581968 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaSubScan.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151581581 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaStoragePlugin.java --- @@ -0,0 +1,100 @@ +/* + * Licensed

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151585930 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaStoragePluginConfig.java --- @@ -0,0 +1,79 @@ +/* + *

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151588038 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/MessageIteratorTest.java --- @@ -0,0 +1,105 @@ +/* + * Licensed

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151585603 --- Diff: contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaSubScan.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151583298 --- Diff: contrib/storage-kafka/src/main/resources/drill-module.conf --- @@ -0,0 +1,30 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151587745 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/TestKafkaSuit.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to

[GitHub] drill pull request #1027: DRILL-4779 : Kafka storage plugin

2017-11-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1027#discussion_r151587168 --- Diff: contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedZKQuorum.java --- @@ -0,0 +1,83 @@ +/* + *

[GitHub] drill issue #1041: DRILL-5961: For long running queries (> 10 min) Drill may...

2017-11-16 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1041 @parthchandra or @adityakishore since you'll have made changes to these files before, can you review the changes here? ---

[GitHub] drill pull request #1041: DRILL-5961: For long running queries (> 10 min) Dr...

2017-11-16 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/drill/pull/1041 DRILL-5961: For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments You can merge this pull request into a Git repository by running: $

[GitHub] drill pull request #1037: DRILL-5968: Add support for empty service_host use...

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1037 ---

[GitHub] drill issue #1040: Drill 5425

2017-11-16 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1040 @arina-ielchiieva can you please review this? ---

[GitHub] drill pull request #1024: DRILL-3640: Support JDBC Statement.setQueryTimeout...

2017-11-16 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1024#discussion_r151580948 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java --- @@ -96,6 +105,14 @@ private void throwIfClosed() throws

[jira] [Created] (DRILL-5973) Support injections of a time-bound pause after which the server resumes

2017-11-16 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-5973: --- Summary: Support injections of a time-bound pause after which the server resumes Key: DRILL-5973 URL: https://issues.apache.org/jira/browse/DRILL-5973 Project: Apache

[GitHub] drill issue #1037: DRILL-5968: Add support for empty service_host user prope...

2017-11-16 Thread superbstreak
Github user superbstreak commented on the issue: https://github.com/apache/drill/pull/1037 Thanks, @parthchandra ! ---

[GitHub] drill issue #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

2017-11-16 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/944 Created a separate PR for this JIRA: https://github.com/apache/drill/pull/1040 1) I have kept the initial commit with the new PR and added new changes as separate commit. 2) Changes include

[GitHub] drill pull request #1040: Drill 5425

2017-11-16 Thread sohami
GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/1040 Drill 5425 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sohami/drill DRILL-5425 Alternatively you can review and apply these changes as the

[GitHub] drill issue #1037: DRILL-5968: Add support for empty service_host user prope...

2017-11-16 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1037 LGTM. (Yes, let's merge this in before 1.12.) ---

[GitHub] drill issue #1037: DRILL-5968: Add support for empty service_host user prope...

2017-11-16 Thread superbstreak
Github user superbstreak commented on the issue: https://github.com/apache/drill/pull/1037 @parthchandra We should get this in for 1.12? ---

[GitHub] drill pull request #1037: DRILL-5968: Add support for empty service_host use...

2017-11-16 Thread superbstreak
Github user superbstreak commented on a diff in the pull request: https://github.com/apache/drill/pull/1037#discussion_r151515278 --- Diff: contrib/native/client/src/include/drill/userProperties.hpp --- @@ -28,6 +28,18 @@ class DECLSPEC_DRILL_CLIENT DrillUserProperties{

[GitHub] drill pull request #1037: DRILL-5968: Add support for empty service_host use...

2017-11-16 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/1037#discussion_r151512282 --- Diff: contrib/native/client/src/include/drill/userProperties.hpp --- @@ -28,6 +28,18 @@ class DECLSPEC_DRILL_CLIENT DrillUserProperties{

[GitHub] drill issue #914: DRILL-5657: Size-aware vector writer structure

2017-11-16 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/914 Just FYI, this (https://github.com/d-t-w/netty-buffers) seems to indicate that some of Netty's internal fragmentation issues seem to have been addressed since 4.0.37 ---

[GitHub] drill issue #1038: DRILL-5972: Slow performance for query on INFORMATION_SCH...

2017-11-16 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1038 @parthchandra can you please review this? ---

[GitHub] drill pull request #1032: DRILL-5089: Dynamically load schema of storage plu...

2017-11-16 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/1032#discussion_r151493351 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/WorkspaceSchemaFactory.java --- @@ -175,6 +193,21 @@ public WorkspaceSchema

[GitHub] drill issue #1030: DRILL-5941: Skip header / footer improvements for Hive st...

2017-11-16 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1030 @ppadma pull request is updated to handle header / footer logic in distributed environment. Comment with PR description in the beginning of the pull request is updated. Please review when