[ https://issues.apache.org/jira/browse/ASTERIXDB-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15425374#comment-15425374 ]
Till commented on ASTERIXDB-1132: --------------------------------- Does this work now? > Load fails with really, really big object > ----------------------------------------- > > Key: ASTERIXDB-1132 > URL: https://issues.apache.org/jira/browse/ASTERIXDB-1132 > Project: Apache AsterixDB > Issue Type: Bug > Components: AsterixDB, Hyracks, Operators > Reporter: Namrata Malarout > Assignee: Michael Blow > Attachments: new.adm, new_nomask.adm > > > This is from a thread on users@ . The file is a converted NetCDF file. It > seems like the 'mask' field causes trouble during sort. > This is the DDL+Load: > drop dataverse TestL4 if exists; > create dataverse TestL4; > use dataverse TestL4; > create type GlobL4Type as open { > fid: string, > } > create dataset GlobL4(GlobL4Type) > primary key fid; > load dataset GlobL4 using localfs > (("path"="localhost:///files/new.adm"),("format"="adm")); > And the exception: > org.apache.hyracks.api.exceptions.HyracksDataException: > java.lang.NegativeArraySizeException > at > org.apache.hyracks.control.cc.job.JobRun.waitForCompletion(JobRun.java:211) > at > org.apache.hyracks.control.cc.work.WaitForJobCompletionWork$1.run(WaitForJobCompletionWork.java:48) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > Caused by: org.apache.hyracks.api.exceptions.HyracksDataException: > org.apache.hyracks.api.exceptions.HyracksDataException: > java.lang.NegativeArraySizeException > at > org.apache.hyracks.control.common.utils.ExceptionUtils.setNodeIds(ExceptionUtils.java:45) > at org.apache.hyracks.control.nc.Task.run(Task.java:312) > ... 3 more > Caused by: org.apache.hyracks.api.exceptions.HyracksDataException: > java.lang.NegativeArraySizeException > at org.apache.hyracks.control.nc.Task.pushFrames(Task.java:360) > at org.apache.hyracks.control.nc.Task.run(Task.java:290) > ... 3 more > Caused by: java.lang.NegativeArraySizeException > at > org.apache.hyracks.dataflow.std.sort.AbstractFrameSorter.sort(AbstractFrameSorter.java:115) > at > org.apache.hyracks.dataflow.std.sort.AbstractSortRunGenerator.close(AbstractSortRunGenerator.java:47) > at > org.apache.hyracks.dataflow.std.sort.AbstractSorterOperatorDescriptor$SortActivity$1.close(AbstractSorterOperatorDescriptor.java:144) > at org.apache.hyracks.control.nc.Task.pushFrames(Task.java:349) > ... 4 more -- This message was sent by Atlassian JIRA (v6.3.4#6332)