Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread SorabhApache
Update: 1) DRILL-7208 is there in 1.15 release as well, so it's not a blocker for 1.16 2) DRILL-7213: drill-format-mapr.jar contains stale git.properties file - Still investigating on the above issue. 3) DRILL-7201: Strange symbols in error window (Windows) - Issue is not reproducible on

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Anton Gozhiy
Reported the issue I mentioned above: https://issues.apache.org/jira/browse/DRILL-7208 Please, take a look. On Wed, Apr 24, 2019 at 8:58 PM Kunal Khatua wrote: > Downloaded the tarball and tried it in embedded mode. > > Ran simple join queries and interacted with the WebUI. > > Issues confirmed

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Khurram Faraaz
i see the correct version and commit, I deployed the binaries to test. Apache Drill 1.16.0 "Start your SQL engine." apache drill> select * from sys.version;

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Kunal Khatua
Downloaded the tarball and tried it in embedded mode.  Ran simple join queries and interacted with the WebUI.  Issues confirmed were DRILL-7192 and DRILL-7203.  I'm unable to repro DRILL-7201 and DRILL-7202, though I have a fix for the latter. Will work with Arina to identify repro steps. None

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread SorabhApache
Hi Volodymyr/Anton, I can verify that I am seeing both the below issues as reported by Anton and Volodymyr. I will investigate further why we are seeing these issues. Thanks for catching this. Can you please open JIRA's for these issues ? 1) Wrong result for sys.version query when built from

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Volodymyr Vysotskyi
Hi Aman, There are two different issues connected with *git.properties* file. Regarding the problem I have mentioned, prebuilt tar (apache-drill-1.16.0.tar.gz) contains *drill-format-mapr-1.16.0.jar* jar which contains a *git.properties* file with the incorrect version. When *select * from

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Aman Sinha
This works fine for me with the binary tarball that I installed on my Mac. ..it shows the correct commit message. Apache Drill 1.16.0 "This isn't your grandfather's SQL." apache drill> *select* * *from* sys.version;

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Arina Ielchiieva
Taking into account previous emails, looks like we'll need to have new RC. I also suggest to include https://issues.apache.org/jira/browse/DRILL-7201 into new RC. Kind regards, Arina On Wed, Apr 24, 2019 at 2:44 PM Volodymyr Vysotskyi wrote: > Also, I have noticed that for the prebuilt tar,

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Volodymyr Vysotskyi
Also, I have noticed that for the prebuilt tar, the following query on my machine returns the wrong results: apache drill> select * from sys.version;

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Anton Gozhiy
Clarification to my last message: I downloaded Drill from here: http://home.apache.org/~sorabh/drill/releases/1.16.0/rc1/apache-drill-1.16.0-src.tar.gz and built it by command: mvn clean install -DskipTests On Wed, Apr 24, 2019 at 1:53 PM Anton Gozhiy wrote: > Hi All, > > I found an issue with

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Jyothsna Reddy
Built it from cloning the git branch and unit tests on my Linux VM (time taken - 43 min). Tested new features of metadata caching by creating v4 cache files using new Refresh Metadata commands and manually verified the cache files. Tried a few queries that use metadata cache and verified results.