You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by Ejgood21 <gi...@git.apache.org> on 2016/08/18 16:37:32 UTC

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

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 <ev...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/71#discussion_r85954187
  
    --- Diff: spark/src/main/java/mvm/rya/accumulo/spark/GraphXGraphGenerator.java ---
    @@ -0,0 +1,188 @@
    +package mvm.rya.accumulo.spark;
    --- End diff --
    
    add license.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/71#discussion_r85954332
  
    --- Diff: mapreduce/src/main/java/mvm/rya/accumulo/mr/GraphXInputFormat.java ---
    @@ -0,0 +1,132 @@
    +package mvm.rya.accumulo.mr;
    --- End diff --
    
    add license.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/71#discussion_r85954494
  
    --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/accumulo/ConfigUtils.java ---
    @@ -365,6 +365,7 @@ public static boolean getUseMongo(final Configuration conf) {
     
         public static void setIndexers(final RdfCloudTripleStoreConfiguration conf) {
     
    +    	System.out.println("Testuing");
    --- End diff --
    
    remove debug println


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/71
  
    Please change this to point to the apache master branch.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by Ejgood21 <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/71#discussion_r85954290
  
    --- Diff: mapreduce/src/main/java/mvm/rya/accumulo/mr/RyaTypeWritable.java ---
    @@ -0,0 +1,74 @@
    +package mvm.rya.accumulo.mr;
    --- End diff --
    
    add license.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---