The Wayback Machine - https://web.archive.org/web/20210707085917/https://github.com/apache/zeppelin
Skip to content
master
Switch branches/tags
Code

Latest commit

### What is this PR for?
Currently, building Zeppelin fails due to the download problem of Pty4J.
This PR changes its repository URL to the officially recommended one so that we can pull it successfully.

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5451

### How should this be tested?
* Ran `mvn clean package -DskipTests` locally and confirmed that the shell and submarine modules were successfully built.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Kengo Seki <[email protected]>

Closes #4164 from sekikn/ZEPPELIN-5451 and squashes the following commits:

7ba1f1c [Kengo Seki] [ZEPPELIN-5451] Fix the repository URL for downloading Pty4J
ec69154

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 15, 2021

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: core frontend rat
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core features:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.