[jira] [Commented] (JENA-1263) Configure HTTP client to follow 303 redirects

2016-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732401#comment-15732401 ] ASF GitHub Bot commented on JENA-1263: -- Github user ajs6f commented on the issue:

[jira] [Commented] (JENA-1263) Configure HTTP client to follow 303 redirects

2016-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732400#comment-15732400 ] ASF GitHub Bot commented on JENA-1263: -- Github user ajs6f closed the pull request at:

[GitHub] jena pull request #194: JENA-1263: Recommended redirect behavior

2016-12-08 Thread ajs6f
Github user ajs6f closed the pull request at: https://github.com/apache/jena/pull/194 --- 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 enabled

[GitHub] jena issue #194: JENA-1263: Recommended redirect behavior

2016-12-08 Thread ajs6f
Github user ajs6f commented on the issue: https://github.com/apache/jena/pull/194 Pushed to Apache git under separate cover --- 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 enable

[jira] [Closed] (JENA-1263) Configure HTTP client to follow 303 redirects

2016-12-08 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Soroka closed JENA-1263. --- Resolution: Fixed Fixed with https://git-wip-us.apache.org/repos/asf?p=jena.git;h=183bfa4 > Configure HTTP cli

[jira] [Commented] (JENA-1263) Configure HTTP client to follow 303 redirects

2016-12-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732346#comment-15732346 ] ASF subversion and git services commented on JENA-1263: --- Commit 183bf

Re: Jena on Cassandra - status

2016-12-08 Thread Andy Seaborne
This http://www.datastax.com/2015/03/how-to-do-joins-in-apache-cassandra-and-datastax-enterprise talks about using spark for the join engine. An interesting possibility in the future. In relational terms, joins are an AND between columns in different tables. OR is UNION. There is also "and"