Created 05-08-2016 02:20 PM
sqoop job -list
command lists no availables jobs. I have created the jobs successfully though.
I changed my metastore to mysql and then created the jobs. Is it possible that this has something to do with metastore change? When I try to create a job with the same name that already exists, it confirms that there is a job with that name already.
1. Where are these jobs stored?
2. What are the possible reasons that it is not able to list the jobs ?
3. How do I fix this?
Created 05-08-2016 02:26 PM
You need to make sure you're connecting to the correct metastore. Are you connecting to the shared or your personal metastore? Try to pass --meta-connect and url of metastore.
Created 05-08-2016 02:59 PM
Thank you :). sqoop-metastore command is there but is there a command to check if the service is up and running? Something of the sort sqoop-service status? @Artem Ervits
Created 05-08-2016 03:24 PM
No you need to implement that yourself.