You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the classpath setup, java classes & jars loading should be handled in the environment setup using $CLASSPATH instead of passing the -cp arg in the Application class.
this would simplify setting up the environment for topology testing like in the redstorm-starter project.
The text was updated successfully, but these errors were encountered:
this is a bit all over the place and there is code duplication for stuff like
I think the classpath setup, java classes & jars loading should be handled in the environment setup using $CLASSPATH instead of passing the -cp arg in the Application class.
this would simplify setting up the environment for topology testing like in the redstorm-starter project.
The text was updated successfully, but these errors were encountered: