C++ patches for review

2017-01-30 Thread Laurent Goujon
Hi, I have a couple of open patches for the C++ connector: - DRILL-5167: Send escape character for metadata queries https://github.com/apache/drill/pull/712 - DRILL-5219: Relax user properties validation in C++ client https://github.com/apache/drill/pull/727 - DRILL-5220: Provide API to set appl

[GitHub] drill pull request #733: DRILL-5221: Send cancel message as soon as possible...

2017-01-30 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/733 DRILL-5221: Send cancel message as soon as possible in C++ connector In C++ connector, try to send cancel request to the server as soon as possible, which means when receiving the queryId or whe

[GitHub] drill pull request #713: DRILL-3562: Query fails when using flatten on JSON ...

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/713 --- 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 is enabl

Jenkins build is back to normal : drill-scm #812

2017-01-30 Thread Apache Jenkins Server
See

Build failed in Jenkins: drill-scm #811

2017-01-30 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H16 (ubuntu) in workspace > git rev-parse --is-inside-work-t

Build failed in Jenkins: drill-scm #810

2017-01-30 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H16 (ubuntu) in workspace > git rev-parse --is-inside-work-t

Build failed in Jenkins: drill-scm #809

2017-01-30 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H16 (ubuntu) in workspace > git rev-parse --is-inside-work-t

[GitHub] drill pull request #726: DRILL-5218: Support disabling hearbeats from C++ cl...

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/726 --- 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 is enabl

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

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/710 --- 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 is enabl

[GitHub] drill pull request #673: DRILL-4764: Parquet file with INT_16, etc. logical ...

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/673 --- 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 is enabl

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

2017-01-30 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r98513830 --- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp --- @@ -0,0 +1,207 @@ +/* + * Licensed to the Apache Software Foundation

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

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

Re: Dynamic UDF Registration

2017-01-30 Thread Charles Givre
Hi Arina, Thank you very much for taking a look. I actually got it to work last night and found that the cause of the error was that I was not initializing the @Workspace parameters correctly. I had another question which I was wondering if you might be able to assist with. I’m not a Java d

[GitHub] drill pull request #685: Drill 5043: Function that returns a unique id per s...

2017-01-30 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on a diff in the pull request: https://github.com/apache/drill/pull/685#discussion_r98425957 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/ContextFunctions.java --- @@ -64,17 +65,45 @@ public void eval() {

[GitHub] drill pull request #685: Drill 5043: Function that returns a unique id per s...

2017-01-30 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/685#discussion_r98414144 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/ContextFunctions.java --- @@ -64,17 +65,45 @@ public void eval() {

Re: Dynamic UDF Registration

2017-01-30 Thread Arina Yelchiyeva
Hi Charles, 1. drill-module.conf: should be the following: *drill.classpath.scanning.packages += "org.apache.drill.contrib.function"* 2. when I have built the jars and tried to register functions, I got the following error: org.apache.drill.common.exceptions.DrillRuntimeException: Unexpected class