* Downloaded sources tarball from [2]. Ran drill in embedded mode on local debian machine. Ran tpch queries with joins, group by, order by, limit, order by with limit statements. Looked through logs - looks good. * Build drill for [4] with MapR profile. Ran driillbit in distributed mode on centos VM with MapR core. Ran queries for Hive 1.2, ran queries for Hive 2.1 (transactional and non-transactional tables). Connected to this drillbit from remote machine via JDBC with java programm and with SQuirrel using different drivers (prebuild "drill-jdbc-all-1.12.0.jar" from [2] tarball, the driver after build [4] sources with default and MapR profiles too) and ran a simple query. Ran the same with enabled custom authentication (jdbc driver which is build with MapR profile works good too). In the process of testing jdbc connection I found the issue - DRILL-6251. It is a regression. I have described the case in Jira. But I suppose isn't critical for current Drill release. * All unit test were passed for [4]. Total time on my machine was: 42:10 min
+1 (non-binding) Kind regards Vitalii On Thu, Mar 15, 2018 at 4:49 PM, Vova Vysotskyi <[email protected]> wrote: > - Downloaded source tar at [2], ran unit tests and all tests are passed. > - Downloaded built tar at [2], submitted several TPCH queries from UI, > checked that profiles are displayed correctly. > - Connected from SQuirrel, ran several queries; ran queries from a java > application, no issues were found. > > +1 (non-binding) > > > 2018-03-15 13:19 GMT+02:00 Arina Yelchiyeva <[email protected]>: > > > - Built from the source [4] on Linux, run unit test. > > - Downloaded the binary tarball [2], untarred and ran Drill in embedded > > mode on Windows. > > - Ran sample queries, checked system tables, profiles on Web UI, also > logs > > and index page. > > - Created persistent and temporary tables, loaded custom UDFs. > > > > +1 (binding) > > > > Kind regards > > Arina > > > > On Thu, Mar 15, 2018 at 1:39 AM, Aman Sinha <[email protected]> > wrote: > > > > > - 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 few partition pruning queries > > > - Tested query cancellation by cancelling a query that was taking long > > time > > > due to expanding join > > > - Examined the run-time query profiles of these queries with and > without > > > parallelism. > > > - Checked the maven artifacts on [3]. > > > > > > - Found one reference to JDK 7 : README.md says 'JDK 7' in the > > > Prerequisites. Ideally, this should be changed to JDK 8 > > > > > > Overall, LGTM +1 (binding) > > > > > > > > > On Tue, Mar 13, 2018 at 3:58 AM, Parth Chandra <[email protected]> > > wrote: > > > > > > > Hi all, > > > > > > > > I'd like to propose the first release candidate (RC0) of Apache > Drill, > > > > version 1.13.0. > > > > > > > > The release candidate covers a total of 113 resolved JIRAs [1]. > Thanks > > > > to everyone > > > > who contributed to this release. > > > > > > > > The tarball artifacts are hosted at [2] and the maven artifacts are > > > hosted > > > > at > > > > [3]. > > > > > > > > This release candidate is based on commit > > > > cac2882d5a9e22fbc251e4caf622fe30242ad557 located at [4]. > > > > > > > > Please download and try out the release. > > > > > > > > The vote ends at 1:00 PM UTC (5:00 AM PDT, 2:00 PM EET, 5:30 PM IST), > > Mar > > > > 16th, 2018 > > > > > > > > [ ] +1 > > > > [ ] +0 > > > > [ ] -1 > > > > > > > > Here's my vote: +1 > > > > > > > > > > > > [1 ] > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > > > > projectId=12313820&version=12342096 > > > > > > > > [2] http://home.apache.org/~parthc/drill/releases/1.13.0/rc0/ > > > > > > > > [3] https://repository.apache.org/content/repositories/ > > > orgapachedrill-1046 > > > > > > > > [4] https://github.com/parthchandra/drill/tree/drill-1.13.0 > > > > > > > > > > > > > -- > Kind regards, > Volodymyr Vysotskyi >
