Hi Mårten,
We've migrated our issue tracking to GitHub issues, so most bugs have been
moved to there. This particular bug represents a feature request- we've
migrated those to another tool that is currently only visible to Basho
employees. Some of the content there probably should be visible
This may not be the best solution, but:
sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer
...has worked for me.
- Andy
Sent from my iPhone
On Aug 7, 2012, at 6:28 PM, Jeff Kirkell wrote:
> Is anyone having trouble compiling from github source on OS X Mountain Lion?
> I am cu
I’d wait for strong consistency in Riak 2.0 or try another solution. Your
requirements probably need to be rethought if you intend to use any database on
the AP side of the spectrum.
- Andy
—
Andy Gross
Chief Architect
Basho Technologies, Inc.
On Dec 18, 2013, at 9:18 PM, Viable Nisei
python-riak-client already uses version 2.3.0. Adventurous types might want to
check out https://github.com/Greplin/fast-python-pb, which wraps the C/C++
protocol buffers library.
--
Andy Gross
Principal Architect
Basho Technologies, Inc.
On Tuesday, February 15, 2011 at 1:46 AM, Nico Meyer
mean, is the protobuf library included with
> riak-python-client? Or are you talking about the version of the protobuf
> compiler that was used to create riakclient_pb2.py from
> riakclient.proto?
>
> Cheers,
> Nico
>
> Am Dienstag, den 15.02.2011, 02:23 -0800 schrieb A
You need to make sure the crypto app is started. Try
'application:start(crypto).' in your application callback module.
- Andy
On Mar 15, 2011, at 10:34 PM, Saurabh Sehgal wrote:
> Hi,
>
> I tried using the riak_core_util:unique_id_62/0 , but get the following error
> ->
>
> ** exception e
Alex's description roughly matches up with some of our plans to address this
issue.
As with almost anything, this comes down to a tradeoff between consistency
and availability. In the case of joining nodes, making the
join/handoff/ownership claim process more "atomic" requires a higher degree
of
On Jun 3, 2011, at 3:08 PM, Keith Bennett
wrote:
>
> You're suggesting I use mercurial to pull down the HEAD and use that, right?
>
We're on Github now- the code on bitbucket is likely outdated and should
probably be taken down:
http://github.com/basho/riak
- Andy
___
Hi Karthik,
You can download Riak 1.0.2 for your platform from here:
http://downloads.basho.com/riak/riak-1.0.2/
You can find information about configuring LevelDB here:
http://wiki.basho.com/LevelDB.html
Hope this helps!
- Andy
---
Andy Gross
Principal Architect
Basho Technologies, Inc
The tip of the Riak repo requires Erlang R13B04 to compile- it looks
like you need to upgrade your system Erlang install.
On Apr 17, 2010, at 8:14 PM, ferriswheel
wrote:
hello,
below is the result i get from
mkdir getting_started
cd getting_started
hg clone http://hg.bas
Hi Bruce,
Thanks for the patch - it's definitely worthwhile and we'll likely commit it
to tip soon.
- Andy
--
Andy Gross
VP, Engineering
Basho Technologies, Inc.
On Thu, May 13, 2010 at 6:16 PM, Bruce Lowekamp wrote:
> I've been playing with using postcommit hook
I'm already all up in Bugzilla today, so I just created
http://issues.basho.com/show_bug.cgi?id=237 to track this. I'm in favor of
adding it too.
Andy Gross
VP, Engineering
Basho Technologies, Inc.
http://basho.com
On Sat, Jun 12, 2010 at 9:53 AM, Sean Cribbs wrote:
> Best thi
hanks for creating the issue.
>
> 2010/6/12 Andy Gross :
> >
> > I'm already all up in Bugzilla today, so I just
> > created http://issues.basho.com/show_bug.cgi?id=237 to track this. I'm
> in
> > favor of adding it too.
> > Andy Gross
> > V
g to track the issue:
http://issues.basho.com/show_bug.cgi?id=723
- Andy
--
Andy Gross
VP, Engineering
Basho Technologies, Inc.
http://basho.com
On Thu, Sep 16, 2010 at 3:59 PM, Michael Colussi wrote:
>
> Hey guys I have an application using Riak 0.12 that does puts, gets, and
> upda
t
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
--
--
Andy Gross
VP, Engineering
Basho Technologies, Inc.
http://basho.com
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Hi Andrea,
You're right - listing buckets in the PB client could be easier. We're in
the process of merging the currently-supported Java client and Kresten's PB
client. In the meantime, it looks like you'll need to manually construct
the ByteString argument to listKeys:
String bucketName = "m
Hi Andrea -
It looks like you're trying to connect to the HTTP port with the protobufs
client. When I replace port 8098 with 8087 in this sample code, it works
fine.
Hope that helps,
Andy
On Wed, Nov 3, 2010 at 12:50 PM, Andrea Campolonghi
wrote:
> Hi,
>
> I am trying to use the riak-java-pb
Andrea,
I'm not sure what you're asking for. Try connecting to port 8087 in your
code and it should work fine for you.
- Andy
On Wed, Nov 3, 2010 at 1:21 PM, Andrea Campolonghi
wrote:
> Andy,
>
> any more info about this?
>
> Thanks
>
> Andrea
>
> 2
Hi Andrea,
Key deletion in Riak doesn't occur immediately in Riak - keys are first
marked with a tombstone marker and then reaped asynchronously. If you
insert a sleep between the delete() and keys() calls (try a few seconds) -
does the test pass?
- Andy
On Sat, Nov 20, 2010 at 10:02 AM, Andr
There's an open issue to track the addition of this feature:
http://issues.basho.com/show_bug.cgi?id=859
- Andy
On Fri, Dec 17, 2010 at 9:39 AM, Grant Schofield wrote:
> This isn't currently built into the client, but you can reuse the function
> we use internally, riak_core_util:unique_id_62
20 matches
Mail list logo