Re: Hive setup on Hadoop cluster

2016-05-20 Thread JOHN MILLER
;>>>> Have you installed hive on any of these nodes. >>>>>> >>>>>> Hive is basically an API. You will also need to install sqoop as well >>>>>> if you are going to import data from other RDBMss li

Re: Hive setup on Hadoop cluster

2016-05-20 Thread JOHN MILLER
t;>>> Hive will require a metadata in a database of your choice. default is >>>>> derby which I don't use. try to use a reasonable database. ours is on >>>>> Oracle >>>>> >>>>> Now under directory $HIVE_HOME/conf/hive-site.xml you

Re: Hive setup on Hadoop cluster

2016-05-19 Thread Mich Talebzadeh
oop and hive in your start up script like .profile >>>> .kshrc etc >>>> >>>> Have a look anyway. >>>> >>>> HTH >>>> >>>> Dr Mich Talebzadeh >>>> >>>> >>>> >>

Re: Hive setup on Hadoop cluster

2016-05-18 Thread Mich Talebzadeh
y: cascading.CascadingException: hive error 'FAILED: Execution > Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask' > while running query insert overwrite table keyvalue select 'Hello' as key, > 'hive!' as value from dual >

Re: Hive setup on Hadoop cluster

2016-05-18 Thread JOHN MILLER
; >>> Hive has a very small footprint so my suggestion is to install it on all >>> your boxes and permission granted to Haddop user say hduser. >>> >>> Hive will require a metadata in a database of your choice. default is >>> derby

Re: Hive setup on Hadoop cluster

2016-05-18 Thread Mich Talebzadeh
e/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw >> <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* >> >> >> >> http://talebzadehmich.wordpress.com >> >> >> >> On 18 May 2016 at 13:49, Kuldeep Chitrakar < >>

Re: Hive setup on Hadoop cluster

2016-05-18 Thread JOHN MILLER
/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw > <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* > > > > http://talebzadehmich.wordpress.com > > > > On 18 May 2016 at 13:49, Kuldeep Chitrakar < > kuldeep.chitra...@synechron.com> wrote: > >&

Re: Hive setup on Hadoop cluster

2016-05-18 Thread Mich Talebzadeh
/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com On 18 May 2016 at 13:49, Kuldeep Chitrakar wrote: > I have a very basic question regarding Hadoop & Hive setup. I have 7 > Machines say M1,M2,M3,M4,M5,M6,M7 > > > > Hadoop Cl

Hive setup on Hadoop cluster

2016-05-18 Thread Kuldeep Chitrakar
I have a very basic question regarding Hadoop & Hive setup. I have 7 Machines say M1,M2,M3,M4,M5,M6,M7 Hadoop Cluster Setup: Namenode: M1 Seondary Namenode: M2 Datanodes: M3,M4,M5 Now question is: Where do I need to install Hive. 1. Should I install Hiverserver on M6 a. if

Hive setup

2014-01-08 Thread Bogala, Chandra Reddy
Hi, Is there any performance difference in running jobs using hive client (hive -f option inside shell scripts) vs configuring hiverserver2 and running jobs using thrift services with java programs? . Which is the preferred option and why? Thanks, Chandra

RE: UnixODBC and Hive setup

2011-10-28 Thread Tony Burton
ssor::eventHandler_ boost::shared_ptr apache::thrift::TProcessor::eventHandler_ Any ideas? Thanks in advance. Tony From: Tony Burton [mailto:tbur...@sportingindex.com] Sent: 27 October 2011 13:49 To: user@hive.apache.org Subject: RE: UnixODBC and Hive setup ** to fix the missing uint32_t i had to

RE: UnixODBC and Hive setup

2011-10-27 Thread Tony Burton
.org Subject: RE: UnixODBC and Hive setup Hi, I have built fb303, it took a couple of fixes** but I got there. However, I still get the same error when building the Hive Client: fb303_types.h can't be found. Where should it be? One difference I have seen since building fb303 is that I now ha

RE: UnixODBC and Hive setup

2011-10-27 Thread Tony Burton
ocal/include/thrift TProcessor.h can't be found. Which is the correct thrift.home? Is it either of these, or something else? Thanks! Tony From: Ashutosh Chauhan [mailto:hashut...@apache.org] Sent: 26 October 2011 17:27 To: user@hive.apache.org Subject: Re: UnixODBC and Hive setup >>

RE: UnixODBC and Hive setup

2011-10-26 Thread Tony Burton
I'll check this next. In the meantime, further suggestions are welcome! Thanks again, Tony From: Ashutosh Chauhan [mailto:hashut...@apache.org] Sent: 26 October 2011 18:19 To: user@hive.apache.org Subject: Re: UnixODBC and Hive setup Is that a typo, unit32_t instead of uint32_t ? Looks li

Re: UnixODBC and Hive setup

2011-10-26 Thread Ashutosh Chauhan
fix for this? Thanks! > > ** ** > > Tony > > ** ** > > ** ** > > ** ** > > ** ** > > *From:* Ashutosh Chauhan [mailto:hashut...@apache.org] > *Sent:* 26 October 2011 17:27 > *To:* user@hive.apache.org > *Subject:* Re: UnixODBC and Hive setup > >

RE: UnixODBC and Hive setup

2011-10-26 Thread Tony Burton
y From: Ashutosh Chauhan [mailto:hashut...@apache.org] Sent: 26 October 2011 17:27 To: user@hive.apache.org Subject: Re: UnixODBC and Hive setup >> When I run the ant build, it fails because it can't find header file >> fb303_types.h. Any idea where this file should come from?

Re: UnixODBC and Hive setup

2011-10-26 Thread Ashutosh Chauhan
>> When I run the ant build, it fails because it can’t find header file fb303_types.h. Any idea where this file should come from? You need to build fb303 for this. Go to the dir where you untarred thrift tar ball. Then, cd contrib/fb303 . Then ./bootstrap.sh && configure && make && make install. B