+1 (non-binding) * downloaded and built from source tar-ball; ran unit tests on Mac and Linux * executed queries in embedded mode on Mac; verified states in web UI
* downloaded binary tar-ball * executed queries (including cancellations) on a 3 node cluster; verified states in web UI * I did see this issue when I built from source tar-ball on Linux (I did not try this query on Mac): ➜ drill bin/sqlline -u jdbc:drill:zk=local Oct 14, 2015 8:56:47 PM org.glassfish.jersey.server.ApplicationHandler initialize INFO: Initiating Jersey application, version Jersey: 2.8 2014-04-29 01:25:26... apache drill 1.2.0 "a little sql for your nosql" 0: jdbc:drill:zk=local> select * from sys.version; +------------+-----------------+--------------+--------------+-------------+ | commit_id | commit_message | commit_time | build_email | build_time | +------------+-----------------+--------------+--------------+-------------+ | Unknown | | | Unknown | | +------------+-----------------+--------------+--------------+-------------+ 1 row selected (0.19 seconds) When I tried the same query using the binary tar-ball, I did see the values, but these values were not the same as the ones in drill/git.properties file. Thank you, Sudheesh > On Oct 14, 2015, at 5:40 PM, Abdel Hakim Deneche <[email protected]> > wrote: > > Edmon, > > there are various ways you can test the release artifacts. If you want to, > you can just download the binary file, install it and give it a try the > same way you are using Drill on a daily basis, then report here if > everything went fine or if you did find some regression. > > Thanks for helping > > On Wed, Oct 14, 2015 at 4:12 PM, Edmon Begoli <[email protected]> wrote: > >> Someone tell me the best way to test this release beside running my own >> Drill code, and I will do it tonight and report results and vote. >> >> On Wed, Oct 14, 2015 at 6:35 PM, Neeraja Rentachintala < >> [email protected]> wrote: >> >>> +1 (non-binding) >>> Downloaded the tar and exercised the yelp tutorials. >>> >>> On Wed, Oct 14, 2015 at 3:33 PM, Jinfeng Ni <[email protected]> >> wrote: >>> >>>> +1 >>>> >>>> 1. Download source and binary tar ball. Do a full maven build from >>> source. >>>> 2. Run yelp queries listed at Apache Drill doc [1]. >>>> 3. Checked profiles through Web UI. >>>> 4. Verify checksum for both source and binary tar ball files. >>>> >>>> All look good. >>>> >>>> Thanks, >>>> >>>> Jinfeng >>>> >>>> [1]. >> https://drill.apache.org/docs/analyzing-the-yelp-academic-dataset/ >>>> >>>> >>>> On Wed, Oct 14, 2015 at 1:08 PM, Venki Korukanti >>>> <[email protected]> wrote: >>>>> +1. >>>>> >>>>> Built from source >>>>> Installed on 3 node cluster >>>>> Ran few queries from sqlline and WebUI >>>>> Ran few checks and queries to verify HTTPS on Web UI and Hive native >>>>> parquet reader are working. >>>>> >>>>> Thanks >>>>> Venki >>>>> >>>>> On Wed, Oct 14, 2015 at 1:04 PM, Parth Chandra <[email protected]> >>>> wrote: >>>>> >>>>>> +1. >>>>>> >>>>>> Downloaded source. Verified checksums >>>>>> Built from source (MacOS) >>>>>> Built C++ client from source (MacOS) >>>>>> Tested multiple parallel queries (both sync and async APIs) via C++ >>>> client >>>>>> query submitter. Tested cancel from the c++client. >>>>>> >>>>>> Looks good. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Oct 12, 2015 at 7:28 AM, Abdel Hakim Deneche < >>>>>> [email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> I propose a fourth release candidate of Apache Drill 1.2.0 >>>>>>> >>>>>>> The tarball artifacts are hosted at [1] and the maven artifacts >> are >>>>>> hosted >>>>>>> at [2]. >>>>>>> >>>>>>> The vote will be open for the next 72 hours ending at 8AM Pacific, >>>>>> October >>>>>>> 15, 2015. >>>>>>> >>>>>>> [ ] +1 >>>>>>> [ ] +0 >>>>>>> [ ] -1 >>>>>>> >>>>>>> Here is my vote: >>>>>>> >>>>>>> +1 >>>>>>> >>>>>>> thanks, >>>>>>> Hakim >>>>>>> >>>>>>> [1] http://people.apache.org/~adeneche/apache-drill-1.2.0-rc3/ >>>>>>> [2] >>>>>> >>> https://repository.apache.org/content/repositories/orgapachedrill-1009 >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Abdelhakim Deneche >>>>>>> >>>>>>> Software Engineer >>>>>>> >>>>>>> <http://www.mapr.com/> >>>>>>> >>>>>>> >>>>>>> Now Available - Free Hadoop On-Demand Training >>>>>>> < >>>>>>> >>>>>> >>>> >>> >> http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available >>>>>>>> >>>>>>> >>>>>> >>>> >>> >> > > > > -- > > Abdelhakim Deneche > > Software Engineer > > <http://www.mapr.com/> > > > Now Available - Free Hadoop On-Demand Training > <http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available>
