Commit Graph

31 Commits

Author SHA1 Message Date
Colin Surprenant ddb49f4f90 renamed JRubyProxyFunction to JRubyTridentFunction 2014-03-02 19:43:10 -05:00
Colin Surprenant 1fac3b51df updated dependencies, jruby 1.7.11 and storm 0.9.1-incubating 2014-03-02 04:33:30 -05:00
Colin Surprenant ba19200e6b removed remaining ruby proxy classes, java proxies now use JRuby API directly 2014-03-02 03:04:01 -05:00
Colin Surprenant c76fa6eef1 refactor and expose topology builder 2013-06-20 00:50:03 -04:00
Colin Surprenant 898ac6b8e7 fix the RbConfig deprecation warning and add check for valid topology class 2013-05-14 17:22:31 -04:00
Colin Surprenant 135c6818ff Merge branch 'drpc_trident' into v0.6.5
Conflicts:
	lib/red_storm/topology_launcher.rb
2013-05-13 09:44:05 -04:00
Paul Bergeron 348ac62965 Add support for linear DRPC to redstorm 2013-01-24 14:38:07 -08:00
Paul Bergeron 636cc896df Add JRubyBatchSpout to Topology Launder 2013-01-24 14:38:07 -08:00
Brian Johnson f2bd64a46e add transactional spout and bolt for jruby serialization 2012-10-29 08:52:53 -04:00
Colin Surprenant 23f0059c1f add target/lib in require path 2012-06-28 17:34:16 -04:00
Colin Surprenant 34d774f724 fixed launch path 2012-06-28 14:35:07 -04:00
Colin Surprenant ac95f71e43 refactored environment settings 2012-06-26 16:06:29 -04:00
Colin Surprenant 3b2ee4b0df removed debug traces and added support for bundle command single parameter gemfile 2012-06-05 17:12:08 -04:00
Colin Surprenant 9c0b41af43 reworked env and path settings, debug traces 2012-06-05 15:08:01 -04:00
Colin Surprenant 8a258bb532 better gem and bundling debugging 2012-06-01 20:00:10 -04:00
Colin Surprenant e820f10ef2 Merge pull request #22 from jondot/master
Fixed real cause of issue #7
2012-05-29 12:31:26 -07:00
Stone b4f61ee98d remove java_import of org.apache.log4j.Logger to avoid conflict with the Logger in Ruby stdlib which will cause (TypeError) no public constructors for Java::OrgApacheLog4j::Logger 2012-05-25 15:25:53 -04:00
Dotan Nahum c921ca28b6 Found real cause of #7.
Look like java_import was introducing a class overwrite for 'Config',
when `rbconfig` needed to be used (Config::CONFIG), the error would surface.

rbconfig is used with rack utils.
2012-05-20 00:08:32 +03:00
Colin Surprenant e4c0fa0516 support setting JRuby 1.8 and 1.9 mode for local and cluster execution and added logging hooks in DSL 2012-02-13 15:26:21 -05:00
Colin Surprenant f482f3124a issue #5 - support for namespaced topology class 2011-12-09 15:28:23 -05:00
Colin Surprenant d131244a76 require red_storm 2011-11-16 16:48:18 -05:00
Colin Surprenant 4d5c3b0714 work bolt & spout dsl and added topology dsl 2011-11-11 18:32:02 -05:00
Colin Surprenant d170706bc1 cosmetic 2011-11-10 15:11:04 -05:00
Colin Surprenant 6aa739338b examples & cosmetic cleanup 2011-11-07 15:43:46 -05:00
Colin Surprenant 4438c208e2 fix paths and jar generation 2011-11-04 17:47:48 -04:00
Colin Surprenant c075f82515 fix require path 2011-11-04 16:45:09 -04:00
Colin Surprenant ee8489cd21 fix require path 2011-11-04 16:40:49 -04:00
Colin Surprenant bf23410bab gem rake task wrapper for executable 2011-11-04 00:23:00 -04:00
Colin Surprenant 7f4caad79d using ruby-maven gem, refactored dir layout and build strategy 2011-11-03 18:33:33 -04:00
Colin Surprenant be6483c257 support for separape jvm execution of real cluster 2011-11-03 13:52:41 -04:00
Colin Surprenant 04f6f26d22 no more compiling topologies/bolts/spouts, added launcher, cleanups 2011-10-28 16:24:22 -04:00