You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pirk.apache.org by ellisonanne <gi...@git.apache.org> on 2016/08/08 17:11:13 UTC

[GitHub] incubator-pirk pull request #50: [PIRK-44]: Tachyon FS Error

GitHub user ellisonanne opened a pull request:

    https://github.com/apache/incubator-pirk/pull/50

    [PIRK-44]: Tachyon FS Error

    Added a filter for org.tachyonproject to the shade plugin configuration to fix the issue.

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

    $ git pull https://github.com/ellisonanne/incubator-pirk PIRK-44

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

    https://github.com/apache/incubator-pirk/pull/50.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 #50
    
----
commit 74a6f11a1af491cc3b722af3fbb25b9342025b64
Author: ellisonanne <ea...@apache.org>
Date:   2016-07-29T19:45:21Z

    Merge pull request #5 from apache/master
    
    up

commit 42f3e8400f810377a4bae06638fc13c0e37707f3
Author: ellisonanne <ea...@apache.org>
Date:   2016-07-31T17:47:15Z

    Merge pull request #6 from apache/master
    
    updating fork

commit 887358883d26940845a3486b0dc87cd0cc6c3807
Author: ellisonanne <ea...@apache.org>
Date:   2016-08-01T13:06:35Z

    Merge pull request #7 from apache/master
    
    up

commit 2ad5c619084af2517cd135374f93be20410cc45c
Author: ellisonanne <ea...@apache.org>
Date:   2016-08-02T16:22:53Z

    Merge pull request #8 from apache/master
    
    updating fork

commit d3c6eeb37a0300ea882c0bb2bcd2939132e7e5cb
Author: Ellison Anne Williams <ea...@apache.org>
Date:   2016-08-06T14:23:24Z

    Merge pull request #9 from apache/master
    
    updating fork

commit 291476efd15974dfc85f045866b9d6f59584e44f
Author: eawilliams <ea...@apache.org>
Date:   2016-08-08T17:09:25Z

    fixed minimizeJar cluster issue, formatting source

----


---
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-pirk issue #50: [PIRK-44]: Tachyon FS Error

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

    https://github.com/apache/incubator-pirk/pull/50
  
    Looking at the maven dependency tree, Tachyon client is being pulled in as a dependency via hadoop-mapreduce-core-client, spark-core, elasticsearch-spark-core.
    
    We could either individually exclude tachyon-client in the each of the above 3 dependencies OR go with the suggested solution in this PR.



---
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-pirk issue #50: [PIRK-44]: Tachyon FS Error

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

    https://github.com/apache/incubator-pirk/pull/50
  
    Oops - look like we crossed paths with you posting a comment to the PR while I was merging/closing the PR. I went with the current solution as Walter gave a +1 on the dev list earlier. We can reopen if folks would like...


---
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-pirk issue #50: [PIRK-44]: Tachyon FS Error

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

    https://github.com/apache/incubator-pirk/pull/50
  
    Did u try running on a Spark cluster with this fix? If it works fine on a spark cluster, then we can go ahead with this fix; else we should reopen.


---
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-pirk issue #50: [PIRK-44]: Tachyon FS Error

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

    https://github.com/apache/incubator-pirk/pull/50
  
    running an mvn dependency:tree on the project shows that the tachyon plugins are being pulled in with hadoop-mapreduce-client-core jar. 
    
    You can exclude tachyon while pulling in the jar as a dependency (similar to how we r excluding storm dependencies being pulled in now by Elasticsearch).



---
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-pirk pull request #50: [PIRK-44]: Tachyon FS Error

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-pirk/pull/50


---
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.
---

Re: [GitHub] incubator-pirk issue #50: [PIRK-44]: Tachyon FS Error

Posted by Suneel Marthi <su...@gmail.com>.
Ok +1 from me.

On Mon, Aug 8, 2016 at 5:46 PM, ellisonanne <gi...@git.apache.org> wrote:

> Github user ellisonanne commented on the issue:
>
>     https://github.com/apache/incubator-pirk/pull/50
>
>     Yes, tested successfully on a Spark cluster
>
>
> ---
> 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-pirk issue #50: [PIRK-44]: Tachyon FS Error

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

    https://github.com/apache/incubator-pirk/pull/50
  
    Yes, tested successfully on a Spark cluster


---
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.
---