Re: Long time to load the reasoner ...

2017-04-03 Thread Dimov, Stefan
… and after an hour or so, eventually it failed with: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at org.apache.jena.reasoner.rulesys.impl.BindingVectorMultiSet.getPartialEnv(BindingVectorMultiSet.java:119) at

Long time to load the reasoner ...

2017-04-03 Thread Dimov, Stefan
Hi all, I’m loading my Jena with a few million triples in chunks (every chunk in a separate transaction). It takes a few minutes. Then I’m loading the reasoner (in a separate transaction), which contains less than ten rules and it takes a lng time. Why is this? Am I doing something wrong

Re: [jira] [Updated] (HADOOP-10101) Update guava dependency to the latest version

2017-04-03 Thread A. Soroka
I would love to come to some standard "baseline". What's in jena-osgi-feature's list should be a good example, because of the way OSGi requires you to explicitly call out deps. --- A. Soroka The University of Virginia Library > On Apr 2, 2017, at 11:05 AM, Andy Seaborne

[jira] [Commented] (JENA-1297) Code to set JENA_HOME in scripts doesn't work (links)

2017-04-03 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15954004#comment-15954004 ] A. Soroka commented on JENA-1297: - Okay, so if I made the change and tested it, I should just go ahead and

[jira] [Commented] (JENA-1297) Code to set JENA_HOME in scripts doesn't work (links)

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953953#comment-15953953 ] Andy Seaborne commented on JENA-1297: - It should be the right file. But it is generated by

[jira] [Commented] (JENA-1297) Code to set JENA_HOME in scripts doesn't work (links)

2017-04-03 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953943#comment-15953943 ] A. Soroka commented on JENA-1297: - This is weird, I made a fixing change to {{apache-jena/bin/sparql}}, but

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Osma Suominen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953707#comment-15953707 ] Osma Suominen commented on JENA-1313: - Whoops, forgot the {{value}} parameter to {{getCollationKey()}}.

[jira] [Comment Edited] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Osma Suominen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953527#comment-15953527 ] Osma Suominen edited comment on JENA-1313 at 4/3/17 4:01 PM: - So...what about

[jira] [Comment Edited] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953688#comment-15953688 ] Andy Seaborne edited comment on JENA-1313 at 4/3/17 3:57 PM: - Err - it does not

Re: runtime regex pattern and many many log messages

2017-04-03 Thread Andy Seaborne
On 03/04/17 15:24, Chris Dollin wrote: I agree that for the case where the pattern is constant (passes isConstant ie is a string literal), your case 1/) it's best treated as a syntax error -- which is the current behaviour, so no change needed there. In 2/, converting to a syntax error means

[GitHub] jena issue #228: Merge pull request #3 from apache/master

2017-04-03 Thread ehedgehog
Github user ehedgehog commented on the issue: https://github.com/apache/jena/pull/228 Fingerfumbel cancellation --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[jira] [Commented] (JENA-1297) Code to set JENA_HOME in scripts doesn't work (links)

2017-04-03 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953581#comment-15953581 ] A. Soroka commented on JENA-1297: - {{pushd/popd}} seems like the simplest solution. I'll try something with

Re: Bug in SortedDataBag?

2017-04-03 Thread Chris Dollin
Argh, yes, all occurences of "open()" are supposed to be "close()". | Have you seen warnings in the TopN case? I haven't got an isolated TopN test case but it has a similar pattern of keeping references to the source iterator but not closing via them. I can construct an example and see what

[jira] [Comment Edited] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Osma Suominen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953527#comment-15953527 ] Osma Suominen edited comment on JENA-1313 at 4/3/17 2:04 PM: - So...what about

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953524#comment-15953524 ] Andy Seaborne commented on JENA-1313: - [~osma] As long as the lang is part of the sort key. "chat"@en

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953506#comment-15953506 ] Andy Seaborne commented on JENA-1313: - And we don't have byte-sequence as a {{NodeValue}} type :-)

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Osma Suominen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953502#comment-15953502 ] Osma Suominen commented on JENA-1313: - {quote} I have no idea how collate:collate(?value, ?lang) would

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953483#comment-15953483 ] A. Soroka commented on JENA-1313: - Well, I would say a partially-applied function because you're not

[jira] [Comment Edited] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953314#comment-15953314 ] Andy Seaborne edited comment on JENA-1313 at 4/3/17 1:19 PM: - I know :) but the

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953430#comment-15953430 ] A. Soroka commented on JENA-1313: - I may be getting confused here (if I wasn't already-- I usually am) but

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953330#comment-15953330 ] Andy Seaborne commented on JENA-1313: - A byte sequence ordered by the value of the bytes in positional

[jira] [Comment Edited] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953314#comment-15953314 ] Andy Seaborne edited comment on JENA-1313 at 4/3/17 11:35 AM: -- I know :) but

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Osma Suominen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953327#comment-15953327 ] Osma Suominen commented on JENA-1313: - [~andy.seaborne] Why map to numbers? In my understanding,

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953314#comment-15953314 ] Andy Seaborne commented on JENA-1313: - I know :) but the details of a collation function are complex as

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Osma Suominen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953277#comment-15953277 ] Osma Suominen commented on JENA-1313: - [~andy.seaborne] The discussion lately has been around

[jira] [Commented] (JENA-1303) Starting 0 in XSDnonNegativeInteger is badly interpreted

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953264#comment-15953264 ] Andy Seaborne commented on JENA-1303: - Note that a recent addition to {{RDFParser}} is the ability to

[jira] [Commented] (JENA-1313) Language-specific collation in ARQ

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953256#comment-15953256 ] Andy Seaborne commented on JENA-1313: - Is this summary correct and complete? The current collation is:

Re: Bug in SortedDataBag?

2017-04-03 Thread Andy Seaborne
On 31/03/17 16:40, Chris Dollin wrote: Hi Andy Yes, the cancel thread doesn't call open(), I understand that. is that "close()" not "open()"? The warnings are intermittent because the iterator in question (the "source" interator of QueryIterSort) is only left open if the cancel request is

[jira] [Resolved] (JENA-1314) Update Using Jena with Eclipse page

2017-04-03 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita resolved JENA-1314. -- Resolution: Fixed > Update Using Jena with Eclipse page >

[jira] [Commented] (JENA-1314) Update Using Jena with Eclipse page

2017-04-03 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953208#comment-15953208 ] Bruno P. Kinoshita commented on JENA-1314: -- Sure. Done. Thanks Andy! > Update Using Jena with

[jira] [Commented] (JENA-1314) Update Using Jena with Eclipse page

2017-04-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953193#comment-15953193 ] Andy Seaborne commented on JENA-1314: - Looks good - can we "resolve" this now? > Update Using Jena