バージョン 24 から バージョン 25 における更新: bigdata

差分発生行の前後
無視リスト:
更新日時:
2012/08/08 12:36:29 (12 年 前)
更新者:
wu
コメント:

--

凡例:

変更なし
追加
削除
変更
  • bigdata

    v24 v25  
    6161            38 minutes with automatic garbage collection (vm.swappiness =60); 
    6262 
    63 Approach 4: 1.03 hours with collecting garbage; 
     63Approach 4: 1.03 hours with UseG1GC; 
    6464            35 minutes with automatic garbage collection; 
    6565 
     
    7373=== Uniprot upload === #uniprotload  
    7474 
    75 time: over one week(7.48 days): 646336127ms 
     75'''uniprot.rdf.gz''' 
     76 
     77We firstly uploaded the file uniprot.rdf.gz (3.16 billion triples): 
     78 
     79time: over one week(7.48 days): 646336127ms with UseG1GC 
    7680 
    7781INFO : 646335942 main com.bigdata.rdf.store.DataLoader?.logCounters(DataLoader?.java:1185): extent=249818775552, stmts=3161144450, bytes/stat=79 Wrote: 241474404352 bytes. Total elapsed=646336127ms 
    7882 
    79 Without collecting garbage: 74.3hours(4458 minutes) 
     83with automatic garbage collection: 74.3hours(4458 minutes) 
    8084 
    8185 INFO : 267385254      main com.bigdata.rdf.store.DataLoader.logCounters(DataLoader.java:1185): extent=249818775552, stmts=3161144450, bytes/stat=79 
    8286Wrote: 241489608704 bytes. 
    8387Total elapsed=267385843ms 
     88 
     89'''uniparc.rdf.gz''' 
     90 
     91When 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. 
     94Exception 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) 
     100Caused 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 
    84104 
    85105=== Load performance ===