Sha256: c7e634796056c6b3e5c66418af2aeec13fa11562711e5599794155f8477d3f88

Contents?: true

Size: 569 Bytes

Versions: 2

Compression:

Stored size: 569 Bytes

Contents

# Hacking

Some hacking info on `cascading.jruby`:

`cascading.jruby` can be packaged as a gem. To do so, you must generate the necessary packaging files:

    jruby -S rake gem

will produce the gem in the pkg/ sub-directory. After that, just cd to this directory and:

    jruby -S rake install cascading.jruby-xxx.gem

The `Cascading::Operations` module is mixed-in the `Cascading::Assembly` class to provide some shortcuts for common operations.

The file cascading/cascading.rb defines global helper methods for cascading like tap creation, fields creation, etc. 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cascading.jruby-0.0.7 HACKING.md
cascading.jruby-0.0.6 HACKING.md