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
ant cpp-compile -Dthrift.home=/usr/local/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
Subje
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
>>
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
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
>
>
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?
>> 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