From: Brad B. <be...@sy...> - 2015-04-12 23:58:39
|
Jack, I saw Bryan's note regarding data to replicate the issue. That would definitely be helpful. Regarding the journal size, the journal makes an initial allocation upon creation, which is configurable, and then fills it up over time. That is likely the explanation for the large initial size. Thanks, --Brad On Sun, Apr 12, 2015 at 1:17 PM, Jack Park <jac...@gm...> wrote: > I created a gist here: > https://gist.github.com/KnowledgeGarden/87ac9991cafc69d179e1 > > The gist shows two bodies of code: > > My embedded driver code; rather spartan, but something to get started, by > copying code found on the web and in blueprints unit tests. > > My test code, copied from blueprints unit tests, which loads one of the > simple blueprinits properties graphs and prints the vertex and edge lists. > > Included is the output trace of the first test, which shows that it does, > indeed, load the graph and print. But, no journal document is created; the > data folder is empty. > > Included below that is the output trace where I hand-created the journal. > It promptly ballooned to 10,240kb, which, I presume, means that a graph was > loading into it along with other stuff, but it crashed apparently while > doing the graph import. The link into my code points to this line: > > GraphMLReader.inputGraph(graph, example); > > It is simply not clear to me what is going on here. > > Thanks in advance for some ideas. > > Jack > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live > exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > -- _______________ Brad Bebee Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: www.systap.com Blazegraph™ <http://www.blazegraph.com> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. MapGraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. |