フルゴラ グラフ コンピューターを使用して、タイタン グラフを含むクラスターで count メソッドを実行すると、次の一般的なエラーが発生します。
Frame size (20769719) larger than max length (15728640)!
これは、構成ファイルで次のように指定することで修正できます。
storage.cassandra.frame-size-mb=60
ただし、同じデータを指す Hadoop グラフで SparkGraphComputer を使用すると、同じエラーが発生します。これらの設定をすべて試しましたが、どれも機能しません。
titanmr.ioformat.conf.storage.cassandra.frame-size-mb=60
titanmr.ioformat.conf.storage.cassandra.frame-size=60
titan.hadoop.input.conf.storage.cassandra.thrift.frame-size=60
titan.hadoop.input.conf.storage.cassandra.thrift.frame-size-mb=60
storage.cassandra.thrift.frame-size=60
storage.cassandra.thrift.frame-size-mb=60
誰かが現在の正しい設定を知っていますか?