i got it figured out. Drill does not like to run when you are using Jenv. I had to comment out the following from my .bash_profile:
export PATH="$HOME/.jenv/bin:$PATH" eval "$(jenv init -)" On Wed, Apr 1, 2015 at 2:01 PM, Andries Engelbrecht < [email protected]> wrote: > Did you run ./configure.sh -R after upgrading to 0.8? > > I assume you did it on the Sandbox. > > —Andries > > > > On Apr 1, 2015, at 10:50 AM, Abhishek Girish <[email protected]> > wrote: > > > Can you also please check drillbit.out, to see if drill had issues while > > coming up? > > > > On Wed, Apr 1, 2015 at 10:45 AM, Nathaniel Auvil < > [email protected]> > > wrote: > > > >> yeah i looked at that and even rebooted. > >> > >> HQSML-144362:apache-drill-0.8.0 nauvil001$ ps auwx | grep drill > >> nauvil001 4993 0.0 0.0 2441988 684 s002 S+ 1:44PM > >> 0:00.00 grep drill > >> > >> > >> > >> > >> > >> On Wed, Apr 1, 2015 at 1:38 PM, Kristine Hahn <[email protected]> > wrote: > >> > >>> Sorry you're having a problem. You probably need to kill the Drill > >> process. > >>> Please see > >>> http://apache.github.io/drill/docs/getting-started-tutorial#stop-drill > >> for > >>> one explanation of the cause and how to fix. > >>> > >>> Kristine Hahn > >>> Sr. Technical Writer > >>> 415-497-8107 @krishahn > >>> > >>> > >>> On Wed, Apr 1, 2015 at 10:24 AM, Nathaniel Auvil < > >>> [email protected]> > >>> wrote: > >>> > >>>> i used to be able to run Drill 0.7 but that fails at startup with the > >>> same > >>>> problem. > >>>> > >>>> bin/sqlline -u jdbc:drill:zk=local > >>>> > >>>> Drill log directory /var/log/drill does not exist or is not writable, > >>>> defaulting to /opt/apache-drill-0.8.0/log > >>>> > >>>> 2015-04-01 13:13:42.792 java[1622:7271] Unable to load realm mapping > >> info > >>>> from SCDynamicStore > >>>> > >>>> Apr 01, 2015 1:13:46 PM org.glassfish.jersey.server.ApplicationHandler > >>>> initialize > >>>> > >>>> INFO: Initiating Jersey application, version Jersey: 2.8 2014-04-29 > >>>> 01:25:26... > >>>> > >>>> Error: Failure while attempting to connect to Drill. (state=,code=0) > >>>> > >>>> sqlline version 1.1.6 > >>>> > >>>> 0: jdbc:drill:zk=local> > >>>> > >>>> > >>>> > >>>> and i see no errors in sqlline.log > >>>> > >>>> > >>>> java -version > >>>> > >>>> java version "1.7.0_55" > >>>> > >>>> Java(TM) SE Runtime Environment (build 1.7.0_55-b13) > >>>> > >>>> Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode) > >>>> > >>>> > >>>> sw_vers -productVersion > >>>> > >>>> 10.10.2 > >>>> > >>> > >> > >
