[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99256160 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/ControlClient.java --- @@ -89,14 +89,42 @@ public MessageLite

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99257662 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/BitConnectionConfigImpl.java --- @@ -0,0 +1,121 @@ +/** + * Licensed

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99257059 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/DataClient.java --- @@ -75,27 +85,106 @@ public MessageLite getResponseDefaultInstance

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99261445 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserClient.java --- @@ -88,22 +129,183 @@ public void submitQuery(UserResultsListener

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99265626 --- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp --- @@ -0,0 +1,206 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99260686 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/plain/PlainServer.java --- @@ -0,0 +1,175 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99257914 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/DataConnectionManager.java --- @@ -21,30 +21,28 @@ import

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99247679 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/ConnectionManagerRegistry.java --- @@ -32,24 +29,19 @@ private final

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99256832 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/ControllerImpl.java --- @@ -39,36 +39,33 @@ static final org.slf4j.Logger

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99261692 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserClient.java --- @@ -88,22 +129,183 @@ public void submitQuery(UserResultsListener

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-02 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99257539 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/DataConnectionCreator.java --- @@ -37,40 +37,28 @@ static final org.slf4j.Logger

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-06 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99678863 --- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp --- @@ -0,0 +1,206 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/752#discussion_r102336171 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/mock/package-info.java --- @@ -60,14 +62,26 @@ * The mode is one of the supported

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/752#discussion_r102362622 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/mock/MockStorageEngine.java --- @@ -109,7 +121,37 @@ public MockSchema(MockStorageEngine

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/752#discussion_r102320948 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/mock/MockStorageEngine.java --- @@ -89,14 +85,30 @@ public boolean supportsRead

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/752#discussion_r102294277 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/mock/BooleanGen.java --- @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/752#discussion_r102298318 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/fn/interp/ExpressionInterpreterTest.java --- @@ -124,7 +125,7 @@ public void interpreterDateTest

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/752#discussion_r102360734 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/mock/MockGroupScanPOP.java --- @@ -75,20 +76,50 @@ */ private boolean

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102610181 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -42,44 +48,207 @@ public class ProfileParser

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102603020 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -42,44 +48,207 @@ public class ProfileParser

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102589695 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -99,33 +111,83 @@ // behavior. Production default

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102584427 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -295,8 +396,96 @@ public void close() throws Exception

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102613259 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -138,9 +414,208 @@ public long getMetric(int id

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102618884 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -138,9 +414,208 @@ public long getMetric(int id

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102612813 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -42,44 +48,207 @@ public class ProfileParser

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102581476 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -295,8 +396,96 @@ public void close() throws Exception

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102369640 --- Diff: common/src/test/java/org/apache/drill/test/DrillTest.java --- @@ -69,6 +71,25 @@ @Rule public TestName TEST_NAME = new TestName

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102587851 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -99,33 +111,83 @@ // behavior. Production default

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102600191 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ExampleTest.java --- @@ -0,0 +1,243 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-23 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r102607033 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -138,9 +414,208 @@ public long getMetric(int id

[GitHub] drill issue #752: DRILL-5258: Access mock data definition from SQL

2017-02-24 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/752 Thanks for the change. LGTM. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] drill issue #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-24 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/753 Apart from fixing regex in ProfileParser.java, changes looks good to me. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-24 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r103052237 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -138,9 +414,208 @@ public long getMetric(int id

[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-24 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/753#discussion_r103052249 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ProfileParser.java --- @@ -138,9 +414,208 @@ public long getMetric(int id

[GitHub] drill issue #578: DRILL-4280: Kerberos Authentication

2017-02-13 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/578 Just one last comment regarding moving BitConnectionConfig file. Apart from that LGTM. +1 from my side. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-13 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100907447 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/BitConnectionConfig.java --- @@ -0,0 +1,106 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-14 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r101175920 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -435,9 +427,14 @@ public synchronized boolean reconnect

[GitHub] drill pull request #710: DRILL-5126: Provide simplified, unified "cluster fi...

2017-01-18 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/710#discussion_r96785327 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/LogFixture.java --- @@ -0,0 +1,255 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] drill pull request #710: DRILL-5126: Provide simplified, unified "cluster fi...

2017-01-18 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/710#discussion_r96785539 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/QueryBuilder.java --- @@ -57,20 +166,36 @@ private final int records; private

[GitHub] drill pull request #710: DRILL-5126: Provide simplified, unified "cluster fi...

2017-01-18 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/710#discussion_r96785470 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/QueryBuilder.java --- @@ -49,6 +57,107 @@ public class QueryBuilder

[GitHub] drill issue #710: DRILL-5126: Provide simplified, unified "cluster fixture" ...

2017-01-19 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/710 +1 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] drill pull request #565: DRILL-4841: Use server event loop for web clients

2016-10-05 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/565#discussion_r82102648 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/BootStrapContext.java --- @@ -53,6 +54,8 @@ public BootStrapContext(DrillConfig config

[GitHub] drill pull request #628: DRILL-4964: Drill fails to connect to hive metastor...

2016-10-25 Thread sohami
GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/628 DRILL-4964: Drill fails to connect to hive metastore after hive metas… …tore is restarted unless drillbits are restarted also Changes: For certain methods

[GitHub] drill issue #628: DRILL-4964: Drill fails to connect to hive metastore after...

2016-10-25 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/628 @jinfengni - Can you please help to review ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] drill pull request #628: DRILL-4964: Drill fails to connect to hive metastor...

2016-10-25 Thread sohami
GitHub user sohami reopened a pull request: https://github.com/apache/drill/pull/628 DRILL-4964: Drill fails to connect to hive metastore after hive metas… …tore is restarted unless drillbits are restarted also Changes: For certain methods

[GitHub] drill pull request #628: DRILL-4964: Drill fails to connect to hive metastor...

2016-10-25 Thread sohami
Github user sohami closed the pull request at: https://github.com/apache/drill/pull/628 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] drill issue #648: DRILL-5015: Randomly select the drillbit from the list pro...

2016-11-08 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/648 @kkhatua - The unit test I have written is just for validating the newly introduced "populateEndpointsList" method. I am not actually connecting to the drillbit from within the test. -

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-08 Thread sohami
GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/648 DRILL-5015: Randomly select the drillbit from the list provided by user in connection string @sudheeshkatkam - Please help to review the changes You can merge this pull request into a Git repository

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87551861 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/InvalidConnectionInfoException.java --- @@ -0,0 +1,35 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87551816 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +224,94 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87551857 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/InvalidConnectionInfoException.java --- @@ -0,0 +1,35 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351921 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351874 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351905 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351696 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351650 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillClientSystemTest.java --- @@ -73,4 +77,90 @@ public void testSubmitPlanTwoNodes

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351621 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillClientSystemTest.java --- @@ -73,4 +77,90 @@ public void testSubmitPlanTwoNodes

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351912 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351935 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351880 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351662 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -245,14 +291,15 @@ public synchronized void connect(String connect

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87120245 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351891 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351670 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -245,14 +291,15 @@ public synchronized void connect(String connect

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351913 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351895 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-10 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r87351682 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +223,65 @@ public void connect(Properties props) throws

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-04 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86646115 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/planner/fragment/TestLocalAffinityFragmentParallelizer.java --- @@ -0,0 +1,476

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-04 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86605131 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/fragment/LocalAffinityFragmentParallelizer.java --- @@ -0,0 +1,165

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-04 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86602221 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/planner/fragment/TestLocalAffinityFragmentParallelizer.java --- @@ -0,0 +1,476

[GitHub] drill pull request #626: DRILL-4560: When new bits register, invoke listener...

2016-10-21 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/626#discussion_r84428172 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/coord/zk/ZKClusterCoordinator.java --- @@ -245,33 +242,29 @@ public DrillbitEndpoint apply

[GitHub] drill pull request #652: DRILL-4990:Use new HDFS API access instead of listS...

2016-11-15 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/652#discussion_r88072322 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/WorkspaceSchemaFactory.java --- @@ -151,15 +152,11 @@ public WorkspaceSchemaFactory

[GitHub] drill pull request #652: DRILL-4990:Use new HDFS API access instead of listS...

2016-11-15 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/652#discussion_r88072130 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/WorkspaceSchemaFactory.java --- @@ -151,15 +152,11 @@ public WorkspaceSchemaFactory

[GitHub] drill issue #652: DRILL-4990:Use new HDFS API access instead of listStatus t...

2016-11-15 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/652 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] drill pull request #633: DRILL-4972: Set WorkManager.StatusThread's daemon f...

2016-10-28 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/633#discussion_r85557510 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/WorkManager.java --- @@ -295,7 +295,7 @@ public FragmentExecutor getFragmentRunner(final

[GitHub] drill pull request #628: DRILL-4964: Drill fails to connect to hive metastor...

2016-10-28 Thread sohami
Github user sohami closed the pull request at: https://github.com/apache/drill/pull/628 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] drill issue #628: DRILL-4964: Drill fails to connect to hive metastore after...

2016-10-28 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/628 @jinfengni - Thanks for review. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86057320 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -822,10 +838,103 @@ private void getFiles(String path

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86057156 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/EndpointAffinity.java --- @@ -75,6 +78,7 @@ public EndpointAffinity(final

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86057298 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -530,6 +534,7 @@ public RowGroupInfo(@JsonProperty

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86062215 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/schedule/AssignmentCreator.java --- @@ -146,6 +153,32 @@ private AssignmentCreator(List

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86060309 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -822,10 +838,103 @@ private void getFiles(String path

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

2016-11-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/639#discussion_r86060362 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -822,10 +838,103 @@ private void getFiles(String path

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r90091315 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/InvalidConnectionInfoException.java --- @@ -0,0 +1,29 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91821466 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/ConnectTriesPropertyTestClusterBits.java --- @@ -0,0 +1,244 @@ +/** + * Licensed

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-09 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r91822093 --- Diff: exec/jdbc/src/test/java/org/apache/drill/jdbc/test/JdbcConnectTriesTestEmbeddedBits.java --- @@ -0,0 +1,162 @@ +/** + * Licensed

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-13 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r92296665 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -357,10 +357,53 @@ protected void afterExecute(final Runnable r

[GitHub] drill pull request #693: DRILL-5122: DrillBuf performs expensive logging if ...

2016-12-14 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/693#discussion_r92462112 --- Diff: pom.xml --- @@ -423,21 +423,23 @@ maven-surefire-plugin 2.17 --Xms512m -Xmx3g

[GitHub] drill pull request #693: DRILL-5122: DrillBuf performs expensive logging if ...

2016-12-14 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/693#discussion_r92472636 --- Diff: exec/memory/base/pom.xml --- @@ -40,10 +40,21 @@ - + + + + --- End

[GitHub] drill pull request #693: DRILL-5122: DrillBuf performs expensive logging if ...

2016-12-14 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/693#discussion_r92457956 --- Diff: pom.xml --- @@ -423,21 +423,23 @@ maven-surefire-plugin 2.17 --Xms512m -Xmx3g

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r90090906 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillClientTest.java --- @@ -0,0 +1,258 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89928539 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -245,14 +327,15 @@ public synchronized void connect(String connect

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89928643 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillClientSystemTest.java --- @@ -17,11 +17,15 @@ */ package

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r90089781 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +224,100 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r90089750 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +224,100 @@ public void connect(Properties props) throws

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-29 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89929966 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/InvalidConnectionInfoException.java --- @@ -0,0 +1,29 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-01-05 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r94867052 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/rpc/user/security/TestKerberosSaslAuthentication.java --- @@ -0,0 +1,239

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-01-05 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r94701486 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java --- @@ -246,28 +163,78 @@ protected void handle(UserClientConnectionImpl

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-01-05 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r94700422 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserAuthenticationUtil.java --- @@ -0,0 +1,255 @@ +/** + * Licensed

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-01-05 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r94880411 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.hpp --- @@ -522,6 +534,13 @@ class DrillClientImpl : public DrillClientImplBase{ exec

  1   2   3   4   5   6   >