| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
42 (0.162s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Sqoop import from Oracle DB to Hive - Sqoop - [mail # user]
|
|
...Hi Jérôme The obvious missing parameters are, --target-dir, --num-mappers/-m, Add all these parameters to the sqoop command and see what you get. Thanks, Chalcy On T...
|
|
|
Author: Chalcy,
2013-06-11, 12:35
|
|
|
Re: Data mismatch when importing data from Oracle to Hive through Sqoop without an error - Sqoop - [mail # user]
|
|
...When you create the table copy table, use, "create table copytable like origtable" instead of creating hive copy table using script like you are doing. Cheers, Chalcy On Wed, Mar...
|
|
|
Author: Chalcy,
2013-03-17, 12:55
|
|
|
Re: Data mismatch when importing data from Oracle to Hive through Sqoop without an error - Sqoop - [mail # user]
|
|
...Yes, This is newline char in one of the text fields. The data is split and forms two rows if the original field has one new line char. -hive-drop-import-delims is the helper. &nb...
|
|
|
Author: Chalcy,
2013-03-08, 17:45
|
|
|
Re: Does Sqoop acquire any locks when importing from SQL Server? - Sqoop - [mail # user]
|
|
...Yes, there is a way to with(nolock). Use --query tag and specify the next to it like 'select * from mytable where $CONDITIONS with(nolock)' This is the only way we do sqoop impor...
|
|
|
Author: Chalcy,
2013-02-22, 01:06
|
|
|
Re: Export SequenceFile compressed Hive table - Sqoop - [mail # user]
|
|
...Hi Krishna, No. Sqoop import into hive is not possible yet. We use sqoop import snappy compressed into hive and then create another same schema sequence file output hive ta...
|
|
|
Author: Chalcy,
2012-12-20, 11:34
|
|
|
Re: Sqoop 2 availability (Was Re: password field in job configuration) - Sqoop - [mail # user]
|
|
...Great! Jarec. You guys are awesome. I will stay tuned to get sqoop ungrades. Looks like we have to develop our own tool/scripts for now :) Thanks, Chalcy On Wed, Nov ...
|
|
|
Author: Chalcy,
2012-11-28, 16:38
|
|
|
Re: password field in job configuration - Sqoop - [mail # user]
|
|
...Hi Jarec, question about sqoop2. When are you expecting it to be out? I hear sqoop2 will have UI to do data imports as well? Thanks, Chalcy On Wed, Nov 28, 2012...
|
|
|
Author: Chalcy,
2012-11-28, 16:04
|
|
|
Re: Does Sqoop support importing non-relational data to Hadoop - Sqoop - [mail # user]
|
|
...We have used flume to collect files from windows using old flume (0.94, I believe). There is a flume windows agent. It was working well but did not scale well for us. When ...
|
|
|
Author: Chalcy,
2012-11-28, 16:03
|
|
|
Re: sqoop merge question - Sqoop - [mail # user]
|
|
...Oh got it. Thanks! Jarec. I'll try and let you know if I get it working. On Tue, Oct 23, 2012 at 12:58 PM, Jarek Jarcec Cecho wrote: ...
|
|
|
Author: Chalcy,
2012-10-23, 18:22
|
|
|
Re: Another sqoop incremental update question - Sqoop - [mail # user]
|
|
...Hi Jarec, I split the questions into 2, actually trying to achieve one objective. The usecase is not to export back to db. For huge tables, do one time pull, then increment...
|
|
|
Author: Chalcy,
2012-10-23, 16:11
|
|
|
|