Re: Question on Dynamic UDF with hdfs

2016-12-16 Thread Arina Yelchiyeva
Hi François, Config: tmp: "/a_drillbit/local/tmp" -> "/tmp" I suggest you set tmp config just "/tmp", with your configuration it will be hdfs directory that is used only for storing your jars during registration, it's not local directory and for drill internal use only. local: "/udf" -> "/a_drillb

[GitHub] drill pull request #687: DRILL-4996: Parquet Date auto-correction is not wor...

2016-12-16 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/687#discussion_r92883043 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java --- @@ -273,26 +241,28 @@ public v

[GitHub] drill pull request #687: DRILL-4996: Parquet Date auto-correction is not wor...

2016-12-16 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/687#discussion_r92882778 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java --- @@ -201,68 +203,34 @@ public v

Question on Dynamic UDF with hdfs

2016-12-16 Thread François Méthot
Hi, Dynamic UDF is very neat new feature. We are trying to make it work on HDFS. we are using a config that looks like this: drill.exec.udf { retry-attempts: 5, directory : { fs: "hdfs:/ourname.node:8020", root: "/an_hdfs/drill_path/udf", staging: "/staging", registry: "/r

[GitHub] drill issue #685: Drill 5043: Function that returns a unique id per session/...

2016-12-16 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/685 @nagarajanchinnasamy Thank you for the patch! This will be committed today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[jira] [Created] (DRILL-5133) Drill Doesn't Support Parameter passing to a SQL query passed through pyodbc.

2016-12-16 Thread vipin (JIRA)
vipin created DRILL-5133: Summary: Drill Doesn't Support Parameter passing to a SQL query passed through pyodbc. Key: DRILL-5133 URL: https://issues.apache.org/jira/browse/DRILL-5133 Project: Apache Drill

[GitHub] drill issue #692: DRILL-5123: Write query profile after sending final respon...

2016-12-16 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/692 +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, or if the fea

[GitHub] drill issue #594: DRILL-4842: SELECT * on JSON data results in NumberFormatE...

2016-12-16 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on the issue: https://github.com/apache/drill/pull/594 @chunhui-shi, I have made some changes, could you take a look? --- 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 doe

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

2016-12-16 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy closed the pull request at: https://github.com/apache/drill/pull/685 --- 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 fea

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

2016-12-16 Thread nagarajanchinnasamy
GitHub user nagarajanchinnasamy reopened a pull request: https://github.com/apache/drill/pull/685 Drill 5043: Function that returns a unique id per session/connection similar to MySQL's CONNECTION_ID() Please check [DRILL-5043](https://issues.apache.org/jira/browse/DRILL-5043) for

[GitHub] drill issue #685: Drill 5043: Function that returns a unique id per session/...

2016-12-16 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on the issue: https://github.com/apache/drill/pull/685 @sudheeshkatkam changes suggested are incorporated and committed. --- 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 pr

[GitHub] drill issue #654: DRILL-5032: Drill query on hive parquet table failed with ...

2016-12-16 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on the issue: https://github.com/apache/drill/pull/654 @jinfengni, I have made some changes. Could you please review it? --- 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

[GitHub] drill pull request #654: DRILL-5032: Drill query on hive parquet table faile...

2016-12-16 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on a diff in the pull request: https://github.com/apache/drill/pull/654#discussion_r92801855 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/HiveTableWrapper.java --- @@ -0,0 +1,483 @@ +/** + * Licensed

[GitHub] drill pull request #654: DRILL-5032: Drill query on hive parquet table faile...

2016-12-16 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on a diff in the pull request: https://github.com/apache/drill/pull/654#discussion_r92801426 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/HiveTableWrapper.java --- @@ -0,0 +1,483 @@ +/** + * Licensed

[GitHub] drill pull request #654: DRILL-5032: Drill query on hive parquet table faile...

2016-12-16 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on a diff in the pull request: https://github.com/apache/drill/pull/654#discussion_r92800877 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/HiveTableWrapper.java --- @@ -0,0 +1,483 @@ +/** + * Licensed

[GitHub] drill issue #581: DRILL-4864: Add ANSI format for date/time functions

2016-12-16 Thread Serhii-Harnyk
Github user Serhii-Harnyk commented on the issue: https://github.com/apache/drill/pull/581 @paul-rogers, I have implemented changes that you have proposed. Could you take a look? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as