Has anyone noticed a strange Execution log location? The file is created
but the name used to be hive.log
hive> create table c as select * from a limit 1;
Total MapReduce jobs = 1
Launching Job 1 out of 1
Number of reduce tasks determined at compile time: 1
In order to change the average load for a reducer (in bytes):
  set hive.exec.reducers.bytes.per.reducer=<number>
In order to limit the maximum number of reducers:
  set hive.exec.reducers.max=<number>
In order to set a constant number of reducers:
  set mapred.reduce.tasks=<number>
*Execution log at: /tmp/edward/.log*



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.
>

Reply via email to