Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option parsing bug for start-component.sh #70

Open
fengnanli opened this issue Nov 17, 2018 · 1 comment
Open

Option parsing bug for start-component.sh #70

fengnanli opened this issue Nov 17, 2018 · 1 comment

Comments

@fengnanli
Copy link
Contributor

This might be related with #52 .
In https://github.com/linkedin/dynamometer/blob/master/dynamometer-infra/src/main/java/com/linkedin/dynamometer/Client.java#L327 it is trying to find whether there is help option entered for the function, but internally it is using a GnuParser (which is deprecated from version 1.3), and during the flatten process it will try to pull the substring of -h from option -hadoop_binary_path and thinks it is asking for help information.
Note this only happens when you put the -hadoop_binary_path as the first option since other options will make the flatten end early.

xkrogen added a commit to xkrogen/dynamometer that referenced this issue Mar 1, 2019
@xkrogen
Copy link
Collaborator

xkrogen commented Mar 1, 2019

Sorry for taking so long to address this, it slipped past me. Can you take a look at PR #90?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants