-
I am trying to install pydoop using pip on CentOS 7. I have a working version of hadoop 2.6.0 installed, HADOOP_HOME variable is set correctly (used echo $HADOOP_HOME confirm this) (same is true for t…
-
I'm having problems when executing filters with "numerical restrictions", for example given these entries:
```
table.put('key1', {'cf:id': struct.pack(">q", 9983), 'cf:label': 'label1', 'cf:type': 'v…
-
I have 4 mesos 0.23 nodes with 1 master/slave and 3 slaves running via vagrant. I am using Java 8 and running everything natively on CoreOS 794.0.0 (not inside docker containers).
I have build the `H…
-
I've had regular instances of pmrpc hanging during a call. It appears it may be due to a division by zero leading to Infinity being passed to setTimeout.
The patch below appears to fix the issue:
F…
-
If a source field already exists in the schema, the plugin will override it, meaning any custom validations, etc. on that field will be removed.
``` javascript
var schema = new Schema({
title : {
…
zaim updated
12 years ago
-
Your API doc says:
pmrpc.discover({
nameRegex : "._goodName._",
callback : function(discoveredMethods) {
pmrpc.call({
destination : discoveredMethods[0].destination,
publicProcedu…