Re: Running hello-samza for the first time

2016-03-15 Thread Jacob Maes
Hey Maurice, You're right about getOrDefault and it looks like it was my mistake. I'll file a JIRA and patch shortly. Apologies for the trouble. -Jake On Tue, Mar 15, 2016 at 1:08 PM, Maurice McCabe wrote: > Hi Jagadish, > > As I recall compiling samza (with JDK7) during >

Re: Running hello-samza for the first time

2016-03-15 Thread Maurice McCabe
Hi Jagadish, As I recall compiling samza (with JDK7) during bin/grid bootstrap resulted in compiler error on https://github.com/apache/samza/blob/bfba03b7bea731ffe7db1ed7e2a6441369e2cd9a/samza-core/src/main/scala/org/apache/samza/config/TaskConfig.scala#L97 getOrDefault() is a java 8 feature

Re: Running hello-samza for the first time

2016-03-13 Thread Jagadish Venkatraman
Hi Maurice, Appreciate the feedback. Creating a Jira should not require any privileges as long as you create an account in Apache Jira. Could you please elaborate on the problems you encountered (and which ones where Java/Maven specific)? (It will help the community to understand it better).

Running hello-samza for the first time

2016-03-13 Thread Maurice McCabe
Hi All, I attempted to run hello-samza but ran into some problems that I was eventually able to resolve. The problems can best be described as documentation errors. All problems were resolved by using Java 8 and Maven 3. However, I was using Java 7 and Maven 2. It should be mentioned in the