Re: Newbie question from an oldbie -- "local"

2014-07-18 Thread Lefty Leverenz
Thanks for the clarification, Szehon. -- Lefty On Fri, Jul 18, 2014 at 6:37 PM, Szehon Ho wrote: > Yea they are orthogonal to me. Local mode (local MR) means execution is > co-located in Hive, local metastore means the HMS (metadata service) is > co-located with Hive. > > Thanks > Szehon > >

Re: Newbie question from an oldbie -- "local"

2014-07-18 Thread Szehon Ho
Yea they are orthogonal to me. Local mode (local MR) means execution is co-located in Hive, local metastore means the HMS (metadata service) is co-located with Hive. Thanks Szehon On Fri, Jul 18, 2014 at 12:57 PM, Lefty Leverenz wrote: > How is local mode (for execution of queries) related to

Newbie question from an oldbie -- "local"

2014-07-18 Thread Lefty Leverenz
How is local mode (for execution of queries) related to local metastore, or are they unrelated? I was just linking wikidocs for these topics to each other, then realized they aren't identical. - Hive, Map-Reduce and Local-Mode

Re: Newbie - proposed changes

2013-08-06 Thread Edward Capriolo
Please read: https://cwiki.apache.org/confluence/display/Hive/HowToContribute On Tue, Aug 6, 2013 at 11:45 AM, Benjamin Jakobus < benjamin.jako...@gmail.com> wrote: > Hi Edward, > > I created an issue with a more detailed description of what I propose to > modify. Please see https://issues.apach

Re: Newbie - proposed changes

2013-08-06 Thread Benjamin Jakobus
Hi Edward, I created an issue with a more detailed description of what I propose to modify. Please see https://issues.apache.org/jira/browse/HIVE-5009 Regards, Ben On Tue, Aug 6, 2013 at 3:57 PM, Edward Capriolo wrote: > You should go to http://issues.apache.org/jira and create a hive ticket.

Re: Newbie - proposed changes

2013-08-06 Thread Benjamin Jakobus
ok, thanks. will do. will i be able to push changes then? or do i submit them to somebody for review? On Tue, Aug 6, 2013 at 3:57 PM, Edward Capriolo wrote: > You should go to http://issues.apache.org/jira and create a hive ticket. > try to keep your tickets small in scope. IE better to clean up

Re: Newbie - proposed changes

2013-08-06 Thread Edward Capriolo
You should go to http://issues.apache.org/jira and create a hive ticket. try to keep your tickets small in scope. IE better to clean up a few classes that are coupled in several waves, in most cases. On Tue, Aug 6, 2013 at 9:06 AM, Benjamin Jakobus wrote: > Hi all, > > I have begun analyzing th

Newbie - proposed changes

2013-08-06 Thread Benjamin Jakobus
Hi all, I have begun analyzing the Hive codebase as part of my MSc in Computer Science and have found some minor optimization issues in the codebase, which I would like to rectify and contribute. The issues / clean-up suggestions can be found here (sorry, the file is larger than the allowed max fo

Re: Newbie

2013-02-09 Thread karthik tunga
Hi Mark, Thanks for all the info. Will take a look at them. Cheers, Karthik On 9 February 2013 17:59, Mark Grover wrote: > Hi Karthik, > Welcome! > > My first Hive JIRA was a UDF (User Defined Functions) - HIVE-2418 > > I personally believe starting off with UDFs is a great and relatively eas

Re: Newbie

2013-02-09 Thread Mark Grover
Hi Karthik, Welcome! My first Hive JIRA was a UDF (User Defined Functions) - HIVE-2418 I personally believe starting off with UDFs is a great and relatively easy way to start contributing to Hive. I did a quick search for UDF related JIRAs: https://issues.apache.org/jira/issues/?jql=project%20%3

RE: newbie in hive dev - process help

2012-09-13 Thread Chalcy Raja
Appreciate your reply, Phil. I'll create a jira and start from there. -Original Message- From: Philip Tromans [mailto:philip.j.trom...@gmail.com] Sent: Thursday, September 13, 2012 8:39 AM To: dev@hive.apache.org Subject: Re: newbie in hive dev - process help If you want code comm

Re: newbie in hive dev - process help

2012-09-13 Thread Philip Tromans
2, 2012 9:30 AM > To: dev@hive.apache.org; hive-...@hadoop.apache.org > Subject: newbie in hive dev - process help > > Hi hive dev Gurus, > > I am a newbie to hive dev, but using hive for about 2 years. > > I created a UDF to convert map to string, since I wanted make only th

RE: newbie in hive dev - process help

2012-09-13 Thread Chalcy Raja
Anybody??? -Original Message- From: Chalcy Raja [mailto:chalcy.r...@careerbuilder.com] Sent: Wednesday, September 12, 2012 9:30 AM To: dev@hive.apache.org; hive-...@hadoop.apache.org Subject: newbie in hive dev - process help Hi hive dev Gurus, I am a newbie to hive dev, but using hive

newbie in hive dev - process help

2012-09-12 Thread Chalcy Raja
Hi hive dev Gurus, I am a newbie to hive dev, but using hive for about 2 years. I created a UDF to convert map to string, since I wanted make only the key part lower or upper to convert old data in map field, because the keys could be in different cases. I created this about a year ago. I