To bulk load means to import a data file in a user-specified format into a database table or view.

learn more… | top users | synonyms

0
votes
1answer
39 views

bulk insert and parse a complex XML file into several tables

I have the following sql stored procedure to bulk insert and parse an xml file and insert its data into several tables in a database. The sql below works, however its inserting duplicate records ...
0
votes
0answers
12 views

Cassandra Enable compression during SSTable generation from huge CSV data files

I am facing some issues regarding disk space consumption while generating SSTables from CSV data files with billion+ rows and 8 columns. I am using the bulk loading techniques provided at ...
0
votes
1answer
33 views

Cassandra SSTables generation memory consumption / available compression?

I am generating Cassandra SSTables using the bulk loading sample provided at DataStax website. http://www.datastax.com/dev/blog/bulk-loading My question is how much disk space is ideally consumed by ...
0
votes
1answer
29 views

MySQL using bulk SQL statements with c#

I realize that LOAD DATA INFILE can be used to load text/csv data. However, this seems to be limited to inserts. However, is there a way to get MYSQL to bulk import SQL files using c#. My hope is to ...
1
vote
1answer
74 views

Bulk Loading XML Into SQL Server 2012 using Visual Studio 2010

I need to figure out how I can bulk load XML into Microsoft SQL Server 2012 using Visual Studio 2010. I have followed the instructions here, but this gets me a long list of errors (included below). ...
0
votes
2answers
156 views

HBase bulk load when using native FS

I have a big list of HBase sql statements that I need to run against an existing instance of HBase database. The SQL statements are in plain text, and the database is running on native file system ...
0
votes
0answers
50 views

Bulk load Conversion Error in sql2008

This is my data in cm01MAR2013bhav.csv SYMBOL :20MICRONS SERIES :EQ OPEN :30.5 HIGH :33.6 LOW :30.5 CLOSE :31.15 LAST :30.55 PREVCLOSE :32.1 TOTTRDQTY :101214 ...
0
votes
1answer
55 views

MySqlBulkLoader and Unicode Data

I am currently trying to use MySqlBulkLoader in a .NET application for adding Unicode and UTF8 formatted data. My Code does the following writes a tab delimited text file using a TextWriter and ...
0
votes
1answer
59 views

how to populate “ID” field in appengine when using bulkloader?

Updated: see below I have figured out how to get the Key Name field filled in for my dataset so that I have now reduced the write ops by 2 (down from 8). But I still have this extra empty column ...
0
votes
1answer
138 views

Bulk Insert/Load in MySQL and HBase

I have a system with two processes, one of which does a single insert, and the other a bulk insert. Obviously the second process is faster, and I'm working on migrating the first process to a bulk ...
0
votes
1answer
231 views

OPENROWSET BULK Permissions to Shared Folder

OBJECTIVE Use the OPENROWSET feature to JOIN data in a query against a text file. ERROR Leveraging the answer from @gbn on this question I am trying to open a row set just like the OP; though the ...
1
vote
1answer
527 views

Performing bulk load in cassandra with map reduce

I haven't got much experience working with cassandra, so please excuse me if I have put in a wrong approach. I am trying to do bulk load in cassandra with map reduce Basically the word count ...
-1
votes
1answer
66 views

How to handle parent child relationships while uploading large amounts of data [closed]

We have an excel sheet with each row representing user information (e.g. john, 23, john@foo.com, 'M', ...). So we populate several rows to upload information about all users. We are supposed to ...
0
votes
1answer
118 views

Bulk Insert MAXERRORS

Is there anyway to use the Bulk Insert statement and disable MAXERRORS? I would like to not have to input a value here, as the number of errors can be high in the file I'm bulk inserting (I don't have ...
0
votes
1answer
144 views

Why do i get appcfg.sh: permission denied when i try to download my app from google app engine?

I am using google app engine with java. In my web.xml i added following code: <servlet> <servlet-name>RemoteApi</servlet-name> ...
-1
votes
1answer
563 views

Java program to pass List of Bean to a oracle stored procedure - Pass entire list at one shot rather than appending objects one after the other

I have the following set of TYPE, PROCEDURE and Java code. I am able to call the stored procedure successfully but i have to append the objects one after the other. I want the process to be happening ...
0
votes
0answers
24 views

what's the best approach to call SQLXMLBULKLOAD dll in java? [duplicate]

Possible Duplicate: Using SQLXMLBulkload via Java What's the best approach to call SQLXMLBULKLOAD dll in java? Let me know about the required steps to access this dll in java and any ...
0
votes
0answers
229 views

MySQL Bulk Loader - java.lang.ArrayIndexOutOfBoundsException: -1

Hi, I am using MySQL bulk loader to dump data from Amazon services to a local table on a linux server but every time I execute it fails at the MySQL bulk loader step saying MySQL Bulk Loader - ...
1
vote
1answer
490 views

Load MapReduce output data into HBase

The last few days I've been experimenting with Hadoop. I'm running Hadoop in pseudo-distributed mode on Ubuntu 12.10 and successfully executed some standard MapReduce jobs. Next I wanted to start ...
1
vote
0answers
69 views

Exception during bulk loads do Cassandra 1.1

I'm getting exception while bulk loads with sstableloader. I'm using JDK 1.6.0_25 64bit, Ubuntu 12.04 server. Ipv6 is turned off. Network communication between hosts works correctly. I'm going crazy ...
0
votes
1answer
234 views

Bulk API errors: Upsert on Standard Salesforce Object

We're using Bulk Api to upsert records for both Custom and Standard Salesforce Objects. Its working fine for custom objects but when We're trying to perform Upsert operation on a Standard Salesforce ...
2
votes
2answers
287 views

Bulk load XML referring to auto-increment parent-id

In short: I want to do an XML Bulk Load to a SQL Server (2008) database and generate auto-increment-id's for a parent, that can be used in the child. This seems limited by the scope: the parent-node ...
2
votes
1answer
88 views

BulkLoading the R* tree with spatialindex library

After successfully building the R* tree with spatial library inserting records one-by-one 2.5 million of times, I was trying to create the R* tree with bulkloading. I implemented the DBStream class to ...
1
vote
0answers
166 views

Hbase Importtsv java.lang.IllegalArgumentException: Can't read partitions file error

I have a distributed cluster and when a run a bulk upload command using importtsv it give me the java.lang.IllegalArgumentException: Can't read partitions file error and moreover it has a local job ...
0
votes
0answers
87 views

SQLXMLBulkLoad: COMExecption was caught, error connecting to the data source

I'm running into this error when trying to do a SQLXMLBulkLoad. Here's the configuration for the object: Public Shared objbl As New SQLXMLBULKLOADLib.SQLXMLBulkLoad4 objbl.ConnectionString = ...
1
vote
1answer
178 views

XML file import to SQL database with multiple children

I'm trying to import an XML file into a SQL Server database. Please have a look on the code and on the xml file. Thanks in advance. I tried to google lot of pages but all of them deal with only one ...
0
votes
1answer
225 views

Cannot create Active X Object

I'm running into an error and I cannot figure out what's wrong with the code. It happens when I try to create an object (objbl = CreateObject("SQLXMLBulkLoad.SQLXMLBulkload.4.0")). Am I missing ...
0
votes
2answers
185 views

ORACLE 10G DELETE USING FORALL

I have a txn table which is having 2 million rows every month i am loading data into that using stored procedure. I need to delete the transactions using the following if it failed during my process ...
0
votes
0answers
34 views

Oracle 11G CTAS source query join impact

In a previous article it was implied that if your source query for CTAS has many joins one should consider using sql loader instead. Can anyone shed any light on this comment? Based upon ...
4
votes
2answers
491 views

Django bulk_create with ignore rows that cause IntegrityError?

I am using bulk_create to loads thousands or rows into a postgresql DB. Unfortunately some of the rows are causing IntegrityError and stoping the bulk_create process. I was wondering if there was a ...
1
vote
0answers
57 views

Referring to an attribute in a different element in the XSD schema

I’m using XML Bulk Load (SQLXML 4.0) into SQL Server 2008. This works ok. I need to create a relationship between elementA and elementB in the SQL tables using XSD. Since the id attribute in elementA ...
0
votes
1answer
299 views

bulk-load: don't import duplicate values

I need to import everyday a file containing the yesterday's snapshot of a database. To import I use the following command in the shell: ./bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ ...
0
votes
1answer
441 views

Bulk Insert with large static data in Oracle

I have a simple table with one column of numbers. I want to load about 3000 numbers in it. I want to do that in memory, without using SQL*Loader. I tried INSERT ALL INTO t_table (code) VALUES (n1) ...
0
votes
2answers
158 views

Trouble executing bulk load

I'm getting an error when trying to upload a .csv to my sql server using asp.net uploadfile tool. The application is on the localhost and the SQL Server is NOT located on the same machine. It creates ...
0
votes
1answer
168 views

Moved SQLXMLBulkLoad program to production server, now getting invalid connection string error

I would like to thank anyone with input on this ahead of time. I developed a program which uses SQLXMLBulkLoad4 class in order to bulk load a xml file to a staging table and then use a stored ...
0
votes
2answers
2k views

XML Schema Error: Required white space was missing

I have been searching on this for hours and can not figure out the issue. Could someone please help me with this? I am getting the above error when Executing a SQLXMLBULKLOAD in VB.NET 2010. I have ...
0
votes
2answers
239 views

Bulk-loading a min-max heap

A min-max heap is a heap that can find both the minimum and the maximum element in O(1) and remove it in O(log n). It is closely related to a classic heap, but it actually interleaves three heaps: a ...
0
votes
1answer
131 views

Using SQLXMLBulkLoad, getting exception because column does not accept NULL values

I am trying to bulk insert XML Data into SQL Server 2005 Express with the SQLXMLBulkLoad Object Model in VB.NET using Visual Studio 2010. When the loader gets to an element in my .xml file which does ...
0
votes
1answer
119 views

SQLXMLBulkLoad Schema Validation Issue (Easy)

I have a huge XML file full of employees and information, and have a question. Example of XML File: <Employees> <Employee> <EmployeeID>blah</EmployeeID> ...
1
vote
1answer
62 views

Using SQLXMLBulkload via Java

Is it possible to use the SQLXMLBulkload component of SQL Server using Java? I am using SQL Server 2005 database for my Java EE application. If not then is there any similar API for Java?
0
votes
1answer
288 views

SQL Server 2008 / XML Bulk Load Mapping Schema / Lookup Foreign Key ID

I am trying to create an XML mapping schema for SQL Server 2008 XML bulk upload. My XML data file contains data that will populate multiple tables in my database. So far, I am able to create a ...
1
vote
2answers
681 views

Error while bulk load in hbase

I am trying Hbase - bulkLoad through Java MapReduce program. I am running my program in Eclipse. But I am getting the following error: 12/06/14 20:04:28 INFO jvm.JvmMetrics: Initializing JVM ...
0
votes
1answer
927 views

Bulk loading HTTP requests into JMeter

I am trying to write a JMeter test plan for testing a REST server. The server currently supports about 80 GET requests (plus several POST and PUT requests). Is there any easy way to create HTTP ...
5
votes
1answer
861 views

When creating and loading HFile programmatically to HBase new entries are unavailable

I'm trying to create HFiles programmatically and loading them in a running HBase instance. I found a lot of info in HFileOutputFormat and in LoadIncrementalHFiles I managed to create the new HFile, ...
0
votes
1answer
261 views

Running MR code for loading data into HBASE [closed]

i am new to HBASE i am trying to load a data into HBASE from HDFS but i am not able to whenever i run MR i get same error " Exception in thread "main" java.lang.NoClassDefFoundError: ...
0
votes
1answer
171 views

Fetching salesforce accounts using rforce gem and bulk api

How can I fetch multiple records in salesforce with one API call via rforce gem? Also, I know that one API call can fetch maximum 2000 records if my record count is > 2000 (say 20000) how do I iterate ...
0
votes
1answer
341 views

Should I use SqlBulkCopy or Stored Procedure to import data

I've got a log file which is 248 MB and it can extend up to a GB. So you can imagine how many rows there can be.I need to import all the rows into a table in an SQL Server database. For that I first ...
9
votes
2answers
1k views

improving performance of mysql load data infile

I'm trying to bulk load around 12m records into a InnoDB table in a (local) mysql using LOAD DATA INFILE (from CSV) and finding it's taking a very long time to complete. The primary key type is UUID ...
1
vote
1answer
304 views

Bulk upload Master-Detail objects input data format in salesforce

I have 2 custom objects Person and Address. Person is master and Address is the detail. I have defined Address in Person as master detail relationship. How do i define data in csv for bulk upload ...
1
vote
2answers
1k views

Saleforce Bulk upload Error using Apex Data loader: Storage limited exceeded

When i try to bulk upload 25,000 records of a custom (employee) object i get errors stating "storage limits exceeded". I have ensured that there are no employee objects in salesforce (using data ...

1 2