Sha256: a3e8724b7c25aa48125bb19420e6e049f3d4a1444354782fd6636bbc10913f87
Contents?: true
Size: 796 Bytes
Versions: 2
Compression:
Stored size: 796 Bytes
Contents
# Require Wukong so we can write processors & dataflows and use # build-in widgets. require 'wukong' # Require just enough of wukong-hadoop to give us changes at the # processor level. The rest is only required when running the # 'wu-hadoop' program. Also grab configuration since we'll need it. require 'wukong-hadoop/extensions' require 'wukong-hadoop/configuration' # Grab configuration from Wonderdog. require 'wonderdog' module Wukong # Provides some helper methods for loading the assets within a # deploy pack at runtime and for Wukong plugins to ask questions # about the deploy pack they're running in. module Deploy end end # Now load the rest of the deploy pack. require 'wukong-deploy/deploy_pack' require 'wukong-deploy/configuration' require 'wukong-deploy/driver'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wukong-deploy-0.0.2 | lib/wukong-deploy.rb |
wukong-deploy-0.0.1 | lib/wukong-deploy.rb |