RE: basic, dumb getting started question (single-node)

2014-11-13 Thread Dragga, Christopher
Alternatively, for hive-site.xml, you can create an empty XML file with just the header and a set of configuration tags () and only fill in those properties that you want to change; Hive will then use the defaults for everything else. Either approach works. -Chris Dragga From: Ritesh Kumar Si

Re: basic, dumb getting started question (single-node)

2014-11-13 Thread Ritesh Kumar Singh
Great. However u can configure your hive manually when ever you have some time( or in case next time you get stuck somewhere :p). Just go to the $HIVE_HOME/conf/ directory. U will see a lot of template files in there. Each one is written with most of the basic params set. Now what we do is copy all

Re: basic, dumb getting started question (single-node)

2014-11-13 Thread Nicholas Murphy
Okay, an explanation of my idiocy for future idiots: It seemed like the documentation was saying running HCatalog was a necessary prerequisite, and it's not. I couldn't start the HCatalog server out of the box (I still can't...it complains about a lack of hive-site.xml), but running hive works

Re: Apache Hive 0.14.0 prerequisites

2014-11-13 Thread Gunther Hagleitner
To run with Tez you need Tez 0.5.2 and Hadoop 2.x. Thanks, Gunther. On Thu, Nov 13, 2014 at 12:55 AM, Uli Bethke wrote: > What are the prerequisites of running Hive 0.14 (if any)? Is Tez 0.6 > required (if I want to use TEZ as exec engine obviousy) or is Tez 0.5 ok? > What about versions of Had

Re: question on HIVE-5891

2014-11-13 Thread Stéphane Verlet
Chen Did you find a workarround ? Anybody else have a suggestion ? Thank you Stephane On Mon, Aug 4, 2014 at 9:00 AM, Chen Song wrote: > I am using cdh5 distribution and It doesn't look like this jira > > https://issues.apache.org/jira/browse/HIVE-5891 > > is backported into cdh 5.1.0. > > Is

Apache Hive 0.14.0 prerequisites

2014-11-13 Thread Uli Bethke
What are the prerequisites of running Hive 0.14 (if any)? Is Tez 0.6 required (if I want to use TEZ as exec engine obviousy) or is Tez 0.5 ok? What about versions of Hadoop and HDFS? Any others? Thanks Uli