You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by dmvk <gi...@git.apache.org> on 2017/10/10 14:51:10 UTC

[GitHub] zeppelin pull request #2614: Add support for minio storage over s3 api

GitHub user dmvk opened a pull request:

    https://github.com/apache/zeppelin/pull/2614

    Add support for minio storage over s3 api

    Adds support for github.com/minio/minio block storage

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

    $ git pull https://github.com/dmvk/zeppelin minio_storage

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

    https://github.com/apache/zeppelin/pull/2614.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 #2614
    
----
commit 6fa454e749df7d5c5d9e36ad35cfe3c897b9c16c
Author: David Moravek <da...@firma.seznam.cz>
Date:   2017-10-10T14:46:09Z

    Add support for minio storage over s3 api

----


---

[GitHub] zeppelin issue #2614: Add support for minio storage over s3 api

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

    https://github.com/apache/zeppelin/pull/2614
  
    I'll try to implement new storage using official minio sdk https://github.com/minio/minio-java. It seems this patch is still not enough for s3 client to work properly with minio.


---

[GitHub] zeppelin issue #2614: Add support for minio storage over s3 api

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

    https://github.com/apache/zeppelin/pull/2614
  
    also probably would be a good idea to open a JIRA


---

[GitHub] zeppelin pull request #2614: Add support for minio storage over s3 api

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

    https://github.com/apache/zeppelin/pull/2614


---