You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by zjffdu <gi...@git.apache.org> on 2018/01/24 14:21:00 UTC

[GitHub] zeppelin pull request #2744: ZEPPELIN-3184. Use hadoop-azure to replace azur...

GitHub user zjffdu opened a pull request:

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

    ZEPPELIN-3184. Use hadoop-azure to replace azure-storage 

    ### What is this PR for?
    So that user can use azure storage via hadoop filesystem. 
    
    
    ### What type of PR is it?
    [ Improvement ]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3184
    
    ### How should this be tested?
    Travis CI Pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No


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

    $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3184

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

    https://github.com/apache/zeppelin/pull/2744.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 #2744
    
----
commit 464a01d928c4a43924d17bc694ce29226383c547
Author: Jeff Zhang <zj...@...>
Date:   2018-01-23T07:12:13Z

    ZEPPELIN-3184. Use hadoop-azure to replace azure-storage

----


---

[GitHub] zeppelin issue #2744: ZEPPELIN-3184. Use hadoop-azure to replace azure-stora...

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

    https://github.com/apache/zeppelin/pull/2744
  
    This commit broke build for CDH (maven convergence error on dependencies).
    
    Should there be a automated test to check if a commit breaks compatibility with Cloudera distro of Hadoop?



---

[GitHub] zeppelin issue #2744: ZEPPELIN-3184. Use hadoop-azure to replace azure-stora...

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

    https://github.com/apache/zeppelin/pull/2744
  
    @Tagar I recently realize that zeppelin should work with CDH even built with apache hadoop. Could you try that ?


---

[GitHub] zeppelin issue #2744: ZEPPELIN-3184. Use hadoop-azure to replace azure-stora...

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

    https://github.com/apache/zeppelin/pull/2744
  
    Do you mean compile without option like 
    
    > -Dhadoop.version=2.6.0-cdh5.12.1
    
     ?
    
    It compiles fine but I was getting runtime errors (like some non-existent method etc). Can't find details now. But I will give it a try again. 
    
    Thanks.


---

[GitHub] zeppelin pull request #2744: ZEPPELIN-3184. Use hadoop-azure to replace azur...

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

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


---