初期バージョン から バージョン 1 における更新: process

差分発生行の前後
無視リスト:
更新日時:
2014/04/23 17:08:01 (11 年 前)
更新者:
wu
コメント:

--

凡例:

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

    v1 v1  
     1********The followings are not conclusions,just for recording the procedures.********* 
     2 
     3(1)CumulusRDF: 
     4 
     5 
     6configuration: 
     7 
     8CumulusRDF does currently not work with Cassandra 2.x  CumulusRDF has been tested with Cassandra 1.2.x and 1.1.x. The recommended version is: Cassandra 1.2.x. 
     9 
     10We use apache-cassandra-1.2.16. 
     11replace snappy-java-1.0.5.jar with snappy-java-1.1.0.1.jar. 
     12 
     13load: 
     14 java -cp cumulusrdf-1.0.1.jar edu.kit.aifb.cumulus.cli.Main  Load -i /path/data -s triple 
     15 
     16query: 
     17 
     18java -cp cumulusrdf-1.0.1.jar edu.kit.aifb.cumulus.cli.Main  Query -q "select * where {?a ?b ?c.} limit 1000" 
     19 
     20single node: 
     21 
     22load 
     23start: 0418 18:27:37 
     24end:  0421 05:20 
     25 
     26Query: 
     27CLI tools: 
     28 
     29Caused by: org.openrdf.query.MalformedQueryException: Lexical error at line 1, c 
     30olumn 507.  Encountered: " " (32), after : "en" 
     31        at org.openrdf.query.parser.sparql.SPARQLParser.parseQuery(SPARQLParser. 
     32 
     33=== Allie query === #alliequery  
     34 
     35||Query\time(ms) ||time 1 || 
     36||case1||1559ms|| 
     37||case2||29353ms|| 
     38||case3||29723ms|| 
     39||case4||2604ms|| 
     40||case5||over 20min|| 
     41 
     42(2)StarDog(not yet support cluster): 
     43 
     44start a server: 
     45stardog-admin server start 
     46 
     47create a database:(stardog-admin help db create) 
     48stardog-admin db create -n <dbname> 
     49 
     50./stardog data add  -g <graphname>  <dbname> /path/data 
     51 
     52load cost:3h39m 
     53 
     54 
     55{{{ 
     56ls -lah Allie/ 
     57合計 96G 
     58drwxr-xr-x 4 togordf togordf 4.0K  4月 18 16:05 . 
     59drwxr-xr-x 8 togordf togordf 4.0K  4月 18 14:28 .. 
     60-rw-r--r-- 1 togordf togordf   17  4月 18 16:05 dict.hcf 
     61-rw-r--r-- 1 togordf togordf 626M  4月 18 16:05 dict.key 
     62-rw-r--r-- 1 togordf togordf 220M  4月 18 16:05 dict.key.ext 
     63-rw-r--r-- 1 togordf togordf 464M  4月 18 16:05 dict.val 
     64-rw-r--r-- 1 togordf togordf 1.2K  4月 18 16:11 index.metadata 
     65-rw-r--r-- 1 togordf togordf 9.5M  4月 18 16:05 keys.0 
     66-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.0 
     67-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.1 
     68-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.10 
     69................ 
     70-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.54 
     71-rw-r--r-- 1 togordf togordf 427M  4月 18 16:05 pages.55 
     72-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.6 
     73-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.7 
     74-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.8 
     75-rw-r--r-- 1 togordf togordf 2.0G  4月 18 16:05 pages.9 
     76drwxr-xr-x 2 togordf togordf 4.0K  4月 18 14:28 statistics.0 
     77drwxr-xr-x 2 togordf togordf 4.0K  4月 18 16:11 statistics.1 
     78 
     79 
     80}}} 
     81 
     82 
     83stardog:  
     84 
     85jvm:STARDOG_JAVA_ARGS="-Xmx54g -Dapple.awt.UIElement=true" 
     86 
     87stardog-admin:default 
     88 
     89問い合わせ: 
     90 
     91./stardog query myDB "SELECT DISTINCT ?s WHERE { ?s ?p ?o } LIMIT 10" 
     92 
     93結果はゼロだった。原因不明。 
     94 
     95statusで調べったところ、正常なはずだった。 
     96 
     97./stardog-admin db status Allie 
     98Database: Allie 
     99Status  : Online 
     100Size    : 94420988 triples 
     101Queries : None running