(Followup to my previous email). I ran several queries against  TPCH  SF1
on my Mac and did not find any issues, apart from the version # shown in
sqlline (which I think is a non-blocker).

+1  (binding)

Aman

On Thu, Jul 2, 2015 at 8:36 PM, Hanifi GUNES <hanifigu...@gmail.com> wrote:

> *>> Jinfeng*
>
> *-  Verified checksum for both the source and binary tar files.*
>
> *>> Hanifi, Sudheesh*
>
> *- manually inspected maven repo- built a query submitter importing
> jdbc-all artifact from the repo at [jacques:3]*
>
> Is there a guideline on verifying maven artifacts besides inspecting
> published POMs or trying to use them? I could do that if someone points me.
>
>
> Thanks.
> -Hanifi
>
>
> 2015-07-02 20:09 GMT-07:00 Ted Dunning <ted.dunn...@gmail.com>:
>
> > I haven't seen that anybody is checking signatures and the maven
> artifacts.
> >
> > Is anybody doing that?  If not, the release should be held back until
> that
> > is done.
> >
> > (I can't do it due to time pressure)
> >
> >
> >
> > On Thu, Jul 2, 2015 at 6:58 PM, Aman Sinha <asi...@maprtech.com> wrote:
> >
> > > Downloaded the binary tar-ball.  Installed on my macbook.  Started
> > sqlline
> > > in embedded mode. Saw that sqlline is showing version 1.0.0 instead of
> > > 1.1.0, although 'select * from sys.version'  is showing the right
> commit.
> > > Anyone else sees this ?
> > >
> > > /sqlline -u jdbc:drill:zk=local -n admin -p admin --maxWidth=100000
> > > ...
> > > apache drill 1.0.0
> > > "just drill it"
> > >
> > >
> > >
> > > On Thu, Jul 2, 2015 at 6:01 PM, Jason Altekruse <
> > altekruseja...@gmail.com>
> > > wrote:
> > >
> > > > +1 binding
> > > >
> > > > - downloaded and built the source tarball, all tests passed (on MAC
> > osx)
> > > > - started sqlline, issued a few queries
> > > > - tried a basic update of storage plugin from the web UI and looked
> > over
> > > a
> > > > few query profiles
> > > >
> > > >
> > > > On Thu, Jul 2, 2015 at 5:42 PM, Mehant Baid <baid.meh...@gmail.com>
> > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > * Downloaded src tar-ball, was able to build and run unit tests
> > > > > successfully.
> > > > > * Brought up DrillBit in embedded and distributed mode.
> > > > > * Ran some TPC-H queries via Sqlline and the web UI.
> > > > > * Checked the UI for profiles
> > > > >
> > > > > Looks good.
> > > > >
> > > > > Thanks
> > > > > Mehant
> > > > >
> > > > >
> > > > >
> > > > > On 7/2/15 5:36 PM, Sudheesh Katkam wrote:
> > > > >
> > > > >> +1 (non-binding)
> > > > >>
> > > > >> * downloaded binary tar-ball
> > > > >> * ran queries (including cancellations) in embedded mode on Mac;
> > > > verified
> > > > >> states in web UI
> > > > >>
> > > > >> * downloaded and built from source tar-ball; ran unit tests on Mac
> > > > >> * ran queries (including cancellations) on a 3 node cluster;
> > verified
> > > > >> states in web UI
> > > > >>
> > > > >> * built a Java query submitter that uses the maven artifacts
> > > > >>
> > > > >> Thanks,
> > > > >> Sudheesh
> > > > >>
> > > > >>  On Jul 2, 2015, at 4:06 PM, Hanifi Gunes <hgu...@maprtech.com>
> > > wrote:
> > > > >>>
> > > > >>> - fully built and tested Drill from source on CentOS
> > > > >>> - deployed on 3 nodes
> > > > >>> - ran concurrent queries
> > > > >>> - manually inspected maven repo
> > > > >>> - built a Scala query submitter importing jdbc-all artifact from
> > the
> > > > repo
> > > > >>> at [jacques:3]
> > > > >>>
> > > > >>> overall, great job!
> > > > >>>
> > > > >>> +1 (binding)
> > > > >>>
> > > > >>> On Thu, Jul 2, 2015 at 3:16 PM, rahul challapalli <
> > > > >>> challapallira...@gmail.com> wrote:
> > > > >>>
> > > > >>>  +1 (non-binding)
> > > > >>>>
> > > > >>>> Tested the new CTAS auto partition feature
> > > > >>>> Published jdbc-all artifact looks good as well
> > > > >>>>
> > > > >>>> I am able to add the staged jdbc-all package as a dependency to
> my
> > > > >>>> sample
> > > > >>>> JDBC app's pom file and I was able to connect to my drill
> > cluster. I
> > > > >>>> think
> > > > >>>> this is a sufficient test for the published artifact.
> > > > >>>>
> > > > >>>> Part of the pom file below
> > > > >>>>
> > > > >>>> <repositories>
> > > > >>>>     <repository>
> > > > >>>>       <id>staged-releases</id>
> > > > >>>>       <url>
> > > > >>>>
> > > http://repository.apache.org/content/repositories/orgapachedrill-1001
> > > > >>>> </url>
> > > > >>>>     </repository>
> > > > >>>>   </repositories>
> > > > >>>>    <dependencies>
> > > > >>>>     <dependency>
> > > > >>>>     <groupId>org.apache.drill.exec</groupId>
> > > > >>>>     <artifactId>drill-jdbc-all</artifactId>
> > > > >>>>     <version>1.1.0</version>
> > > > >>>>   </dependency>
> > > > >>>> </dependencies>
> > > > >>>>
> > > > >>>> - Rahul
> > > > >>>>
> > > > >>>> On Thu, Jul 2, 2015 at 2:02 PM, Parth Chandra <
> > > pchan...@maprtech.com>
> > > > >>>> wrote:
> > > > >>>>
> > > > >>>>  +1 (binding)
> > > > >>>>>
> > > > >>>>> Release looks good.
> > > > >>>>> Built from source (mvn clean install).
> > > > >>>>> Verified src checksum.
> > > > >>>>> Built C++ client, ran multiple parallel queries from C++ client
> > > > against
> > > > >>>>> drillbit. Tested all datatypes with C++ client.
> > > > >>>>>
> > > > >>>>>
> > > > >>>>>
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> On Thu, Jul 2, 2015 at 1:49 PM, Hsuan Yi Chu <
> > hyi...@maprtech.com>
> > > > >>>>>
> > > > >>>> wrote:
> > > > >>>>
> > > > >>>>> +1 (non-binding)
> > > > >>>>>>
> > > > >>>>>> Unit tests passed on mac & linux VM. Tried a few queries on
> > 2-node
> > > > VM.
> > > > >>>>>>
> > > > >>>>> All
> > > > >>>>>
> > > > >>>>>> worked out.
> > > > >>>>>>
> > > > >>>>>> On Thu, Jul 2, 2015 at 1:24 PM, Norris Lee <norr...@simba.com
> >
> > > > wrote:
> > > > >>>>>>
> > > > >>>>>>  I built from source on Linux and ran queries against
> different
> > > data
> > > > >>>>>>> sources/file types through ODBC. Also ran our internal ODBC
> > test
> > > > >>>>>>>
> > > > >>>>>> suite.
> > > > >>>>
> > > > >>>>> Looks good.
> > > > >>>>>>>
> > > > >>>>>>> +1 (non-binding)
> > > > >>>>>>>
> > > > >>>>>>> Norris
> > > > >>>>>>>
> > > > >>>>>>> -----Original Message-----
> > > > >>>>>>> From: Jinfeng Ni [mailto:jinfengn...@gmail.com]
> > > > >>>>>>> Sent: Wednesday, July 01, 2015 4:03 PM
> > > > >>>>>>> To: dev@drill.apache.org
> > > > >>>>>>> Subject: Re: [VOTE] Release Apache Drill 1.1.0 (rc0)
> > > > >>>>>>>
> > > > >>>>>>> -  Download the src tar on Mac and Linux and do a mvn full
> > build.
> > > > >>>>>>> -  Start drill in embedded mode on both Mac and Linux. Run
> > > several
> > > > >>>>>>>
> > > > >>>>>> TPCH
> > > > >>>>
> > > > >>>>> queries.
> > > > >>>>>>> -  Tried with the CTAS auto-partitioning feature with some
> TPCH
> > > > >>>>>>>
> > > > >>>>>> dataset.
> > > > >>>>>
> > > > >>>>>> -  Verified checksum for both the source and binary tar files.
> > > > >>>>>>>
> > > > >>>>>>> All look good.
> > > > >>>>>>>
> > > > >>>>>>> +1  (binding).
> > > > >>>>>>>
> > > > >>>>>>>
> > > > >>>>>>>
> > > > >>>>>>> On Wed, Jul 1, 2015 at 2:16 PM, Abdel Hakim Deneche <
> > > > >>>>>>>
> > > > >>>>>> adene...@maprtech.com
> > > > >>>>>>
> > > > >>>>>>> wrote:
> > > > >>>>>>>
> > > > >>>>>>>  I've built the src on a Mac and on linux vm machine and both
> > > were
> > > > >>>>>>>> successful with all unit tests passing.
> > > > >>>>>>>>
> > > > >>>>>>>> I tried the binary release on my Mac: I started an embedded
> > > > >>>>>>>>
> > > > >>>>>>> drillbit
> > > > >>>>
> > > > >>>>> and run some queries, everything seems fine.
> > > > >>>>>>>>
> > > > >>>>>>>> LGTM +1 (non bonding)
> > > > >>>>>>>>
> > > > >>>>>>>> On Wed, Jul 1, 2015 at 11:40 AM, Jacques Nadeau <
> > > > >>>>>>>>
> > > > >>>>>>> jacq...@apache.org>
> > > > >>>>
> > > > >>>>> wrote:
> > > > >>>>>>>>
> > > > >>>>>>>>  Hey Everybody,
> > > > >>>>>>>>>
> > > > >>>>>>>>> I'm happy to propose a new release of Apache Drill, version
> > > > >>>>>>>>>
> > > > >>>>>>>> 1.1.0.
> > > > >>>>
> > > > >>>>> This
> > > > >>>>>>>>>
> > > > >>>>>>>> is
> > > > >>>>>>>>
> > > > >>>>>>>>> the first release candidate (rc0).  It covers a total of
> 162
> > > > >>>>>>>>>
> > > > >>>>>>>> closed
> > > > >>>>
> > > > >>>>> JIRAs [1].
> > > > >>>>>>>>>
> > > > >>>>>>>>> The tarball artifacts are hosted at [2] and the maven
> > artifacts
> > > > >>>>>>>>>
> > > > >>>>>>>> (new
> > > > >>>>>
> > > > >>>>>> for this release) are hosted at [3].
> > > > >>>>>>>>>
> > > > >>>>>>>>> The vote will be open for 72 hours ending at Noon Pacific,
> > July
> > > > >>>>>>>>>
> > > > >>>>>>>> 4,
> > > > >>>>
> > > > >>>>> 2015.
> > > > >>>>>>>
> > > > >>>>>>>> [ ] +1
> > > > >>>>>>>>> [ ] +0
> > > > >>>>>>>>> [ ] -1
> > > > >>>>>>>>>
> > > > >>>>>>>>> thanks,
> > > > >>>>>>>>> Jacques
> > > > >>>>>>>>>
> > > > >>>>>>>>> [1]
> > > > >>>>>>>>>
> > > > >>>>>>>>>
> > > > >>>>>>>>>
> > > > >>>>>
> > > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313
> > > > >>>>>
> > > > >>>>>> 820&version=12329689
> > > > >>>>>>>>
> > > > >>>>>>>>> [2]
> > http://people.apache.org/~jacques/apache-drill-1.1.0.rc0/
> > > > >>>>>>>>> [3]
> > > > >>>>>>>>>
> > > > >>>>>>>>>
> > > > >>>>>
> > > https://repository.apache.org/content/repositories/orgapachedrill-10
> > > > >>>>>
> > > > >>>>>> 01/
> > > > >>>>>>>>>
> > > > >>>>>>>>>
> > > > >>>>>>>>
> > > > >>>>>>>> --
> > > > >>>>>>>>
> > > > >>>>>>>> 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
> > > > >>>>>>>>
> > > > >>>>>>>
> > > > >
> > > >
> > >
> >
>

Reply via email to