hortonworks / streamline

StreamLine - Streaming Analytics
Apache License 2.0
164 stars 95 forks source link

ISSUE-1344: Add missing classname argument in download-streamine-artifacts.py #1343

Closed arunmahadevan closed 5 years ago

arunmahadevan commented 5 years ago

While trying to run download-streamine-artifacts.py, it throws below error.

Unrecognized option: --artifactRepositories Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

It appears that the classname is missing in the java command that the script is trying to execute

fixes #1344

arunmahadevan commented 5 years ago

@HeartSaVioR , I am not sure how the script is supposed to work, but looks like the classname argument is missing. Let me know if this is valid and I will create a github issue to associate with the PR.

HeartSaVioR commented 5 years ago

@arunmahadevan Very weird... I ran script couple of times before raising pull request... I might be worked with copy of script... I guess we can file an issue and proceed. Thanks for the fix.