Re: [BROKEN BUILD] - Master not compiling for me

2016-12-02 Thread P. Taylor Goetz
My guess is this bug:

http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8080645 


I’m on Java(TM) SE Runtime Environment (build 1.8.0_112-b16) and it compiles 
for me.

-Taylor

> On Dec 2, 2016, at 2:07 PM, Hugo Da Cruz Louro  wrote:
> 
> java version "1.8.0_45"
> Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
> Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
> 
> On Dec 2, 2016, at 11:01 AM, P. Taylor Goetz 
> mailto:ptgo...@gmail.com>> wrote:
> 
> 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 
> mailto:hlo...@hortonworks.com>> 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 java.lang.Object>
>   upper bound(s): 
> java.util.Map,java.util.Map>,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 
>  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
> 
> 
> 
> 



Re: [BROKEN BUILD] - Master not compiling for me

2016-12-02 Thread Hugo Da Cruz Louro
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

On Dec 2, 2016, at 11:01 AM, P. Taylor Goetz 
mailto:ptgo...@gmail.com>> wrote:

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 
mailto:hlo...@hortonworks.com>> 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
   upper bound(s): 
java.util.Map,java.util.Map>,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 
 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






Re: [BROKEN BUILD] - Master not compiling for me

2016-12-02 Thread P. Taylor Goetz
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  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 java.lang.Object>
> upper bound(s): 
> java.util.Map,java.util.Map>,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 
>  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
> 
> 



[BROKEN BUILD] - Master not compiling for me

2016-12-02 Thread Hugo Da Cruz Louro
[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
upper bound(s): 
java.util.Map,java.util.Map>,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 
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

[cid:7B5198C3-5567-446F-B12C-9A1070AB9805@hsd1.ca.comcast.net]