I’m able to build the master branch just fine. What JDK version are you using?
-Taylor > On Dec 2, 2016, at 1:54 PM, Hugo Da Cruz Louro <[email protected]> wrote: > > [ERROR] > /Users/hlouro/Apache/Dev/GitHub/hmcl/storm-apache/storm-core/src/jvm/org/apache/storm/daemon/nimbus/Nimbus.java:[2297,23] > incompatible types: inferred type does not conform to upper bound(s) > inferred: java.util.Map<? extends java.lang.Object,? extends > java.lang.Object> > upper bound(s): > java.util.Map<java.util.List<java.lang.Integer>,java.util.Map<java.lang.String,java.lang.Object>>,java.lang.Object > > I believe this is the commit causing the problem: > 725003cc5f488191dda011dda738e41d57eca474 > > I compiled my code with the following head: > 80846773d9104fa565cf118d32b94796fc7507cf > > 8084677 Added STORM-2226 to CHANGELOG.md > 4cec3bd STORM-2226: Fix kafka spout offset lag ui for kerberized kafka > 2832aeb Added STORM-1276 to changelog. > b910466 Merge branch 'STORM-1276' of > https://github.com/revans2/incubator-storm > <https://github.com/revans2/incubator-storm> into STORM-1276 > 725003c STORM-1276: line for line translation of nimbus to java > 872d0a1 Added STORM-2224 to CHANGELOG.md > 3c309fc STORM-2224 Exposed a method to override in computing the field from > given tuple in FieldSelector > 8048cfa Added STORM-2220 to CHANGELOG.md > adee4aa STORM-2220 Added config support for each bolt in Cassandra bolts, > fixed the bolts to be used also as sinks. > 2856687 Added STORM-1886 to CHANGELOG.md > >
