You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Chun Yuen Lim <li...@siswa.um.edu.my> on 2015/05/31 02:20:13 UTC

Use Java 7 in Apache Storm

I guess there are quite a number of new Apache Storm users face the same
problem with me. The Maven within Apache Storm keep one using Java 6 even
we had installed the Java 7. The links attached below solved the issue.

https://stackoverflow.com/questions/30552472/how-to-enable-java-7-in-maven-of-apache-storm-0-9-3/

I just wonder why keep on using Java 6 in Apache Storm, since Java 7 is
quite stable nowadays & can support more features, can any developers tell
me why?

Re: Use Java 7 in Apache Storm

Posted by Andrew Medeiros <an...@amedeiros.com>.
I am currently using Java 8 and grade with no issues.



—
Sent from Mailbox

On Mon, Jun 1, 2015 at 5:41 AM, Denis DEBARBIEUX <dd...@norsys.fr>
wrote:

> I am using storm with Maven and Java 8. I have no trouble.
> Denis
> Le 31/05/2015 02:20, Chun Yuen Lim a écrit :
>> I guess there are quite a number of new Apache Storm users face the 
>> same problem with me. The Maven within Apache Storm keep one using 
>> Java 6 even we had installed the Java 7. The links attached below 
>> solved the issue.
>>
>> https://stackoverflow.com/questions/30552472/how-to-enable-java-7-in-maven-of-apache-storm-0-9-3/
>>
>> I just wonder why keep on using Java 6 in Apache Storm, since Java 7 
>> is quite stable nowadays & can support more features, can any 
>> developers tell me why?
> ---
> L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
> http://www.avast.com

Re: Use Java 7 in Apache Storm

Posted by Denis DEBARBIEUX <dd...@norsys.fr>.
I am using storm with Maven and Java 8. I have no trouble.

Denis

Le 31/05/2015 02:20, Chun Yuen Lim a écrit :
> I guess there are quite a number of new Apache Storm users face the 
> same problem with me. The Maven within Apache Storm keep one using 
> Java 6 even we had installed the Java 7. The links attached below 
> solved the issue.
>
> https://stackoverflow.com/questions/30552472/how-to-enable-java-7-in-maven-of-apache-storm-0-9-3/
>
> I just wonder why keep on using Java 6 in Apache Storm, since Java 7 
> is quite stable nowadays & can support more features, can any 
> developers tell me why?



---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
http://www.avast.com

Re: Use Java 7 in Apache Storm

Posted by Javier Gonzalez <ja...@gmail.com>.
You only have to make sure JAVA_HOME and your path point to the java8
installation for every storm process (nimbus and supervisor) you start.
I've had no problem using storm with Java8. The only times I've had
problems is when someone changes JAVA_HOME to java6 or 7 and then storm jar
throws the usual major/minor exception because my storm topology jars are
compiled with java8.

Regards,
Javier

On Sat, May 30, 2015 at 8:20 PM, Chun Yuen Lim <li...@siswa.um.edu.my>
wrote:

> I guess there are quite a number of new Apache Storm users face the same
> problem with me. The Maven within Apache Storm keep one using Java 6 even
> we had installed the Java 7. The links attached below solved the issue.
>
>
> https://stackoverflow.com/questions/30552472/how-to-enable-java-7-in-maven-of-apache-storm-0-9-3/
>
> I just wonder why keep on using Java 6 in Apache Storm, since Java 7 is
> quite stable nowadays & can support more features, can any developers tell
> me why?
>



-- 
Javier González Nicolini