Re: WebUI not saving changes to storage plug-ins configuration

2020-02-17 Thread Paul Rogers
Hi Sean, I poked around in the source code. Drill has something called a "plugin registry" that holds plugin definitions. This code is case insensitive, but should preserve name case. Also, Drill uses a "CaseInsensitivePersistentStore" to write to the local file system in embedded mode. This

Re: WebUI not saving changes to storage plug-ins configuration

2020-02-14 Thread Paul Rogers
Hi Sean, Drill works best when it runs as a server, using ZK for persistent storage and coordination. That said, in embedded mode Drill is supposed to save plugins to local storage. The changes between your manual edits and what Drill sees are: * Workspace names are lower-cased. I'm not sure

Re: WebUI not saving changes to storage plug-ins configuration

2020-02-14 Thread Prabhakar Bhosaale
Hi, I faced this problem when I start the drill with drill-embedded.bat. and it was resolved by starting drill using sqlline.bat -u "jdbc:drill:zk=local Give it a try. Regards Prabhakar On Fri, Feb 14, 2020, 03:09 Leyne, Sean wrote: > > I created a new storage plug-in (copying the system