Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule job failed due to "azkaban.utils.UndefinedPropertyException: Missing required property 'azkaban.native.lib'" #251

Open
ldzhjn opened this issue Nov 17, 2016 · 2 comments

Comments

@ldzhjn
Copy link

ldzhjn commented Nov 17, 2016

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.

@rajivchodisetti
Copy link

rajivchodisetti commented Nov 29, 2016

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

@MayJV
Copy link

MayJV commented May 18, 2017

I have the same error,help help.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants