You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by felixcheung <gi...@git.apache.org> on 2015/10/26 00:59:38 UTC

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-357] Add support for a ...

GitHub user felixcheung opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/368

    [ZEPPELIN-357] Add support for a configurable list of repo for dependencies

    Make it configurable via `zeppelin.dep.additionalRemoteRepository`, with spark-packages default. This enables notebook to load dependencies with having to add spark-packages each time.
    
    There is a fair bit of overlap between `DependencyResolver` and `DependencyContext`, but it appears in order for any custom repo available it needs to be in both components. We should discuss how best to address overlaps between the two components.
    
    @corneadoug 
    @Leemoonsoo 

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

    $ git pull https://github.com/felixcheung/incubator-zeppelin sparkpackage

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

    https://github.com/apache/incubator-zeppelin/pull/368.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 #368
    
----
commit eab697b540ac66fefa5d7cd9ce6ad2d537dc5987
Author: Felix Cheung <fe...@hotmail.com>
Date:   2015-10-25T23:43:12Z

    Make custom remote repo configurable

commit dfdb07b05a11f675283fe345d0ef3426bee0af15
Author: Felix Cheung <fe...@hotmail.com>
Date:   2015-10-25T23:52:08Z

    add 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
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-zeppelin pull request: [ZEPPELIN-357] Add support for a ...

Posted by bzz <gi...@git.apache.org>.
Github user bzz commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/368#issuecomment-151712066
  
    Looks great to me!
    @felixcheung shall we reflect `zeppelin.dep.additionalRemoteRepository` somewhere in the docs?


---
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-zeppelin pull request: [ZEPPELIN-357] Add support for a ...

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

    https://github.com/apache/incubator-zeppelin/pull/368


---
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-zeppelin pull request: [ZEPPELIN-357] Add support for a ...

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/368#issuecomment-151716440
  
    @bzz ah yes, I was going to update http://zeppelin.incubator.apache.org/docs/interpreter/spark.html as the next step.
    It looks like it gets stale a bit so I'll take that as a separate project.



---
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-zeppelin pull request: [ZEPPELIN-357] Add support for a ...

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/368#issuecomment-151027768
  
    Looks good to me!


---
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-zeppelin pull request: [ZEPPELIN-357] Add support for a ...

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/368#issuecomment-150989388
  
    In action:
    ![image](https://cloud.githubusercontent.com/assets/8969467/10718905/5ff9ab4a-7b3a-11e5-83aa-f4223e06ca4f.png)
    
    ![image](https://cloud.githubusercontent.com/assets/8969467/10718906/62f59d18-7b3a-11e5-8b52-4e62d4213898.png)



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