So this is not possible to set to pass through JDBC? On Jun 30, 2015 12:38 PM, "Parth Chandra" <[email protected]> wrote:
> We should update the documentation. Drill is mostly read only and it > autocommits for the few operations that do a write. Drill JDBC will trow an > exception if the user tries to set AutoCommit off. > > On Tue, Jun 30, 2015 at 10:07 AM, Chad Smykay <[email protected]> wrote: > > > From Drill’s documentation, it seems as though it is possible to turn off > > auto-committing through the shell by setting autoCommit to false:https:// > > <https://drill.apache.org/docs/configuring-the-drill-shell/> > > drill.apache.org > > <https://drill.apache.org/docs/configuring-the-drill-shell/>/docs/ > > <https://drill.apache.org/docs/configuring-the-drill-shell/> > > configuring-the-drill-shell > > <https://drill.apache.org/docs/configuring-the-drill-shell/>/ > > <https://drill.apache.org/docs/configuring-the-drill-shell/> > > > > Do anyone know of any way to pass this setting along when connecting with > > the jdbc, like in the URL or something? > > >
