Member since
05-19-2016
216
Posts
20
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4334 | 05-29-2018 11:56 PM | |
7235 | 07-06-2017 02:50 AM | |
3915 | 10-09-2016 12:51 AM | |
3779 | 05-13-2016 04:17 AM |
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
... View more
05-08-2016
02:37 PM
@Artem Ervits : Thanks . But what does it exactly mean to persist a metastore service? What steps do I need to follow to configure that. I am using sqoop command in oozie so I shall have it that way? Do I need to configure it this way only when I am creating this as teh default metastore or whenever I have my jobs stored in a custom metastore?
... View more
05-08-2016
02:29 PM
@Artem Ervits: Awesome. Got it 🙂 Can I make the changed metastore the default one ? so that I do not have to mention it each time? I made the changes to sqoop-site.xml though.
... View more
05-08-2016
02:28 PM
Awesome. Got it 🙂 Can I make the changed metastore the default one ? so that I do not have to mention it each time? I made the changes to sqoop-site.xml though.
... View more
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?
... View more
Labels:
- Labels:
-
Apache Sqoop
05-08-2016
02:09 PM
@Kuldeep Kulkarni It still does not show any jobs when I execute sqoop job -list
... View more
05-08-2016
01:58 PM
2 Kudos
I changed metastore for sqoop to a db in MySQL following
this post. But , the last step here is
hadoop fs -put /etc/sqoop/conf/sqoop-site.xml /user/oozie/commons/
I see that we do not have a commons folder under oozie. What should I replace it with?
Also, Now, I could successfully create a job using metaconnect but when I execute
sqoop job -list.
It shows no jobs. I have confirmed that the job that I created exists. Does this have anything to do with change in metastore?
How do I fix this?
... View more
Labels:
- Labels:
-
Apache Sqoop
05-07-2016
06:44 PM
what would be the most optimal way to import tables in oozie (let's say 8-10 tables ) from a database that has 100's of them. Now, I can not use exclude option with import all and specify 90 tables which I need to exclude. Also, I believe that the table imports should be parallel jobs in oozie? Since these are independent of each other, why not? In that case, 1. how exactly do I specify tables imports in parallel? (from same and different databases). 2. How do I have incremental imports every day i.e I import only the newly added data everyday at a particular time?(I have a co-ordinator.xml but not sure about passing the date / recordnum. for incremental imports). 3. How do I specify different frequencies ? i.e some of the imports happen daily and rest may be once in 3 days? 4. The APPEND option can limit data movement only to new or updated records. How exactly? how is it different from incremental imports? Which one is performance-wise better and faster)? Also, Thank you so much for maintaining this wonderfully informed community :).
... View more
Labels:
- Labels:
-
Apache Oozie