Sorry, link problem was on our side. But I still can't get scan spec for
"ROW >=" working.

On Tue, Dec 15, 2009 at 9:31 PM, Doug Judd <[email protected]> wrote:

> Please post the output of this command:
>
> ls -l /usr/local/lib/libthrift* /opt/hypertable/0.9.2.7/lib
>
> Also, can you remove your build tree, re-run cmake, and post the output of
> cmake?
>
> - Doug
>
>
> On Tue, Dec 15, 2009 at 1:05 AM, Stanislav Yudin <[email protected]> wrote:
>
>> Doug,
>> There is a problem with linking in pu branch. See attached output.
>>
>>
>> On Tue, Dec 15, 2009 at 6:11 AM, Doug Judd <[email protected]> wrote:
>>
>>> Stanislav,
>>>
>>> I've pushed up a fix for this into the 'pu' branch.  Can you pull it and
>>> try it out?  Here's how to get setup with the 'pu' branch:
>>>
>>> git fetch
>>> git branch --track -f -l pu origin/pu
>>> git checkout pu
>>>
>>> You'll also need to install the latest version of 
>>> thrift<http://www.apache.org/dyn/closer.cgi?path=/incubator/thrift/0.2.0-incubating/thrift-0.2.0-incubating.tar.gz>.
>>> If you're using the binary packages, let me know what platform and I'll
>>> build you a special package.
>>>
>>> - Doug
>>>
>>> On Mon, Dec 14, 2009 at 3:56 AM, Stanislav Yudin <[email protected]>wrote:
>>>
>>>> Hi everyone,
>>>> I am looking for a way how to specify ScanSpec for open_scaner which
>>>> would return only row keys i.e. emulating KEYS_ONLY hql options_spec. I 
>>>> have
>>>> tried to set empty columns vector and mark it as specified to force no
>>>> columns, but it didn't help. How is it supposed to be done?
>>>> Sample (using C++ thrift bindings)
>>>> ScanSpec spec;
>>>> //set empty columns and mark specified
>>>> spec.columns.clear();
>>>> spec.__isset.columns = true;
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Hypertable Development" group.
>>>> To post to this group, send email to [email protected].
>>>> To unsubscribe from this group, send email to
>>>> [email protected]<hypertable-dev%[email protected]>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/hypertable-dev?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Hypertable Development" group.
>>> To post to this group, send email to [email protected].
>>> To unsubscribe from this group, send email to
>>> [email protected]<hypertable-dev%[email protected]>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/hypertable-dev?hl=en.
>>>
>>
>>
>>
>> --
>> <p>Regards,<br/>
>> <a href="http://ru.linkedin.com/in/stanly";>Stanislav Yudin</a></p>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Hypertable Development" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<hypertable-dev%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/hypertable-dev?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Hypertable Development" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<hypertable-dev%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/hypertable-dev?hl=en.
>



-- 
<p>Regards,<br/>
<a href="http://ru.linkedin.com/in/stanly";>Stanislav Yudin</a></p>

--

You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en.


Reply via email to