Sha256: 44b60aef315a03d00be141dd0cb0d14c5bb2177172152aed7d22478196944558
Contents?: true
Size: 705 Bytes
Versions: 3
Compression:
Stored size: 705 Bytes
Contents
Wukong::AndPig is a small library to more easily generate code for the "Pig":http://hadoop.apache.org/pig data analysis language. Wukong::AndPig lets you use the structs from your Wukong scripts to generate Pig instructions that know their types and structure -- even through multiple pig commands. For example, if you use +FOREACH ... GENERATE+ to select only a few of those fields, Wukong::AndPig will know that the result has only those fields. We're still trying to figure out if this is a stupid and crazy idea, or just a crazy idea: Yeah, we're using a functional/OO scripting language to generate code for an imperative query language that generates Java code for ad-hoc map-reduce operations.
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
mrflip-wukong-0.1.0 | lib/wukong/and_pig/README.textile |
wukong-0.1.4 | lib/wukong/and_pig/README.textile |
wukong-0.1.1 | lib/wukong/and_pig/README.textile |