Partha Pratim Ghosh created ZEPPELIN-944:
--------------------------------------------

             Summary: Issue with HDFS notebook repo
                 Key: ZEPPELIN-944
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-944
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Partha Pratim Ghosh


Was trying to create a new notebook repo for saving and getting the persisted 
notebooks in HDFS environment. For this I have updated maven for 
zeppelin-zengine with the following - 

<dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-client</artifactId>
      <version>2.3.0</version>
      <exclusions>
        <exclusion>
          <groupId>com.sun.jersey</groupId>
          <artifactId>jersey-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Jersey core needed to be excluded as the jersey core used here has conflicts 
with the zeppelin-server jersey version and maven build fails. Also, excluding 
jersey-core here, as done, creates a clash with spark interpreter in that spark 
queries stop running throwing fatal exception. in short there is a concern with 
jar conflicts when I try to put in hadoop-client in zeppelin-zengine to create 
HDFS notebook repo. Can anybody advise?

Also, is there a notebook repo available which saves notebooks in HDFS instead 
of local directory?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to