Member since
08-08-2013
109
Posts
19
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6722 | 07-28-2015 02:13 PM | |
80018 | 12-12-2014 07:28 AM | |
6296 | 11-19-2014 04:14 PM | |
11511 | 11-17-2014 10:35 AM | |
9562 | 08-05-2014 10:56 AM |
09-25-2014
02:50 PM
You can check where Sqoop2 picks up its jars. The file "/etc/sqoop2/tomcat-conf/conf/catalina.properties" will have a "common.loader" property where jars will be picked up. Make sure "/var/lib/sqoop2/*.jar" is in the comma separated list. If its there, then Sqoop2 should be picking up that Jar.
... View more
09-20-2014
03:15 PM
Hey there, What java version are you running? ojdbc5.jar should be for JDK 1.5 and ojdbc6.jar should be for JDK 1.6. Choose the jar appropriately. If the above doesn't work, you should be able to add a "--verbose" flag after "import" in the command you've provided to see the classpaths being used.
... View more
08-07-2014
11:09 AM
1 Kudo
https://issues.apache.org/jira/browse/SQOOP-1182 It looks like this was in for SQOOP-1.99.3. Also, CDH4.7.0 did not have any backports... so it is likely just not part of this release. It did make it into CDH 5 release though. So upgrading should fix this problem.
... View more
08-06-2014
11:45 AM
What version of Sqoop2/CDH are you using?
... View more
08-05-2014
10:56 AM
1 Kudo
Stored procedures are an export only feature. See https://issues.apache.org/jira/browse/SQOOP-769 for more information.
... View more
08-05-2014
10:51 AM
I don't think the Zip is implemented in the MR framework. You'd have to implement Zip as a custom compression codec. Try extending DefaultCodec (https://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/compress/DefaultCodec.html).
... View more
07-26-2014
08:17 AM
Actually, it looks like you might be able to change the base filename using "mapreduce.output.basename". Try adding -Dmapreduce.output.basename=myoutputprefix or adding this to the sqoop-site.xml? Using Sqoop1, you should be able to provide --append to add to an existing directory. See http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_controlling_the_import_process for more info.
... View more
07-16-2014
12:09 PM
Hey there, are you using The Cloudera Connector Powered by Teradata or the Cloudera Connector for Teradata? Also, what does your sqoop-site.xml have in it?
... View more
07-09-2014
12:46 PM
Indeed. SQOOP-777 is the beginning. We're working on it!
... View more
07-09-2014
11:52 AM
It actually should be in Hue when you're creating or editing the job. What version of Sqoop2 are you using? The quoting is unfortunately not configurable. I'm working something upstream (https://issues.apache.org/jira/browse/SQOOP-777), which should lend itself to improve issues of this nature.
... View more