--
You received this message because you are subscribed to the Google Groups "Aurelius" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aureliusgraph...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aureliusgraphs/4dc3818b-7e55-4a05-b5d0-49c7deb637bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
storage.backend=cassandrathriftstorage.hostname=127.0.0.1storage.cassandra.keyspace=dcbraindevcache.db-cache = truecache.db-cache-clean-wait = 20cache.db-cache-time = 180000cache.db-cache-size = 0.25# Automatically start an ES node in Titan's JVM...#index.search.backend=elasticsearch#index.search.directory=../db/es#index.search.elasticsearch.client-only=false#index.search.elasticsearch.local-mode=true## ... or connect to an already-running ES process on localhostindex.search.backend=elasticsearchindex.search.hostname=127.0.0.1index.search.elasticsearch.client-only = trueschema.default=blueprintsstorage.cassandra.thrift.frame-size=512
java.lang.Exception: java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Frame size (509336132) larger than max length (15728640)!at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:403)Caused by: java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Frame size (509336132) larger than max length (15728640)!
--
You received this message because you are subscribed to the Google Groups "Aurelius" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aureliusgraph...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aureliusgraphs/59087c64-4e58-4224-a5c4-25dded672003%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aureliusgraphs/8df89370-aef6-4642-9c14-942ccdd796e4%40googlegroups.com.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Frame size (20769719) larger than max length (15728640)! at org.apache.cassandra.hadoop.ColumnFamilyRecordReader$StaticRowIterator.maybeInit(ColumnFamilyRecordReader.java:400) at org.apache.cassandra.hadoop.ColumnFamilyRecordReader$StaticRowIterator.computeNext(ColumnFamilyRecordReader.java:406) at org.apache.cassandra.hadoop.ColumnFamilyRecordReader$StaticRowIterator.computeNext(ColumnFamilyRecordReader.java:329) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at org.apache.cassandra.hadoop.ColumnFamilyRecordReader.getProgress(ColumnFamilyRecordReader.java:102) at com.thinkaurelius.titan.hadoop.formats.cassandra.TitanCassandraRecordReader.getProgress(TitanCassandraRecordReader.java:78) at org.apache.hadoop.mapred.MapTask$NewTrackingRecordReader.getProgress(MapTask.java:513) at org.apache.hadoop.mapred.MapTask$NewTrackingRecordReader.nextKeyValue(MapTask.java:538) at org.apache.hadoop.mapreduce.MapContext.nextKeyValue(MapContext.java:67) at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:144) at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:764) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:364) at org.apache.hadoop.mapred.Child$4.run(Child.java:255) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1190) at org.apache.hadoop.mapred.Child.main(Child.java:249) Caused by: org.apache.thrift.transport.TTransportException: Frame size (20769719) larger than max length (15728640)! at org.apache.thrift.transport.TFramedTransport.readFrame(TFramedTransport.java:137) at org.apache.thrift.transport.TFramedTransport.read(TFramedTransport.java:101) at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84) at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:378) at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:297) at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:204) at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:69) at org.apache.cassandra.thrift.Cassandra$Client.recv_get_range_slices(Cassandra.java:802) at org.apache.cassandra.thrift.Cassandra$Client.get_range_slices(Cassandra.java:786) at org.apache.cassandra.hadoop.ColumnFamilyRecordReader$StaticRowIterator.maybeInit(ColumnFamilyRecordReader.java:362) ... 17 more
So if you're using TitanFactory to do OLTP with Titan/Cassandra, use:
# The thrift frame size in mega bytes
storage.cassandra.thrift.frame-size=20
But if you're using HadoopFactory to do an OLAP job with Titan-Hadoop, use:
# input graph parameters
titan.hadoop.input.format=com.thinkaurelius.titan.hadoop.formats.cassandra.TitanCassandraInputFormat
# The thrift frame size in mega bytes
titan.hadoop.input.conf.storage.cassandra.thrift.frame-size=20
# output data (graph or statistic) parameters
titan.hadoop.output.format=com.thinkaurelius.titan.hadoop.formats.cassandra.TitanCassandraOutputFormat
# The thrift frame size in mega bytes
titan.hadoop.output.conf.storage.cassandra.thrift.frame-size=20
--
You received this message because you are subscribed to the Google Groups "Aurelius" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aureliusgraph...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aureliusgraphs/b87cfe03-5252-46fb-8592-0535df28f12c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aureliusgraphs/0e84b201-bd11-4852-9afe-502b97c04151%40googlegroups.com.