Hello,
I am trying to create a database using Billion Triples Challenge (BTC500M.nt) using the below command,
stardog-admin db create -n btc_big /home/backup/sgao/dataset/BTC/btc500M.nt I am getting a problem while building index error. Meanwhile i tried to create database with BTC150M it works and the database was successfully created. Can someone please help.
Below are the logs thrown while getting the error,
INFO 2019-03-14 10:11:42,846 [Stardog.Executor-8] com.complexible.stardog.index .Index:printInternal(314): Parsing triples: 97% complete in 00:00:19 (2.9M tripl es - 150.8K triples/sec)
INFO 2019-03-14 10:11:44,642 [stardog-user-1] com.complexible.stardog.index.Ind ex:printInternal(314): Parsing triples: 100% complete in 00:00:20 (3.0M triples - 141.1K triples/sec)
INFO 2019-03-14 10:11:44,642 [stardog-user-1] com.complexible.stardog.index.Ind ex:stop(326):
INFO 2019-03-14 10:11:44,643 [stardog-user-1] com.complexible.stardog.index.Ind ex:stop(329): Parsing triples finished in 00:00:20.948
WARN 2019-03-14 10:11:46,530 [stardog-user-1] com.complexible.stardog.index.Abs tractIndexData:updateInPlace(348): Error updating index
java.util.concurrent.ExecutionException: com.complexible.stardog.index.IndexExce ption: No space left on device
at com.google.common.util.concurrent.AbstractFuture.getDoneValue(Abstrac tFuture.java:531) ~[guava-26.0-jre.jar:?]
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.j ava:512) ~[guava-26.0-jre.jar:?]
at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(Ab stractFuture.java:83) ~[guava-26.0-jre.jar:?]
at com.complexible.common.util.concurrent.ExecutionGroup$1.executeAndWai t(ExecutionGroup.java:78) ~[stardog-utils-common-6.1.0.jar:?]
at com.complexible.stardog.index.AbstractIndexData.updateInPlace(Abstrac tIndexData.java:335) ~[stardog-6.1.0.jar:?]
The file size is just 500MB.