Re: Drill embedded mode on Linux

2020-04-10 Thread Prabhakar Bhosaale
imes, Rafael - 0993 - MITLL < >> >> rafael.jai...@ll.mit.edu> wrote: >> >> >> >>> The error tells you that it's not finding a Java 1.8 JDK. You can use >> >>> OpenJDK >> >>> 1.8 for the job. >> >>> I would

RE: Drill embedded mode on Linux

2020-04-09 Thread Jaimes, Rafael - 0993 - MITLL
filed https://issues.apache.org/jira/browse/DRILL-7695 -Original Message- From: Paul Rogers Sent: Thursday, April 9, 2020 3:24 PM To: user@drill.apache.org Subject: Re: Drill embedded mode on Linux Hi Prabhakar, Rafael has pointed you in the right direction. Drill does code generation

Re: Drill embedded mode on Linux

2020-04-09 Thread Paul Rogers
not finding a Java 1.8 JDK. You can use > >>> OpenJDK > >>> 1.8 for the job. > >>> I would check: > >>> 1) your java version (both version # and whether it is a JDK, not a > JRE) > >>> 2) your java path env vars > >>> > >>&

Re: Drill embedded mode on Linux

2020-04-09 Thread Prabhakar Bhosaale
; wrote: > >> > >>> The error tells you that it's not finding a Java 1.8 JDK. You can use > >>> OpenJDK > >>> 1.8 for the job. > >>> I would check: > >>> 1) your java version (both version # and whether it is a JDK, not a > JRE)

Re: Drill embedded mode on Linux

2020-04-09 Thread Rafael Jaimes III
DK. You can use >>> OpenJDK >>> 1.8 for the job. >>> I would check: >>> 1) your java version (both version # and whether it is a JDK, not a JRE) >>> 2) your java path env vars >>> >>> -Original Message- >>> From:

Re: Drill embedded mode on Linux

2020-04-09 Thread Prabhakar Bhosaale
for the job. >> I would check: >> 1) your java version (both version # and whether it is a JDK, not a JRE) >> 2) your java path env vars >> >> -Original Message- >> From: Prabhakar Bhosaale >> Sent: Thursday, April 9, 2020 9:29 AM >> To: user

Re: Drill embedded mode on Linux

2020-04-09 Thread Prabhakar Bhosaale
--Original Message- > From: Prabhakar Bhosaale > Sent: Thursday, April 9, 2020 9:29 AM > To: user@drill.apache.org > Subject: Drill embedded mode on Linux > > Hi All, > I am using drill 1.16 and trying to start the drill in embedded mode on > linux > machine. Follo

RE: Drill embedded mode on Linux

2020-04-09 Thread Jaimes, Rafael - 0993 - MITLL
:29 AM To: user@drill.apache.org Subject: Drill embedded mode on Linux Hi All, I am using drill 1.16 and trying to start the drill in embedded mode on linux machine. Following the documentation from drill website. I am using bin/drill-embedded command but it is giving following error. Checked

Drill embedded mode on Linux

2020-04-09 Thread Prabhakar Bhosaale
Hi All, I am using drill 1.16 and trying to start the drill in embedded mode on linux machine. Following the documentation from drill website. I am using bin/drill-embedded command but it is giving following error. Checked the java version and it is correct. Please help urgently. thx Regards

Re: Drill embedded mode

2017-05-15 Thread Paul Rogers
standalone server? > > > You can always use a screen session and start up Drill embedded mode and then > detach that session. > > > From: Selvarajan Thangavel <selvarajan.thanga...@d4t4solutions.com> > Sent: Sunday, May 14, 2017 7:31:58

Re: Drill embedded mode

2017-05-15 Thread Kunal Khatua
Is there a reason you want to use Drill in Embedded mode and not as a standalone server? You can always use a screen session and start up Drill embedded mode and then detach that session. From: Selvarajan Thangavel <selvarajan.thanga...@d4t4solutions.com>

Drill embedded mode

2017-05-15 Thread Selvarajan Thangavel
Hi, We have installed drill in embedded mode on our Linux server to query some of our csv files and produce json data via rest api(8047) to our web application. When I run the command "./drill-embedded" the drill service started and the rest api service is getting connected and all looks good.