Questions tagged [riak-cs]

Riak CS (Riak Cloud Storage) is a storage software solution build on top of Riak.

Riak CS is open-source and is available under the licence. It can be used to build public or private clouds or as reliable storage to power applications and services. Riak CS is S3-API compatible and supports per-tenant reporting for billing and metering use cases.

43 questions
0
votes
2 answers

Riak CS how to get list of all buckets and all files

I was surprised to not find in documentation the answer on really simple questions: How can I get the list of all buckets and all files in my Riak CS installation? Also I need to have access to all those files in all buckets with some "root" account…
Miriam
  • 7
  • 3
0
votes
1 answer

Riak CS returns "s3.amazonaws.com" no matter what is in cs_root_host

cs_root_host is set up right: grep root_host /var/lib/riak-cs/generated.configs/app.2015.07.09.13.59.07.config {cs_root_host,"s3.example.com"}, But when I upload file: s3cmd put test.jpg s3://images --acl-public I get in return: Public URL of…
Miriam
  • 7
  • 3
0
votes
1 answer

Riak CS LDAP authentication

I read here that Riak CS supports LDAP for authentication: http://bit.ly/1Rb2yTF "Pluggable Authentication/Authorization for Integration with Existing Infrastructure – Riak CS provides an extensible authentication system, enabling integration with…
marcv81
  • 850
  • 8
  • 22
0
votes
2 answers

riak.conf changes needed for riak-cs to work

I am trying to install riak-cs 1.5.3 on Ubuntu 12.04 LTS. It requires to setup riak first. I installed riak 2.0.0 and it starts gracefully with default settings. However for riak-cs to work, there are some settings that need to be changed on riak.…
0
votes
1 answer

Riak Cloud Storage gives me Forbidden access message after successful access many times before

After many times of successful access to Riak CS storage using boto, it suddenly gave me this message: S3ResponseError: S3ResponseError: 403 Forbidden InvalidAccessKeyIdThe AWS…
securecurve
  • 5,589
  • 5
  • 45
  • 80
0
votes
1 answer

Which should I choose: Riak, Riak CS or both at the same time?

First some background, we have an application that need to store both json data and media assets (images, recorded sounds). When looking at Riak I can see that right now we would be just fine with "normal" Riak since we don't handle very big files.…
Magnus
  • 3,691
  • 5
  • 27
  • 35
0
votes
1 answer

Access s3n urls via hadoop and point to riak cs

I have code written for amazon emr using s3 and s3n urls in hadoop. eg pig: X = LOAD("s3n://testbucket/testfile.txt") using PigStorage(); I'd like to continue using the code and switch to using Riak-CS instead of amazon s3. i.e I'd like that s3…
0
votes
1 answer

Riak SOLR over HTTP and date ranges?

Can anyone tell me what Riak expects for date format when using the SOLR api over HTTP to search? I have some data that's indexed. A wildcard search confirms that: { "responseHeader": { "status": 0, "QTime": 13, "params":…
XeroxDucati
  • 5,130
  • 2
  • 37
  • 66
0
votes
1 answer

Unable to start Riak CS?

I am unable to start Riak CS? In the app.config for Riak, Riak CS. I've replaced the localhost IP address 127.0.0.1 with 0.0.0.0. Riak is running fine. I get a "pong" response. But Riak CS says "Node 'riak-cs@0.0.0.0' not responding to pings."
systemboot
  • 860
  • 2
  • 8
  • 22
0
votes
1 answer

Riak node terminated with I/0 error

My riak nodes are terminating unexpectedly with the following error. This thing started to happen after i made the following change. That's the only change i did. {riak_kv, [ {storage_backend, riak_kv_eleveldb_backend}, Error in…
Sameera Kumarasingha
  • 2,908
  • 3
  • 25
  • 41
-1
votes
1 answer

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

I installed Riak 2.0.5, Riak-cs 2.0.1(AWS VM) and trying to access it from Dragon disk. I ran s3cmd --configure and set the access/secret key. But unable to view Riak bucket details in Dragon Disk using access/secret key. I'm able to view/post data…
-1
votes
1 answer

Software that supports S3 API from HTML Forms?

I've tried Riak CS and Walrus, and read a few other's documentation pages but can't tell whether they would support this or not. What I have is an application that uses S3 policies to allow the client to upload and download directly from their…
Dave
  • 2,506
  • 2
  • 20
  • 27
-4
votes
1 answer

Is luwak production ready?

I'm implementing a blob store over Riak KV to make an experiment storing mail attachment. Riak CS seems over reaching for this goal. I already have a prototype implemented in Python and many ideas to keep working on it. Today I stumbled upon…
manu
  • 3,544
  • 5
  • 28
  • 50
1 2
3