2
我已經安裝了泰坦0.5.0-hadoop2與HBase的和elasticsearch支持法無簽名:groovy.lang.MissingMethodException.makeKey()
我已經加載了圖形與
g = TitanFactory.open('conf/titan-hbase-es.properties')
==>titangraph[hbase:[127.0.0.1]]
和然後我裝的測試應用程序現在
GraphOfTheGodsFactory.load(g)
當我試圖創建一個新的索引鍵:
g.makeKey('userId').dataType(String.class).indexed(Vertex.class).unique().make()
,我得到這個錯誤:
No signature of method: groovy.lang.MissingMethodException.makeKey() is applicable for argument types:() values: []
Possible solutions: every(), any()
Display stack trace? [yN]
有人可以幫助我?
當我想看到的索引鍵我看到這個
g.getIndexedKeys(Vertex.class)
==>reason
==>age
==>name
==>place
我現在發現了這個http://s3.thinkaurelius.com/docs/titan/0.5.0/indexes.html#graph-indexes – CristiC 2014-09-26 12:32:19