Jdouglas added a subscriber: Jdouglas.
Jdouglas added a comment.

Is there a standard way to load a huge amount of RDF data into Bigdata?  I 
tried the following (with a 3GB GZ file), but it very quickly blew the heap:

  Repository repo = BigdataSailFactory.connect("localhost", 9999);
  RepositoryConnection con = repo.getConnection();
  File file = new File("/home/james/dumps/wikidata-statements.nt.gz");
  FileInputStream fileInputStream = new FileInputStream(file);
  GZIPInputStream gzipInputStream = new GZIPInputStream(fileInputStream);
  con.add(gzipInputStream, null, RDFFormat.N3);


TASK DETAIL
  https://phabricator.wikimedia.org/T88717

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev, Jdouglas
Cc: Jdouglas, Beebs.systap, Aklapper, Manybubbles, jkroll, Smalyshev, 
Wikidata-bugs, aude, GWicke, daniel, JanZerebecki



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to