[
https://issues.apache.org/jira/browse/DRILL-6981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746604#comment-16746604
]
Paul Rogers commented on DRILL-6981:
------------------------------------
Are you on Linux? If so, then symlinks should work to share files.
On the other hand if you really do want to just change the
{{drill-override.conf}} file, then doing so should be easy:
1. Add a new flag to drill-config.sh.
2. In drill-config.sh where we work out the drill-override.conf location, add
logic for your new flag.
The good news is that all this is just in a single shell script,
drill-config.sh. You can try it on your local machine. Once you get it to work
the way you like, issue a PR with the change.
> command line option to choose/force drill-override.conf
> --------------------------------------------------------
>
> Key: DRILL-6981
> URL: https://issues.apache.org/jira/browse/DRILL-6981
> Project: Apache Drill
> Issue Type: Wish
> Affects Versions: 1.15.0
> Reporter: benj
> Priority: Minor
>
> It will be nice to have a command line option from sqlline to specify which
> file to use to override instead of the natural drill-overide.conf.
> Example :
>
> {code:java}
> ./sqlline --conf=../conf/another-drill-overide.conf
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)