Skip to content

geowave tools script not picking up Java system properties  #446

@spohnan

Description

@spohnan

The current script only picks up command line args
exec $JAVA -cp $CLASSPATH mil.nga.giat.geowave.core.cli.GeoWaveMain "$@"

And should get updated to something that would check for system properties
exec $JAVA $GEOWAVE_TOOL_JAVA_OPT -cp $CLASSPATH mil.nga.giat.geowave.core.cli.GeoWaveMain "$@"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions