バージョン 24 から バージョン 25 における更新: bigdata
- 更新日時:
- 2012/08/08 12:36:29 (12 年 前)
凡例:
- 変更なし
- 追加
- 削除
- 変更
-
bigdata
v24 v25 61 61 38 minutes with automatic garbage collection (vm.swappiness =60); 62 62 63 Approach 4: 1.03 hours with collecting garbage;63 Approach 4: 1.03 hours with UseG1GC; 64 64 35 minutes with automatic garbage collection; 65 65 … … 73 73 === Uniprot upload === #uniprotload 74 74 75 time: over one week(7.48 days): 646336127ms 75 '''uniprot.rdf.gz''' 76 77 We firstly uploaded the file uniprot.rdf.gz (3.16 billion triples): 78 79 time: over one week(7.48 days): 646336127ms with UseG1GC 76 80 77 81 INFO : 646335942 main com.bigdata.rdf.store.DataLoader?.logCounters(DataLoader?.java:1185): extent=249818775552, stmts=3161144450, bytes/stat=79 Wrote: 241474404352 bytes. Total elapsed=646336127ms 78 82 79 Without collecting garbage: 74.3hours(4458 minutes)83 with automatic garbage collection: 74.3hours(4458 minutes) 80 84 81 85 INFO : 267385254 main com.bigdata.rdf.store.DataLoader.logCounters(DataLoader.java:1185): extent=249818775552, stmts=3161144450, bytes/stat=79 82 86 Wrote: 241489608704 bytes. 83 87 Total elapsed=267385843ms 88 89 '''uniparc.rdf.gz''' 90 91 When added the file uniparc.rdf.gz, which had been successfully imported by OWLIM-SE and Virtuoso, the following error occurred: 92 93 [Fatal Error] purl.uniprot.org:382336302:72: Premature end of file. 94 Exception in thread "main" java.lang.reflect.InvocationTargetException 95 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 96 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 97 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 98 at java.lang.reflect.Method.invoke(Method.java:597) 99 at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) 100 Caused by: java.lang.RuntimeException: While loading: /opt/services/togordf/data/uniprot/uniprotgz/uniparc.rdf.gz 101 at com.bigdata.rdf.store.DataLoader.loadFiles(DataLoader.java:939) 102 at com.bigdata.rdf.store.DataLoader.main(DataLoader.java:1469) 103 ... 5 more 84 104 85 105 === Load performance ===