[GitHub] jena pull request: Bump versions of JUnit, Guava for Elephas

2015-07-22 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/87#issuecomment-123767963 Makes sense - then the choice of guava direct is whatever Hadoop dictates. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] jena pull request: Merge Jena 491 for the first half part of GSoC ...

2015-07-22 Thread confidencesun
GitHub user confidencesun reopened a pull request: https://github.com/apache/jena/pull/88 Merge Jena 491 for the first half part of GSoC 2015 project You can merge this pull request into a Git repository by running: $ git pull https://github.com/confidencesun/jena JENA-491

JENA-491 Pull Request (First Half Part)

2015-07-22 Thread Qihong Lin
Hi, Please confirm the pull of the first half part work of the GSoC project (JENA-491): https://github.com/apache/jena/pull/88 Note that confidencesun/master firstly is updated/merged from apache/master, and then merged from confidencesun/JENA-491. Now apache/master can pull from

[GitHub] jena pull request: Merge Jena 491 for the first half part of GSoC ...

2015-07-22 Thread confidencesun
Github user confidencesun closed the pull request at: https://github.com/apache/jena/pull/88 --- 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 wishes so, or if the feature is

[GitHub] jena pull request: Merge Jena 491 for the first half part of GSoC ...

2015-07-22 Thread confidencesun
Github user confidencesun closed the pull request at: https://github.com/apache/jena/pull/88 --- 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 wishes so, or if the feature is

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread confidencesun
GitHub user confidencesun opened a pull request: https://github.com/apache/jena/pull/89 Merge confidencesun/master (Merged from JENA-491) for the first half part of GSoC 2015 project You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636416#comment-14636416 ] ASF GitHub Bot commented on JENA-491: - GitHub user confidencesun opened a pull request:

[GitHub] jena pull request: Merge Jena 491 for the first half part of GSoC ...

2015-07-22 Thread confidencesun
GitHub user confidencesun opened a pull request: https://github.com/apache/jena/pull/88 Merge Jena 491 for the first half part of GSoC 2015 project You can merge this pull request into a Git repository by running: $ git pull https://github.com/confidencesun/jena JENA-491

[jira] [Commented] (JENA-985) Iterate using Apache Jena ExtendedIterator on Graph with big amount of triples

2015-07-22 Thread Eugene Tenkaev (JIRA)
[ https://issues.apache.org/jira/browse/JENA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636592#comment-14636592 ] Eugene Tenkaev commented on JENA-985: - {quote}How much data is in the data extract you

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35197111 --- Diff: jena-arq/src/main/java/org/apache/jena/query/QueryExecution.java --- @@ -101,6 +110,19 @@ * by applying the CONSTRUCT template of the query to

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636599#comment-14636599 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on the pull request:

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/89#issuecomment-123643767 Running `arq.qparse` on CONSTRUCT { GRAPH ?g { ?s ?p ?o } } yields problems. This query does to print correctly. `arq.qparse` is useful in development because it

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35198083 --- Diff: jena-arq/src-examples/arq/examples/constructquads/ExampleConstructQuads.java --- @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636640#comment-14636640 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on a diff in the pull

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636748#comment-14636748 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on a diff in the pull

[jira] [Comment Edited] (JENA-985) Iterate using Apache Jena ExtendedIterator on Graph with big amount of triples

2015-07-22 Thread Eugene Tenkaev (JIRA)
[ https://issues.apache.org/jira/browse/JENA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636619#comment-14636619 ] Eugene Tenkaev edited comment on JENA-985 at 7/22/15 9:55 AM: --

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35198277 --- Diff: jena-arq/Grammar/arq.jj --- @@ -500,6 +498,27 @@ void QuadsNotTriples(QuadAccSink acc) : {Node gn ; Node prev = acc.getGraph() ; RBRACE

[jira] [Comment Edited] (JENA-985) Iterate using Apache Jena ExtendedIterator on Graph with big amount of triples

2015-07-22 Thread Eugene Tenkaev (JIRA)
[ https://issues.apache.org/jira/browse/JENA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14624550#comment-14624550 ] Eugene Tenkaev edited comment on JENA-985 at 7/22/15 9:24 AM: --

[jira] [Comment Edited] (JENA-985) Iterate using Apache Jena ExtendedIterator on Graph with big amount of triples

2015-07-22 Thread Eugene Tenkaev (JIRA)
[ https://issues.apache.org/jira/browse/JENA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636592#comment-14636592 ] Eugene Tenkaev edited comment on JENA-985 at 7/22/15 9:37 AM: --

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636602#comment-14636602 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on the pull request:

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/89#issuecomment-123644119 Running ExampleConstructQuads and the first output is: ``` construct named graph: [http://eg.com/g1 http://eg.com/s1 http://eg.com/p1 http://eg.com/o1]

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35197024 --- Diff: jena-arq/src/main/java/org/apache/jena/query/QueryExecution.java --- @@ -18,16 +18,25 @@ package org.apache.jena.query; -import

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636617#comment-14636617 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on a diff in the pull

Re: JENA-491 Pull Request (First Half Part)

2015-07-22 Thread Andy Seaborne
Hi Qihong, Good start. I've managed to build a system from pull request 89 including mvn package and I've started adding comments to the github pull request. (I used the .diff version of the PR for working -- there is a github bug in .patch versions; deleted files are still here after git

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35203280 --- Diff: jena-arq/src-examples/arq/examples/constructquads/ExampleConstructQuads.java --- @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[jira] [Comment Edited] (JENA-985) Iterate using Apache Jena ExtendedIterator on Graph with big amount of triples

2015-07-22 Thread Eugene Tenkaev (JIRA)
[ https://issues.apache.org/jira/browse/JENA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636592#comment-14636592 ] Eugene Tenkaev edited comment on JENA-985 at 7/22/15 9:38 AM: --

[jira] [Commented] (JENA-985) Iterate using Apache Jena ExtendedIterator on Graph with big amount of triples

2015-07-22 Thread Eugene Tenkaev (JIRA)
[ https://issues.apache.org/jira/browse/JENA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636619#comment-14636619 ] Eugene Tenkaev commented on JENA-985: - Pong. Sorry for a long time of silence, too many

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636637#comment-14636637 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on a diff in the pull

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35198181 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/syntax/Template.java --- @@ -52,14 +63,43 @@ public Template(BasicPattern bgp) //public void

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636634#comment-14636634 ] ASF GitHub Bot commented on JENA-491: - Github user afs commented on a diff in the pull

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35211148 --- Diff: jena-arq/src-examples/arq/examples/constructquads/ExampleConstructQuads.java --- @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636896#comment-14636896 ] ASF GitHub Bot commented on JENA-491: - Github user ajs6f commented on a diff in the pull

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

2015-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636898#comment-14636898 ] ASF GitHub Bot commented on JENA-491: - Github user ajs6f commented on a diff in the pull

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35211501 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/QueryExecutionBase.java --- @@ -242,6 +257,49 @@ public Model execConstruct(Model model)

[GitHub] jena pull request: Merge confidencesun/master (Merged from JENA-49...

2015-07-22 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35211560 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/lang/arq/ARQParserBase.java --- @@ -67,4 +79,25 @@ protected void jsonValueString(String image, long

[jira] [Commented] (JENA-507) Add support for Leviathan extension functions to ARQ

2015-07-22 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636543#comment-14636543 ] Andy Seaborne commented on JENA-507: Ok (just me sweeping back through JIRA) Add

[jira] [Commented] (JENA-996) riot should recognize invalid URIs in large jsonld files

2015-07-22 Thread Joachim Neubert (JIRA)
[ https://issues.apache.org/jira/browse/JENA-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14638184#comment-14638184 ] Joachim Neubert commented on JENA-996: -- You are right, I piped to stdout, and in that

[jira] [Updated] (JENA-996) riot should recognize invalid URIs in large jsonld files

2015-07-22 Thread Joachim Neubert (JIRA)
[ https://issues.apache.org/jira/browse/JENA-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joachim Neubert updated JENA-996: - Attachment: defect_doi.jsonld riot should recognize invalid URIs in large jsonld files

[GitHub] jena pull request: Bump versions of JUnit, Guava for Elephas

2015-07-22 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/87#issuecomment-123745671 Is that something that can be automated as a system test (test-driving the demo app in a simple cluster)? --- If your project is set up for it, you can reply to this email

[jira] [Commented] (JENA-996) riot should recognize invalid URIs in large jsonld files

2015-07-22 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14637005#comment-14637005 ] Andy Seaborne commented on JENA-996: if the file passed (with WARn and no ERROR)riot

[GitHub] jena pull request: Bump versions of JUnit, Guava for Elephas

2015-07-22 Thread rvesse
Github user rvesse commented on the pull request: https://github.com/apache/jena/pull/87#issuecomment-123743814 It may be possible to remove the explicit dependency on guava as a stop-gap If memory serves the reason behind this was that dependency management in the Jena

[jira] [Created] (JENA-996) riot should recognize invalid URIs in large jsonld files

2015-07-22 Thread Joachim Neubert (JIRA)
Joachim Neubert created JENA-996: Summary: riot should recognize invalid URIs in large jsonld files Key: JENA-996 URL: https://issues.apache.org/jira/browse/JENA-996 Project: Apache Jena