Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-10-13 Thread G
Hi Shino, I tried multiple times with the access key and secret key configured in riak-cs.conf. But I'm unable to create or view buckets using s3 cmd. Could you let me know if there is any documentation for this? My aim to create buckets, upload objects to riak buckets from a HTTP interface sim

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-10-02 Thread G
Hey Johan, I have executed s3cmd with --debug option. Please find the output. Test access with supplied credentials? [Y/n] Y Please wait, attempting to list all buckets... DEBUG: SignHeaders: 'GET\n\n\n\nx-amz-date:Fri, 02 Oct 2015 16:32:44 +\n/' DEBUG: CreateRequest: resource[uri]=/ DEBUG:

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread G
Dragon disk version - 1.05 S3cmd - 1.1.0-beta3 I think dragon disk is using HTTP to get the data.. Once I add the Riak account in dragon disk below is the output from dragon disk. It is able to issue GET request to riak, but no reply from riak.

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread G
I get below error when I try to create a bucket using s3cmd Test access with supplied credentials? [Y/n] Y Please wait, attempting to list all buckets... Success. Your access key and secret key worked fine :-) Now verifying that encryption works... Success. Encryption and decryption worked fine :

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread G
Hi Shino, Thanks for your reply. I ran s3cmd and created /root/.s3cfg(uploaded file to this post). I have selected others3 compatible storage and used the same access key/secret key in dragon disk. But it is unable to connect to riak. I'm able to access AWS S3 storage from the same app(dragon d

riak-cs auth_module riak_cs_s3_passthru_auth startup problem

2015-09-22 Thread KENT JR., LARRY G
Using riak 2.1.1/riak-cs 2.0.1 I want to use CS as a large object store without authentication. Riak-cs will not start when I use riak_cs_s3_passthru_auth auth_module = riak_cs_s3_passthru_auth ___ riak-users mailing list riak-users@lists.basho.com http

Re: Node.js client addIndex() and map/reduce questions (Was: Object metadata via NodeJS client)

2015-04-17 Thread Jose G. Quenum
Thanks! Will peruse through these links Sent from my iPad On Apr 17, 2015, at 7:15 PM, Luke Bakken wrote: >> 1 - when I have several indices to add to an object can I just chain them to >> the riakObject, ie, call successive addIndex methods to a riakObject? > > Source code is available as pa

Re: Object metadata via NodeJS client

2015-04-17 Thread Jose G. Quenum
te: > > José, > > Check out the following methods in the document: > > http://basho.github.io/riak-nodejs-client/classes/RiakObject.html > > hasLinks() > getLinks() > setLinks() > > -- > Luke Bakken > Engineer > lbak...@basho.com > > > On Wed,

Re: Object metadata via NodeJS client

2015-04-09 Thread Jose G. Quenum
setLinks() > > -- > Luke Bakken > Engineer > lbak...@basho.com > > > On Wed, Apr 8, 2015 at 8:56 AM, Jose G. Quenum > wrote: >> Thanks a bunch Luke. It's now getting clear. However the links manipulation >> is not available yet on the API docs. I gu

Re: Object metadata via NodeJS client

2015-04-08 Thread Jose G. Quenum
Thanks a bunch Luke. It's now getting clear. However the links manipulation is not available yet on the API docs. I guess it's just a matter of update. I will now start re implementing my riak data access with this client. When I get questions I will turn to you guys. Regards Jose Sent from my

Re: [Announcement] Official Riak Node.js client released.

2015-04-02 Thread Jose G. Quenum
Dear Brian, Thank you very much for sharing this link. I have been looking for a riak client for node.js that is compatible with riak 2.0. However, having glanced at it I noticed that there was no method to access the meta information. This is good for link manipulation, for example. As well in

Re: Secondary index in riak

2015-02-20 Thread Jose G. Quenum
Thanks to all. I'll take that option. Will let you guys know if I get any strange behavior. Sent from my iPad > On Feb 19, 2015, at 4:50 PM, Christopher Meiklejohn > wrote: > > >> On Feb 19, 2015, at 9:47 AM, Daniel Iwan wrote: >> >> My ideas: >> 1. Rewrite (read-write) object with new va

Secondary index in riak

2015-02-19 Thread Jose G. Quenum
Hi all, I'm getting into a scenario where I'd like to use a secondary index on a particular field in my riak object/data. However the value of the field might change albeit very very rarely. So I was thinking I could just reindex using the new value. What's the right syntax to delete and add a n

RE: Riak node down after ssd failure

2014-03-19 Thread Sajner, Daniel G
Hi. I’ve had success replacing the server with the same name/ip and the identical configuration of the previous server (minus the data). At that point start riak and join the node back into the cluster from the new server. This will start a bunch of transfers of meta data to get the empty nod

Re: strange error with risk 1.3.1 on OS X

2013-12-19 Thread José G. Quenum
te your Riak version, which should update the Erlang being used? > -- > Luke Bakken > CSE > lbak...@basho.com > > > On Wed, Dec 18, 2013 at 3:33 AM, "José G. Quenum" wrote: >> Hi all, >> I am using riak 1.3.1-x86_64 on OS X Mavericks. After installing th

strange error with risk 1.3.1 on OS X

2013-12-18 Thread José G. Quenum
Hi all, I am using riak 1.3.1-x86_64 on OS X Mavericks. After installing the riak server I decided to first test if it was working fine. So I issued a few cURL commands. First to add with curl -i -v -XPUT http://127.0.0.1:8098/riak/users_development/kemy -H "Content-Type: application/json" -d '

/riak-cs/stats broken

2013-12-12 Thread Sajner, Daniel G
Hi. Running riak-cs-1.4.2 here and the /riak-cs/stats endpoint appears to be broken. I get 403 error regardless of the configuration settings. Here's a snippet from app.config: %% Port and IP address to listen on for system %% administration tasks. Uncomment the fol

Bootstrapping Riak-CS with an admin user

2013-08-29 Thread Sajner, Daniel G
Hi. I'm creating Puppet configs for a Riak/Riak-CS/Stanchion stack. Ideally I want the stack to come up with some predefined users and buckets already created. This is all predicated on having an admin user created in Riak-CS which is problematic in the Puppet automation realm given this valu

RE: Using Hadoop distcp to load data into Riak-CS

2013-07-10 Thread Sajner, Daniel G
rom: riak-users [mailto:riak-users-boun...@lists.basho.com] On Behalf Of Sajner, Daniel G Sent: Tuesday, July 09, 2013 7:56 AM To: 'riak-users@lists.basho.com' Subject: [PMX:FAKE_SENDER] Using Hadoop distcp to load data into Riak-CS Hi. I'm trying to load data from a Hadoop cluster using

Using Hadoop distcp to load data into Riak-CS

2013-07-09 Thread Sajner, Daniel G
Hi. I'm trying to load data from a Hadoop cluster using distcp. Distcp supports the S3 API, but I'm running into issues. Has anyone tested/had success with this process? Any help is appreciated! Details below... Thanks, Dan Here's my setup: Hadoop cluster with a small text file in hdfs. Je

Re: Errors, 'preflist_exhausted' & 'worker_limit_reached' when trying to read data from Riak

2012-07-25 Thread Balamurugan V G
Hi, I am trying to get started with Riak, so installed the 'riak_1.1.4-1_i386.deb' on a Ubuntu 12.04 LTS 32bit System running in a Virtual Box VM. I no not have any cluster. > > I have a script which does the following: > > 1. It creates 50 child processes which run in parallel > 2. Each Child pr

Errors, 'preflist_exhausted' & 'worker_limit_reached' when trying to read data from Riak

2012-07-13 Thread Balamurugan V G
Hi, I am trying to get started with Riak, so installed the 'riak_1.1.4-1_i386.deb' on a Ubuntu 12.04 LTS 32bit System running in a Virtual Box VM. I no not have any cluster. I have a script which does the following: 1. It creates 50 child processes which run in parallel 2. Each Child process doe