You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17-11-2016 01:13:13 PST foo INFO - 1 commands to execute.
17-11-2016 01:13:13 PST foo INFO - effective user is: azkaban
17-11-2016 01:13:13 PST foo ERROR - Job run failed!
azkaban.utils.UndefinedPropertyException: Missing required property 'azkaban.native.lib'
at azkaban.utils.Props.getString(Props.java:478)
at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:120)
at azkaban.execapp.JobRunner.runJob(JobRunner.java:595)
at azkaban.execapp.JobRunner.run(JobRunner.java:446)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
17-11-2016 01:13:13 PST foo ERROR - Missing required property 'azkaban.native.lib' cause: null
17-11-2016 01:13:13 PST foo INFO - Finishing job foo attempt: 0 at 1479373993806 with status FAILED
This is the error log when I try to schedule a simple command job on solo server.
I tried adding azkaban.native.lib in the job file and azkaban.properties file, the error is the same.
The text was updated successfully, but these errors were encountered:
I was also trying to setup azkaban and ran into similar error , am not using solo server mode , I have installed both web and execution server separately
29-11-2016 17:02:49 IST dim_date INFO - Starting job dim_date at 1480419169234
29-11-2016 17:02:49 IST dim_date INFO - azkaban.webserver.url property was not set
29-11-2016 17:02:49 IST dim_date INFO - job JVM args: -Dazkaban.flowid=dim_date_redshift -Dazkaban.execid=692992 -Dazkaban.jobid=dim_date
29-11-2016 17:02:49 IST dim_date INFO - Building command job executor.
29-11-2016 17:02:49 IST dim_date INFO - 1 commands to execute.
29-11-2016 17:02:49 IST dim_date INFO - effective user is: azkaban
29-11-2016 17:02:49 IST dim_date ERROR - Job run failed!
azkaban.utils.UndefinedPropertyException: Missing required property 'azkaban.native.lib'
at azkaban.utils.Props.getString(Props.java:478)
at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:120)
at azkaban.execapp.JobRunner.runJob(JobRunner.java:685)
at azkaban.execapp.JobRunner.run(JobRunner.java:537)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
29-11-2016 17:02:49 IST dim_date ERROR - Missing required property 'azkaban.native.lib' cause: null
29-11-2016 17:02:49 IST dim_date INFO - Finishing job dim_date attempt: 0 at 1480419169261 with status FAILED
17-11-2016 01:13:13 PST foo INFO - 1 commands to execute.
17-11-2016 01:13:13 PST foo INFO - effective user is: azkaban
17-11-2016 01:13:13 PST foo ERROR - Job run failed!
azkaban.utils.UndefinedPropertyException: Missing required property 'azkaban.native.lib'
at azkaban.utils.Props.getString(Props.java:478)
at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:120)
at azkaban.execapp.JobRunner.runJob(JobRunner.java:595)
at azkaban.execapp.JobRunner.run(JobRunner.java:446)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
17-11-2016 01:13:13 PST foo ERROR - Missing required property 'azkaban.native.lib' cause: null
17-11-2016 01:13:13 PST foo INFO - Finishing job foo attempt: 0 at 1479373993806 with status FAILED
This is the error log when I try to schedule a simple command job on solo server.
I tried adding azkaban.native.lib in the job file and azkaban.properties file, the error is the same.
The text was updated successfully, but these errors were encountered: