Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

sqoop job -list command

avatar
Expert Contributor
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?

1 ACCEPTED SOLUTION

avatar
Master Mentor

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.

View solution in original post

11 REPLIES 11

avatar
Expert Contributor

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

avatar
Master Mentor

No you need to implement that yourself.