-
Notifications
You must be signed in to change notification settings - Fork 100
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
Make remote directories configurable #229
Comments
There are also some configuration properties (e.g. the main presto config directory) that get set directly in the call to the launcher script. We should allow setting those in the config.json file for presto-admin. |
Amazon's EMR distribution of Presto currently places configuration files in When running
It looks like @satheeshravir's fork did contain changes to make many of the values in constants.py configurable through environment variables or config.json in this commit. |
Presto allows you to configure where your catalog directory and the plugin directory are via configuration properties in node.properties. However, when adding a connector, presto-admin will always place the configuration files in a default catalog configuration directory. We should make this configurable.
Similarly, plugin add_jar allows the user to specify the remote_plugin_directory as a command line argument if it is different from presto-admin's default, but it would be better if the command were smart enough to figure it out on its own.
We could instead read the directory from the configuration files (so they are always in sync).
The text was updated successfully, but these errors were encountered: