Alexander.Zhou

Results 2 comments of Alexander.Zhou

--schema.json --(pwd:/home/hadoop/conf/schema.json) { "tables": [ { "name": "human", "columns": [ {"name": "name", "type": "string"}, {"name": "gender", "type": "string"} ] } ], "relationships": [] } --execute script: graph = TitanFactory.open('conf/hbase.properties') g...