Re: SQOOP_CLASSPATH

2014-07-29 Thread Alec Ten Harmsel
Thanks Jarcec. That's kind of annoying; for now I'm modifying SQOOP_USER_CLASSPATH, and that works just fine. Alec On Tue 29 Jul 2014 04:49:20 PM EDT, Jarek Jarcec Cecho wrote: > Hi Alec, > variable SQOOP_CLASSPATH is a private one (don’t ask me why though). If you > need to put something on S

Re: SQOOP_CLASSPATH

2014-07-29 Thread Jarek Jarcec Cecho
Hi Alec, variable SQOOP_CLASSPATH is a private one (don’t ask me why though). If you need to put something on Sqoop class path you need to alter HADOOP_CLASSPATH variable instead. Jarcec On Jul 28, 2014, at 11:24 AM, Alec Ten Harmsel wrote: > Hi guys, > > I'd like to be able to set SQOOP_CLA

Re: Fwd: Sqoop export not working when using "update-key"

2014-07-29 Thread Gwen Shapira
Here's what I use: sqoop export -Doraoop.export.merge=true -Doraoop.update.key.extra.columns="period_start_time" -D mapred.map.max.attempts=1 -D sqoop.export.records.per.statement=1000 --connect ... --username user --password pass --table shapira2 --export-dir /user/hive/warehouse/tables/shapira

Re: Fwd: Sqoop export not working when using "update-key"

2014-07-29 Thread Leonardo Brambilla
Hello there, does anybody here use Sqoop to export and update to Oracle DB? can you please share the command you use? thanks On Mon, Jul 21, 2014 at 10:40 AM, Leonardo Brambilla < lbrambi...@contractor.elance-odesk.com> wrote: > Hello, any thoughts on this? > Can someone tell me if possible to r

Re: Import NULL value HBase

2014-07-29 Thread Gwen Shapira
Let us know how it goes. If there are performance issues, we may be able to fix them :) On Tue, Jul 29, 2014 at 7:34 AM, Alessandra Tiengo wrote: > Thanks for your reply! > I read that using Sqoop to import from MySQL directly to HBase is not very > performant, but I will try it. > > Alessandra

RE: Import NULL value HBase

2014-07-29 Thread Alessandra Tiengo
Thanks for your reply! I read that using Sqoop to import from MySQL directly to HBase is not very performant, but I will try it. Alessandra -Original Message- From: Gwen Shapira [mailto:gshap...@cloudera.com] Sent: venerdì 25 luglio 2014 19:24 To: user@sqoop.apache.org Subject: Re: Impo