br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

second load statement on a dataset fails #547

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Today we tried to load a SF1 TPC-H dataset with the big tables split in 3 parts 
using 3 nodes. 
However, the second load statement failed with

Cannot load an index that is not empty [TreeIndexException]

Original issue reported on code.google.com by westm...@gmail.com on 29 Jun 2013 at 12:45

GoogleCodeExporter commented 8 years ago
It is not possible to load a dataset from more than one statement. Instead a 
single statement with more than one path needs to be used. 

Original comment by westm...@gmail.com on 29 Jun 2013 at 1:16