[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-12-16 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-165304860 +1 to making this a Spark package. I would recommend that we close this PR since it's gone stale. --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4650 --- 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] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-11-12 Thread MLnick
Github user MLnick commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-156036419 @lukovnikov if there is still interest in this, the best approach would be to first release something in spark-packages.org as a set of utilities to create Graphs. Using

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-11-06 Thread set0gut1
Github user set0gut1 commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-154509562 ```scala def gethash(in:String):Long = { var h = 1125899906842597L for (x <- in) { h = 31 * h + x; } return h } ```

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-08-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-133550145 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-07-14 Thread emir-munoz
Github user emir-munoz commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-121179464 thanks @maropu I will take a closer look into it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-07-14 Thread rvesse
Github user rvesse commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-121210915 A Spark plugin seems like a much better approach, I've done some experimentation on a plugin for this which seems like a much cleaner and lightweight approach though I

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-07-14 Thread blankdots
Github user blankdots commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-121230811 @maropu @emir-munoz also considering taking a look at it. @rvesse good suggestions --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-07-13 Thread emir-munoz
Github user emir-munoz commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-120949303 +1, Is this going to be merged? --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-07-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-121073680 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-07-13 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-121105412 @emir-munoz @blankdots This PR is totally stale, so it'd better to refactor ithis if you're interested in. Also, ISTM this kind of loader extensions should be

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-06-26 Thread blankdots
Github user blankdots commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-115699162 I would really like to have this - is it going to be merged ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-96769608 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-23 Thread lukovnikov
Github user lukovnikov commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75533258 @maropu tests are added and build tests passed. Is it ready for merging now? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75383518 [Test build #27817 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27817/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75393189 [Test build #27826 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27826/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75393198 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75387401 [Test build #27817 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27817/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75387405 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75387356 [Test build #27822 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27822/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75387365 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75387364 [Test build #27822 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27822/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75389098 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75389092 [Test build #27825 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27825/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75389096 [Test build #27825 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27825/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75389380 [Test build #27826 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27826/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread lukovnikov
Github user lukovnikov commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75387131 Added test + a test file (small excerpt from DBpedia 3.9) + small fix in RDFLoader --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75388324 [Test build #27823 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27823/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75388325 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75388315 [Test build #27823 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27823/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-19 Thread lukovnikov
Github user lukovnikov commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-75103544 Will add tests soon. I was also thinking about making one interface for different loaders (with a load() method instead of edgeListFile()) and maybe a facade

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-18 Thread lukovnikov
Github user lukovnikov commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74851018 style errors fixed --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74851295 [Test build #27680 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27680/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74860219 [Test build #27680 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27680/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74860223 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-18 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74879414 Please add tests for your RDF loader, and see my codes as an example: https://github.com/maropu/spark/commit/cc5ac0b08ca39c3c339fdca905779bb3b037f8fa BTW, I

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74679144 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74738784 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-17 Thread ankurdave
Github user ankurdave commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74737920 ok to test --- 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

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74738600 [Test build #27643 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27643/consoleFull) for PR 4650 at commit

[GitHub] spark pull request: [SPARK 5280] RDF Loader added + documentation

2015-02-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4650#issuecomment-74738782 [Test build #27643 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27643/consoleFull) for PR 4650 at commit