Glue

BigData Workflow Engine for Hadoop, Hbase, Netezza, Pig, Hive, Cascalog ...

Glue Redis Module Configuration

TOC

Overview

The redis module is a wrapper for https://github.com/xetorthio/jedis, https://github.com/abelaska/jedis-lock.

Configuration file

All modules are configured in the /opt/glue/conf/workflow_modules.groovy file

Configuration Example

redis{

  className="org.glue.modules.RedisModule"
  config{
    host = "localhost"
    port = 6379
  }

}