Re: [VOTE] Apache Drill release 1.13.0 - RC0

2018-03-14 Thread Aman Sinha
- Downloaded the source tarball from [2] on my Linux VM, built and ran the unit tests successfully - Downloaded the binary tarball onto my Macbook, untarred and ran Drill in embedded mode - Ran several queries against a TPC-DS SF1 data set, including CTAS statements with PARTITION BY and ran a

[jira] [Created] (DRILL-6249) Add Markdown Docs for Unit Testing and Link to it in README.md

2018-03-14 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6249: - Summary: Add Markdown Docs for Unit Testing and Link to it in README.md Key: DRILL-6249 URL: https://issues.apache.org/jira/browse/DRILL-6249 Project: Apache Drill

[jira] [Created] (DRILL-6248) Support pushdown into System Table

2018-03-14 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-6248: --- Summary: Support pushdown into System Table Key: DRILL-6248 URL: https://issues.apache.org/jira/browse/DRILL-6248 Project: Apache Drill Issue Type:

[GitHub] drill issue #1165: DRILL-6239: Add build and license badges to README.md

2018-03-14 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1165 @vrozov Fixed bad link and added maven badge. Currently the maven badge points to drill's distribution pom. It's also interesting to note that only some of drill's artifacts are published on maven

[GitHub] drill pull request #1165: DRILL-6239: Add build and license badges to README...

2018-03-14 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1165#discussion_r174570587 --- Diff: README.md --- @@ -1,5 +1,8 @@ # Apache Drill +[![Build

[GitHub] drill pull request #1152: DRILL-6199: Add support for filter push down and p...

2018-03-14 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1152#discussion_r174568699 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestPushDownAndPruningWithItemStar.java --- @@ -180,4 +248,38 @@ public void

[jira] [Created] (DRILL-6247) Minor fragments remain in CANCELLATION_REQUESTED state after query failure

2018-03-14 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-6247: - Summary: Minor fragments remain in CANCELLATION_REQUESTED state after query failure Key: DRILL-6247 URL: https://issues.apache.org/jira/browse/DRILL-6247 Project:

[GitHub] drill pull request #1152: DRILL-6199: Add support for filter push down and p...

2018-03-14 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1152#discussion_r174558288 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillFilterItemStarReWriterRule.java --- @@ -54,83 +44,189 @@ import

[GitHub] drill pull request #1152: DRILL-6199: Add support for filter push down and p...

2018-03-14 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1152#discussion_r174558063 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillFilterItemStarReWriterRule.java --- @@ -54,83 +44,189 @@ import

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174551433 --- Diff: common/src/main/java/org/apache/drill/common/AutoCloseables.java --- @@ -25,6 +25,11 @@ */ public class AutoCloseables { +

[jira] [Created] (DRILL-6246) Build Failing in jdbc-all artifact

2018-03-14 Thread salim achouche (JIRA)
salim achouche created DRILL-6246: - Summary: Build Failing in jdbc-all artifact Key: DRILL-6246 URL: https://issues.apache.org/jira/browse/DRILL-6246 Project: Apache Drill Issue Type: Bug

[GitHub] drill issue #755: DRILL-5270: Improve loading of profiles listing in the Web...

2018-03-14 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/755 Holding off to do a rebase once @vrozov 's PR #1163 (DRILL-6053) goes into Apache. ---

[jira] [Created] (DRILL-6245) Clicking on anything redirects to main login page

2018-03-14 Thread Venkata Jyothsna Donapati (JIRA)
Venkata Jyothsna Donapati created DRILL-6245: Summary: Clicking on anything redirects to main login page Key: DRILL-6245 URL: https://issues.apache.org/jira/browse/DRILL-6245 Project:

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174541733 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/Store.java --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache

[jira] [Created] (DRILL-6244) Ability to shutdown cross domain Drillbits

2018-03-14 Thread Venkata Jyothsna Donapati (JIRA)
Venkata Jyothsna Donapati created DRILL-6244: Summary: Ability to shutdown cross domain Drillbits Key: DRILL-6244 URL: https://issues.apache.org/jira/browse/DRILL-6244 Project: Apache

[jira] [Created] (DRILL-6243) Alert box to confirm shutdown of drillbit

2018-03-14 Thread Venkata Jyothsna Donapati (JIRA)
Venkata Jyothsna Donapati created DRILL-6243: Summary: Alert box to confirm shutdown of drillbit Key: DRILL-6243 URL: https://issues.apache.org/jira/browse/DRILL-6243 Project: Apache Drill

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174534739 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/Store.java --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174533741 --- Diff: pom.xml --- @@ -259,7 +259,13 @@ org.apache.maven.plugins maven-checkstyle-plugin 2.12.1 - +

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174533520 --- Diff: common/src/main/java/org/apache/drill/common/AutoCloseables.java --- @@ -25,6 +25,11 @@ */ public class AutoCloseables {

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174530802 --- Diff: common/src/main/java/org/apache/drill/common/AutoCloseables.java --- @@ -25,6 +25,11 @@ */ public class AutoCloseables { +

[jira] [Created] (DRILL-6242) Output format for nested date, time, timestamp values in an object hierarchy

2018-03-14 Thread Jiang Wu (JIRA)
Jiang Wu created DRILL-6242: --- Summary: Output format for nested date, time, timestamp values in an object hierarchy Key: DRILL-6242 URL: https://issues.apache.org/jira/browse/DRILL-6242 Project: Apache

Build failed in Jenkins: drill-scm #947

2018-03-14 Thread Apache Jenkins Server
See Changes: [parthc] Update version to 1.14.0-SNAPSHOT -- [...truncated 8.69 KB...] [INFO] [INFO] [INFO]

Re: Drill release 1.13.0 branch created

2018-03-14 Thread Parth Chandra
Also updated the master to 1.14.0-SNAPSHOT On Mon, Mar 12, 2018 at 9:54 PM, Parth Chandra wrote: > > Starting the release candidate build now. > The branch is based on commit: cac2882d5a9e22fbc251e4caf622fe30242ad557 > > >

[GitHub] drill pull request #1158: DRILL-6145: Implement Hive MapR-DB JSON handler

2018-03-14 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1158#discussion_r174489502 --- Diff: distribution/pom.xml --- @@ -324,6 +324,14 @@ org.apache.hbase hbase-protocol + ---

[GitHub] drill pull request #1165: DRILL-6239: Add build and license badges to README...

2018-03-14 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1165#discussion_r174483759 --- Diff: README.md --- @@ -1,5 +1,8 @@ # Apache Drill +[![Build

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/1166 @parthchandra I have compared meta of files from `TestParquetWriter.testImpalaParquetBinaryAsTimeStamp_DictChange` and the meta from Rahul's dataset and found that test case indeed makes a query

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r174440404 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -291,6 +300,46 @@ var url = protocol + "//" + host + requestPath;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r174445380 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -192,6 +199,8 @@ var port = getPortNum(); var timeout;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r174440528 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -291,6 +300,46 @@ var url = protocol + "//" + host + requestPath;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r17297 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -291,6 +300,46 @@ var url = protocol + "//" + host + requestPath;

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r174440089 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -53,11 +53,16 @@ # Address

[GitHub] drill pull request #1160: DRILL-6224: Publish current memory usage for Drill...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1160#discussion_r17069 --- Diff: exec/java-exec/src/main/resources/rest/metrics/metrics.ftl --- @@ -109,18 +114,23 @@ }; function

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread rajrahul
Github user rajrahul commented on the issue: https://github.com/apache/drill/pull/1166 @parthchandra I will create a unit test with few time stamp fields. ---

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174431372 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/Store.java --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174433987 --- Diff: pom.xml --- @@ -259,7 +259,13 @@ org.apache.maven.plugins maven-checkstyle-plugin 2.12.1 -

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174431507 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/VersionedPersistentStore.java --- @@ -0,0 +1,54 @@ +/* + * Licensed

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174433648 --- Diff: common/src/main/java/org/apache/drill/common/AutoCloseables.java --- @@ -25,6 +25,11 @@ */ public class AutoCloseables {

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174433799 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/PersistentStoreProvider.java --- @@ -33,7 +34,9 @@ * @param store

[GitHub] drill pull request #1163: DRILL-6053 & DRILL-6237

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1163#discussion_r174432531 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/store/VersionedDelegatingStore.java --- @@ -0,0 +1,118 @@ +/* + *

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1166 @rajrahul this link is good. As expected, the int96 column is dictionary encoded. Is it possible for you to extract just a couple of records from this file and then use that for a unit

[GitHub] drill issue #1152: DRILL-6199: Add support for filter push down and partitio...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1152 @chunhui-shi yes, you are correct, we are trying to find item star columns and push them into scan This case if F is optional then we don't have filter and there will no filter push

[GitHub] drill issue #1167: DRILL-6241: Saffron properties config has the excessive p...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1167 +1 ---

[GitHub] drill pull request #1167: DRILL-6241: Saffron properties config has the exce...

2018-03-14 Thread vladimirtkach
GitHub user vladimirtkach opened a pull request: https://github.com/apache/drill/pull/1167 DRILL-6241: Saffron properties config has the excessive permissions changed saffron.properties permission to 640 You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (DRILL-6241) Saffron properties config has the excessive permissions

2018-03-14 Thread Volodymyr Tkach (JIRA)
Volodymyr Tkach created DRILL-6241: -- Summary: Saffron properties config has the excessive permissions Key: DRILL-6241 URL: https://issues.apache.org/jira/browse/DRILL-6241 Project: Apache Drill

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread rajrahul
Github user rajrahul commented on the issue: https://github.com/apache/drill/pull/1166 @parthchandra please use the link https://github.com/rajrahul/files/raw/master/result.tar.gz The files are present inside result/parquet/latest. ---

[GitHub] drill issue #1162: DRILL-6005: Fixed TestGracefulShutdown tests to skip chec...

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1162 +1, thanks for making the changes. ---

[GitHub] drill issue #1165: DRILL-6239: Add build and license badges to README.md

2018-03-14 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1165 +1 ---

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1166 @rajrahul, thanks for submitting the patch. It looks good. I guess we missed dictionary encoded int96 timestamps (even though timestamps with nanosecond precision) are the one thing that should

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread rajrahul
Github user rajrahul commented on the issue: https://github.com/apache/drill/pull/1166 @parthchandra @vdiravka I do not have a test case for this. I have manually verified the scenario with and without the patch. The sample input file is attached with

[GitHub] drill issue #1166: DRILL-6016 - Fix for Error reading INT96 created by Apach...

2018-03-14 Thread priteshm
Github user priteshm commented on the issue: https://github.com/apache/drill/pull/1166 @parthchandra would you please review this? ---

[GitHub] drill pull request #1166: DRILL-6016 - Fix for Error reading INT96 created b...

2018-03-14 Thread rajrahul
GitHub user rajrahul opened a pull request: https://github.com/apache/drill/pull/1166 DRILL-6016 - Fix for Error reading INT96 created by Apache Spark This fixes DRILL-6016 where drill was failing to read int96 generated by Apache Spark even after setting