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

Add '--propertyFile' command-line parameter, to override where SQLLine reads its configuration #302

Closed
julianhyde opened this issue May 24, 2019 · 3 comments

Comments

@julianhyde
Copy link
Owner

Add --propertyFile command-line parameter, to override where SQLLine reads its configuration.

Note that https://issues.apache.org/jira/browse/HIVE-13964 is a similar feature in Hive (except that the option is called --property-file).

We should support (and test) --propertyFile=/dev/null.

Also, if this option is given, we should not attempt to write the properties back.

@julianhyde
Copy link
Owner Author

julianhyde commented May 24, 2019

As part of this change, in our script tests, we should use --propertyFile=/dev/null (or an API-level equivalent), and remove various !set commands at the start of those tests, some of which we added as a workaround in #237.

@snuyanzin
Copy link
Collaborator

I noticed existing but not working as expected property propertiesFile and started to use this one

@snuyanzin
Copy link
Collaborator

Merged as 81434e4

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

Successfully merging a pull request may close this issue.

2 participants