after installation airflow initdb i am attempting to kick off webserver and scheduler using sudo command
ie. sudo initctl start airflow-webserver sudo initctl start airflow-scheduler above helps me start the process (supervisor i am using hadoop use id - EMR setup). unfortunately the process shows stop/waiting instead started... /home/hadoop/airflow/logs - under this folder can't see latest log generated as well to trace it. On Mon, Feb 24, 2020 at 12:32 PM Ash Berlin-Taylor <[email protected]> wrote: > > You haven't given us enough information to help debug this. > > What command is initctl running? (I'm not familiar with which process > supervisor that is) > What logs have you looked in to for an error? > What steps have you already tried? > -ash > On Feb 24 2020, at 5:27 pm, Sasi kumar Deivasikamani > <[email protected]> wrote: > > Hi, > > > > Anybody help me out - why webserver after starting immediately it goes > > to stop/waiting state. > > > > sudo initctl status airflow-webserver > > airflow-webserver start/running, process 4480 > > > > sudo initctl status airflow-webserver > > airflow-webserver stop/waiting > > > > Thanks, > > Sasi > > >
