zeppelin
zeppelin copied to clipboard
Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.
### What is this PR for? Fixes issue where after refreshing a note's page the revision controls in the navigation bar are hidden since listConfigurations is only requested in the...
### What is this PR for? Cue the user what the error they are getting is due to. I would get spurious timeouts, and I had no idea it was...
### What is this PR for? This PR implements [notebook serving](https://issues.apache.org/jira/browse/ZEPPELIN-3994) explained [here](https://docs.google.com/document/d/1YA6q8W9yO8a88xzLDYs9zv_fKu2_cnB58rmQbakxi1I/edit?usp=sharing). While this PR is already quite large, front-end implementation will have separate PR. This PR is work...
### What is this PR for? Let Zeppelin all interpreter process running on YARN. - Run Zeppelin server on local host. - Run Standard interpreters as YARN (Docker) container. -...
### What is this PR for? Make list all registered zeppelin's cron jobs ### What type of PR is it? [Bug Fix | Improvement | Feature | Documentation | Hot...
### What is this PR for? Avoid unexpected JSONException if no key exist. ### What type of PR is it? [Bug Fix | Improvement | Feature | Documentation | Hot...
### What is this PR for? Zeppelin-server can't perceive, When a network exception occurs Or a state where a program exception causes the interpreter process to be unavailable, Cause the...
### What is this PR for? This PR use a native c code to implement impersonation. The previous approach use ssh which require user to enable password-less for each user....
### What is this PR for? Removing Message class usage from NotebookService. Using DTO object in services broke abstraction. ### What type of PR is it? [Improvement | Refactoring] ###...
### What is this PR for? Add `HADOOP_CLASSPATH` to `ZEPPELIN_CLASSPATH` when starting Zeppelin. This adds some important deps that Zeppelin may need. For instance when storing the notebooks in [Swift](https://wiki.openstack.org/wiki/Swift)...