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
1
vote
1 answer

What is the exact way to send erlang module and erlang function to the mapreduce face in python-riak client l

can any body tell with an example of what is the correct way of sending the erlang module and erlang function to the query.map() in python riak client, In Documents it was like function (string, list) – Either a named Javascript function (ie:…
Krish gopi
  • 155
  • 4
  • 12
1
vote
1 answer

Riak CS: Stanchion failover

From the Riak CS docs, I understand that only one Stanchion server should be used for a cluster. In my cluster I'm spinning up identical machines that all have the same setup, so that theoretically any machine could takeover if needed. Ideally I…
kdb
  • 1,994
  • 3
  • 13
  • 11
0
votes
1 answer

What is the best SGDB for Riak kv - Basho?

I'm starting with riak, Is there any SGDB for linux that contemplate it? As if it were studio 3t for MongoDb. thankful
Hugo Ferreira
  • 51
  • 1
  • 8
0
votes
1 answer

Riak Cs Long manifest history

I am using riak-cs (s3) to store application configuration, which gets regenerated and updated every 10min per application context. I am getting these warnings: Dec 04 14:53:12 hostname01 docker[8947]: Dec 4 14:53:12 hostname01 riak-cs[39]:…
Johnny Everson
  • 8,343
  • 7
  • 39
  • 75
0
votes
1 answer

Riak unrecoverable disk failure

I have a 3 node Riak cluster with each having approx. 1 TB disk usage. All of a sudden, one node's hard disk failed unrecoverably. So, I added a new node using the following steps: 1) riak-admin cluster join 2) down the failed node 3) riak-admin…
Leo
  • 1
0
votes
1 answer

Riak-cs solution with antivirus

Does riacks offer any feature of virus scanning, or can an easy software be implemented on top ? I did not find anything on the documentation.
user1000622
  • 519
  • 1
  • 7
  • 18
0
votes
1 answer

Is it possible to use Riak CS with Apache Flink?

I want to configure filesystem state backend and zookeeper recovery mode: state.backend: filesystem state.backend.fs.checkpointdir: ??? recovery.mode: zookeeper recovery.zookeeper.storageDir: ??? As you can see I should specify checkpointdir and…
Maxim
  • 9,701
  • 5
  • 60
  • 108
0
votes
2 answers

Class structure for client library

I need to make a couple of services that will talk to both Amazon S3 and Riak CS. They will handle the same operations, e.g. retrieve images. Due to them returning different objects, in S3's case an S3Object. Is the proper way to design this to have…
nmarques
  • 151
  • 12
0
votes
1 answer

Riak node join cluster programmatically

I am trying to make join a Riak node to the cluster programmatic but I can't manage to do that. I have tried this operation through web and Riak_control but I have a 403 forbidden HTTP error code. I there any other way to join a cluster programmatic…
AlexGo
  • 487
  • 4
  • 19
0
votes
1 answer

How to debug Access Denied error by Riak CS?

On a fresh Centos server I've installed Riak CS 2.1.1 on top of Riak 2.1.3 with Stanchion 2.1.1 using official guide. I was able to create new users when anonymous_user_creation is enabled in Riak CS conf file. But when I disable it and try to…
skaurus
  • 1,581
  • 17
  • 27
0
votes
2 answers

Hive Create table over S3 in RIAK CS

I have Hive service running on a Hadoop cluster. I'm trying to create a Hive table over Eucalyptus(RIAK CS) S3 data. I have configured the AccessKeyID and SecretAccessKey in core-site.xml and hive-site.xml. When I execute the Create table command…
Veronica
  • 1
  • 4
0
votes
1 answer

How to get older version of riak

I am looking out for older version of Riak(1.1.2) for MAC;I searched it on google but could not find it. Any help will be great. Regards.
Learner
  • 544
  • 1
  • 8
  • 19
0
votes
1 answer

Riak-CS cluster broken after only 1/3 node failed! The AWS Access Key Id you provided does not exist in our records

I've created 3-node Riak-CS cluster in sandbox, created buckets, uploaded some files, and they were replicated between nodes (I hope intelligent algorithm puts files mainly in partitions on physically different nodes). v_node=2, other replica config…
0
votes
1 answer

Riak CS cannot start with log.syslog=on

In /etc/riak-cs/riak-cs.conf I've changed log.syslog=off to log.syslog=on After that service riak-cs start returns 18:33:51.427 [error] Error generating configuration in phase apply_translations 18:33:51.428 [error] Translation for 'lager.handlers'…
0
votes
1 answer

Riak CS public ACL by default for new objects

Is it possible to make Riak CS apply ACL with public access by default upon new bucket or file in some bucket created? I mean I wanna put files for example using simply s3cmd put file.jpg s3://my-bucket And I'd like to have file.jpg in my-bucket to…
Miriam
  • 7
  • 3