Created
September 26, 2011 00:38
-
-
Save tucotuco/1241370 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vlsb-3102-004:sdl tuco$ ./sdl.py -c tilecsvs2appengine -k 11 -w /Users/tuco/Data/SDL/workspace -l none --config_file /Users/tuco/Projects/Spatial-Data-Library/bulkloader/bulkloader.yaml --url http://localhost:8080/_ah/remote_api | |
Tile11-1 | |
Tile11-1/forcouch/11_1806-3600_2075-3676-jsonfix.csv | |
Tile11-1/forcouch/11_1806-3600_2075-3676.csv | |
appcfg.py upload_data --batch_size=1 --num_threads=5 --config_file=/Users/tuco/Projects/Spatial-Data-Library/bulkloader/bulkloader.yaml --filename=/Users/tuco/Data/SDL/workspace/Tile11-1/forcouch/11_1806-3600_2075-3676-jsonfix.csv --kind CellIndex --url=http://localhost:8080/_ah/remote_api | |
Uploading data records. | |
[INFO ] Logging to bulkloader-log-20110925.173807 | |
[INFO ] Throttling transfers: | |
[INFO ] Bandwidth: 250000 bytes/second | |
[INFO ] HTTP connections: 8/second | |
[INFO ] Entities inserted/fetched/modified: 20/second | |
[INFO ] Batch Size: 1 | |
Please enter login credentials for localhost:8080 | |
Email: | |
[INFO ] Opening database: bulkloader-progress-20110925.173807.sql3 | |
[INFO ] Connecting to localhost:8080/_ah/remote_api | |
[INFO ] Starting import; maximum 1 entities per post | |
[ERROR ] [Thread-7] DataSourceThread: | |
Traceback (most recent call last): | |
File "/Users/tuco/Projects/MoL/lib/google_appengine/google/appengine/tools/bulkloader.py", line 1579, in run | |
self.PerformWork() | |
File "/Users/tuco/Projects/MoL/lib/google_appengine/google/appengine/tools/bulkloader.py", line 1698, in PerformWork | |
for item in content_gen.Batches(): | |
File "/Users/tuco/Projects/MoL/lib/google_appengine/google/appengine/tools/bulkloader.py", line 553, in Batches | |
self._ReadRows(key_start, key_end) | |
File "/Users/tuco/Projects/MoL/lib/google_appengine/google/appengine/tools/bulkloader.py", line 463, in _ReadRows | |
row = self.reader.next() | |
File "/Users/tuco/Projects/MoL/lib/google_appengine/google/appengine/ext/bulkload/csv_connector.py", line 232, in generate_import_record | |
% (line_number)) | |
InvalidImportData: Got more values in row than headers on line 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment