[GitHub] incubator-rya pull request #200: Added Access-Control-Allow-Origin * header ...

2017-08-18 Thread Ejgood21
Github user Ejgood21 closed the pull request at:

https://github.com/apache/incubator-rya/pull/200


---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #200: Added Access-Control-Allow-Origin * header ...

2017-08-07 Thread Ejgood21
GitHub user Ejgood21 opened a pull request:

https://github.com/apache/incubator-rya/pull/200

Added Access-Control-Allow-Origin * header to both response objects


## Description
>What Changed?
[Brief Description of what changed]

### Tests
>Coverage?

[Description of what tests were written]

### Links
[Jira](https://issues.apache.org/jira/browse/RYA-NUMBER)

### Checklist
- [ ] Code Review
- [ ] Squash Commits

 People To Reivew
[Add those who should review this]


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Ejgood21/incubator-rya master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/200.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #200


commit 86f2275c1907fc84844a93ae8c84f7857f356a7f
Author: Ejgood21 <evanjgo...@gmail.com>
Date:   2017-08-07T20:36:50Z

Merge pull request #3 from apache/master

Merging master into ejgood21 fork

commit 37ba169774eb466798eec79dbadf44127500e2e6
Author: Evan <evan.g...@parsons.com>
Date:   2017-08-07T21:15:16Z

Adding Access-Control-Allow-Origin * header to both response objects




---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #71: [WIP] RYA-109 Feature/spark graph x

2017-01-03 Thread Ejgood21
Github user Ejgood21 closed the pull request at:

https://github.com/apache/incubator-rya/pull/71


---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #71: [WIP] RYA-109 Feature/spark graph x

2016-08-18 Thread Ejgood21
GitHub user Ejgood21 opened a pull request:

https://github.com/apache/incubator-rya/pull/71

[WIP] RYA-109 Feature/spark graph x



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Ejgood21/incubator-rya feature/sparkGraphX

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/71.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #71


commit 621cce8164e8e5322bb667143d363381bf8df2c2
Author: Evan Good <evan.g...@parsons.com>
Date:   2016-08-18T15:15:45Z

initial spark support




---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #70: Feature/spark

2016-08-18 Thread Ejgood21
GitHub user Ejgood21 opened a pull request:

https://github.com/apache/incubator-rya/pull/70

Feature/spark

Spark GraphX Support - WIP

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Ejgood21/incubator-rya feature/spark

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #70


commit 18552132e8bfecec33b57aae302e25d93c28e7e3
Author: Jesse Hatfield <jesse.hatfi...@parsons.com>
Date:   2016-06-30T19:50:08Z

Consolidated MapReduce API and applications into toplevel project.

Changes include:
- Made RdfFileInputFormat threaded, allowing it to handle all RDF input
- Added entity-centric indexing to RyaOutputFormat
- Added methods for using Rya input and output formats to 
AbstractAccumuloMRTool (renamed setupInputFormat to setupAccumuloInput since 
there are now multiple input options)
- Removed *NullIndexer classes, which were only used in RyaOutputFormat
- Removed StatementWritable, changed to RyaStatementWritable where 
applicable (for consistency)
- Fixed hashCode/compareTo/equals methods in RyaStatementWritable, RyaType, 
and RyaURI
- Minor renaming and repackaging (standalone tools go in "tools", 
"fileinput" and "utils" removed)
- Minor tweaks to AccumuloHDFSFileInputFormat, which seemed to be broken 
with Accumulo 1.6
- Documented code and added a MapReduce page to the manual
- Added "examples" package with one example
- Removed RyaStatementMapper and RyaStatementReducer: these simply insert 
records into Rya.
  This functionality can be achieved with RyaOutputFormat and the default 
mapper/reducer,
  so these two classes seem redundant.
- Removed BulkNtripsInputTool, BulkNtripsInputToolIndexing, 
RdfFileInputByLineTool,
  and RyaBatchWriterInputTool: Fixes to RdfFileInputFormat now allow 
RdfFileInputTool
  to now handle all the file input use cases (configurable secondary 
indexers, handles
  any format, scales), rendering the other file import tools redundant. 
(Previously, all
  five tools had largely overlapping but subtly different behavior.)

commit dd727af8d6d97f273ca168637a15f02f5eb1a605
Author: Evan Good <evan.g...@parsons.com>
Date:   2016-08-18T15:15:45Z

initial spark support




---
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 but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---