Ok, I will do the test, Tx U. ________________________________ De: Ted Dunning <[email protected]> Enviado: jueves, 12 de julio de 2018 21:31:30 Para: user Asunto: Re: help drill down in production
On Thu, Jul 12, 2018 at 1:36 PM jose luis <[email protected]> wrote: > No, I Start Drill in embedded mode using the drill-embedded command: > bin/drill-embedded. > As others have said, that is a mistake. Don't do that. > And, I installed drill in ubuntu in an amazon aws free instance that also > has only 1 gigabyte of memory, but this if I could configure it in drill, > but when the connection via ssh is turned off or close it also goes off or > low drill. > Indeed, when you exit ssh, it will kill the embedded Drill. Don't expect this to work. Also, that amount of memory is *very* small. Drill can be made to work with only a tiny amount of memory, but it won't run as fast. And, Will the Drill Installation in distributed mode or embedded mode > affect production? Is there a way to see why the drill process shuts down? > The drill process is shutting down because you are running embedded mode. Follow the advice Abishek and look at the documentation. Use distributed mode on more than one node.
