Downloaded the tar ball and tested on 1-node pseudo distributed 1.1.2 hadoop cluster. Tested basic ddl like create / alter / drop Tested various queries like select, join, group by, over , limit, order etc. Everything worked as expected.
+1 On Sat, Oct 12, 2013 at 9:33 AM, Brock Noland <br...@cloudera.com> wrote: > I have noticed the ".log" thing for some time. In fact I have PTest2 > code to handle this: > > > https://github.com/apache/hive/blob/trunk/testutils/ptest2/src/main/resources/batch-exec.vm#L77 > > AFAICT it only occurs in local mode. I have actually fixed this in the > next patch for the maven branch. > > Brock > > On Sat, Oct 12, 2013 at 10:32 AM, Edward Capriolo <edlinuxg...@gmail.com> > wrote: > > I ran a list of queries in local mode, join, select, limit , group, rank, > > they all worked as expected. > > > > I am +1 > > It would be nice if we can fix the .log thing and one other (if we do > > another rc) > > > > There is one long standing bug that I feel I have fixed before. > > > > <configuration> > > <property> > > <name>hive.hwi.war.file</name> > > <value>lib/hive-hwi-0.12.0.war</value> > > <description>This sets the path to the HWI war file, relative to > > ${HIVE_HOME}. </description> > > </property> > > </configuration> > > > > > > This should be > > > > /lib/hive-hwi-0.12.0.war > > > > Other then that hive_web interface does work out of the box. > > > > > > On Fri, Oct 11, 2013 at 11:32 PM, Thejas Nair <the...@hortonworks.com > >wrote: > > > >> Hoping to see more activity on this thread! > >> > >> I have run the unit tests and they passed with the exception of one > >> test in TestThriftHttpCLIService, which fails only when run in > >> sequence with TestThriftBinaryCLIService. It passes when run in > >> parallel/standalone. That is not a regression, see HIVE-5474 for > >> details. None of the runs on builds.apache.org have completed because > >> of some environment issues. > >> > >> > >> I would like to clarify that you don't have to be a committer or PMC > >> member to give feedback on the release candidate. So please try it out > >> and give feedback on the mailing list. > >> > >> Somethings you can try out and use to give feedback - > >> - run some queries against the release candidate (local mode or > >> against a cluster) > >> - run some or all unit tests > >> - verify the md5 checksums > >> > >> % md5sum -c hive-X.Y.Z.tar.gz.md5 > >> hive-X.Y.Z.tar.gz: OK > >> > >> % md5sum -c hive-X.Y.Z-bin.tar.gz.md5 > >> hive-X.Y.Z-bin.tar.gz: OK > >> > >> > >> - verify the PGP signature > >> wget http://www.apache.org/dist/hive/KEYS > >> gpg --import KEYS (if necessarily) > >> gpg --verify hive-X.Y.Z.tar.gz.asc hive-X.Y.Z.tar.gz > >> gpg --verify hive-X.Y.Z-bin.tar.gz.asc hive-X.Y.Z-bin.tar.gz > >> > >> > >> > >> > >> On Wed, Oct 9, 2013 at 7:50 PM, Thejas Nair <the...@hortonworks.com> > >> wrote: > >> > (Fixing subject of the email!) > >> > > >> > On Wed, Oct 9, 2013 at 7:31 PM, Thejas Nair <the...@hortonworks.com> > >> wrote: > >> >> Apache Hive 0.12.0 Release Candidate 1 is available here: > >> >> > >> >> http://people.apache.org/~thejas/hive-0.12.0-rc1/ > >> >> > >> >> Maven artifacts are available here: > >> >> > >> >> > https://repository.apache.org/content/repositories/orgapachehive-157/ > >> >> > >> >> Source tag for RC1 is at: > >> >> http://svn.apache.org/viewvc/hive/tags/release-0.12.0-rc1/ > >> >> > >> >> Voting will conclude in 72 hours. > >> >> > >> >> Hive PMC Members: Please test and vote. > >> >> > >> >> This RC includes the following jira fixes to address some of the > >> >> concerns raised about RC0 - > >> >> HIVE-5497 : Hive trunk broken against hadoop 0.20.2 > >> >> HIVE-5493 : duplicate jars with different versions for guava, > >> commons-logging > >> >> HIVE-5489 : NOTICE copyright dates are out of date, README needs > update > >> >> HIVE-5488 : some files are missing apache license headers > >> >> > >> >> Thanks to all everybody who made this new release possible. Thanks to > >> >> everybody who reviewed RC0. > >> >> > >> >> Thanks > >> >> Thejas > >> > >> -- > >> CONFIDENTIALITY NOTICE > >> NOTICE: This message is intended for the use of the individual or > entity to > >> which it is addressed and may contain information that is confidential, > >> privileged and exempt from disclosure under applicable law. If the > reader > >> of this message is not the intended recipient, you are hereby notified > that > >> any printing, copying, dissemination, distribution, disclosure or > >> forwarding of this communication is strictly prohibited. If you have > >> received this communication in error, please contact the sender > immediately > >> and delete it from your system. Thank You. > >> > > > > -- > Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.org >